challenge-editor/json/card.json

24 lines
335 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 23:56:53 +08:00
"name":"测试卡01(友方目标回血10)",
2024-09-25 11:52:36 +08:00
"icon":"?",
2024-09-25 18:04:02 +08:00
"target_queue":0,
2024-09-25 23:56:53 +08:00
"cost":0,
"triger":{
}
2024-09-25 11:52:36 +08:00
},
"card_02":{
2024-09-25 23:56:53 +08:00
"name":"测试卡02(不需要目标所有人掉20)",
2024-09-25 11:52:36 +08:00
"icon":"?",
2024-09-25 18:04:02 +08:00
"cost":1
2024-09-25 11:52:36 +08:00
},
"card_03":{
"name":"测试卡03(敌方目标)",
"icon":"?",
2024-09-25 18:04:02 +08:00
"target_queue":1,
"cost":2
2024-09-25 11:52:36 +08:00
},
2024-09-18 17:57:10 +08:00
}