24 lines
335 B
JSON
24 lines
335 B
JSON
{
|
||
"card_01":{
|
||
"name":"测试卡01(友方目标回血10)",
|
||
"icon":"?",
|
||
"target_queue":0,
|
||
"cost":0,
|
||
"triger":{
|
||
|
||
}
|
||
},
|
||
"card_02":{
|
||
"name":"测试卡02(不需要目标,所有人掉20)",
|
||
"icon":"?",
|
||
"cost":1
|
||
|
||
},
|
||
"card_03":{
|
||
"name":"测试卡03(敌方目标)",
|
||
"icon":"?",
|
||
"target_queue":1,
|
||
"cost":2
|
||
},
|
||
}
|