challenge-editor/json/card.json
2024-09-26 17:54:02 +08:00

24 lines
470 B
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.

{
"card_01":{
"name":"测试卡01(友方目标回血10)",
"icon":"?",
"target_queue":0,
"cost":0,
"triger":[{"func":"recover","value":["target",20]}]
},
"card_02":{
"name":"测试卡02(不需要目标所有人掉20)",
"icon":"?",
"cost":1,
"triger":[{"func":"hit_all","value":[20]}]
},
"card_03":{
"name":"测试卡03(敌方目标掉10)",
"icon":"?",
"target_queue":1,
"cost":2,
"triger":[{"func":"hit","value":["target",10]}]
},
}