challenge-editor/json/card.json

24 lines
470 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,
2024-09-26 17:54:02 +08:00
"triger":[{"func":"recover","value":["target",20]}]
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-26 17:54:02 +08:00
"cost":1,
"triger":[{"func":"hit_all","value":[20]}]
2024-09-25 11:52:36 +08:00
},
"card_03":{
2024-09-26 17:54:02 +08:00
"name":"测试卡03(敌方目标掉10)",
2024-09-25 11:52:36 +08:00
"icon":"?",
2024-09-25 18:04:02 +08:00
"target_queue":1,
2024-09-26 17:54:02 +08:00
"cost":2,
"triger":[{"func":"hit","value":["target",10]}]
2024-09-25 11:52:36 +08:00
},
2024-09-18 17:57:10 +08:00
}