dreamworks/json/game_playingmethod.json
2023-12-15 12:29:00 +08:00

50 lines
1.1 KiB
JSON
Raw Permalink 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": "sx_fk_dhs",
"name": {
"key": "consume_consume_playingmethod_name_01",
"text": "基础模式"
},
"txt": {
"key": "consume_consume_playingmethod_txt_01",
"text": "基础的玩法模式只有6种普通的颜色方块可以被消除"
},
"type": 1,
"detail": 1,
"weight": 0
},
{
"key": 3,
"open": 999999,
"icon": "sx_zd_dhs",
"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": "sx_syh_lvs",
"name": {
"key": "consume_consume_playingmethod_name_04",
"text": "烟火模式"
},
"txt": {
"key": "consume_consume_playingmethod_txt_04",
"text": "新增烟火方块,消除后会点燃他的火花,消除指定方向的所有方块。"
},
"type": 2,
"detail": 1,
"weight": 2000
}
]