go_dreamfactory/bin/json/game_playingmethod.json
2023-10-20 14:13:28 +08:00

114 lines
2.8 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[
{
"key": 1,
"open": 0,
"icon": "",
"name": {
"key": "consume_consume_playingmethod_name_01",
"text": "基础模式"
},
"txt": {
"key": "consume_consume_playingmethod_txt_01",
"text": "基础的玩法模式只有6种普通的颜色方块可以被消除"
},
"type": 1,
"detail": 1,
"weight": 0
},
{
"key": 2,
"open": 999999,
"icon": "",
"name": {
"key": "consume_consume_playingmethod_name_02",
"text": "3分模式"
},
"txt": {
"key": "consume_consume_playingmethod_txt_02",
"text": "额外新增3分方块独立于普通6色方块之外消除后可以获得3分。"
},
"type": 2,
"detail": 1,
"weight": 2000
},
{
"key": 3,
"open": 999999,
"icon": "",
"name": {
"key": "consume_consume_playingmethod_name_03",
"text": "炸弹模式"
},
"txt": {
"key": "consume_consume_playingmethod_txt_03",
"text": "新增炸弹方块,消除后会造成难以预料的结果。"
},
"type": 2,
"detail": 1,
"weight": 2000
},
{
"key": 4,
"open": 999999,
"icon": "",
"name": {
"key": "consume_consume_playingmethod_name_04",
"text": "烟火模式"
},
"txt": {
"key": "consume_consume_playingmethod_txt_04",
"text": "新增烟火方块,消除后会点燃他的火花,消除指定方向的所有方块。"
},
"type": 2,
"detail": 1,
"weight": 2000
},
{
"key": 5,
"open": 999999,
"icon": "",
"name": {
"key": "consume_consume_playingmethod_name_05",
"text": "锣鼓喧天"
},
"txt": {
"key": "consume_consume_playingmethod_txt_05",
"text": "中央格子被改造为锣鼓,消除锣鼓内的方块会获得额外积分,每次操作如果没有触发锣鼓内的方块消除,积分可以被累计。"
},
"type": 2,
"detail": 2,
"weight": 2000
},
{
"key": 6,
"open": 999999,
"icon": "",
"name": {
"key": "consume_consume_playingmethod_name_06",
"text": "电闪雷鸣"
},
"txt": {
"key": "consume_consume_playingmethod_txt_06",
"text": "每名玩家行动开始会随机生成2个雷电格子消除雷电格子内的方块会获得一次行动步骤。"
},
"type": 2,
"detail": 2,
"weight": 2000
},
{
"key": 7,
"open": 999999,
"icon": "",
"name": {
"key": "consume_consume_playingmethod_name_07",
"text": "飞天舞女"
},
"txt": {
"key": "consume_consume_playingmethod_txt_07",
"text": "每名玩家行动开始会随机生成2个飞天舞女格子消除飞天舞女格子内的方块会消除周围所有方块。"
},
"type": 2,
"detail": 2,
"weight": 2000
}
]