24 lines
470 B
JSON
24 lines
470 B
JSON
{
|
||
"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]}]
|
||
},
|
||
}
|