challenge-editor/json/card.json
2024-09-25 18:04:02 +08:00

21 lines
288 B
JSON

{
"card_01":{
"name":"测试卡01(友方目标)",
"icon":"?",
"target_queue":0,
"cost":0
},
"card_02":{
"name":"测试卡02(不需要目标)",
"icon":"?",
"cost":1
},
"card_03":{
"name":"测试卡03(敌方目标)",
"icon":"?",
"target_queue":1,
"cost":2
},
}