challenge-editor/json/card.json

18 lines
253 B
JSON
Raw Normal View History

2024-09-18 17:57:10 +08:00
{
2024-09-21 11:52:44 +08:00
"card_01":{
2024-09-25 11:52:36 +08:00
"name":"测试卡01(友方目标)",
"icon":"?",
"target_queue":0
},
"card_02":{
"name":"测试卡02(不需要目标)",
"icon":"?",
},
"card_03":{
"name":"测试卡03(敌方目标)",
"icon":"?",
"target_queue":1
},
2024-09-18 17:57:10 +08:00
}