模板:B ProjectDivide/CardList/TSTCRD.1:修订间差异
来自Limbo Wiki Mirror
Staf Irity已使用非默认内容模型“JSON”创建页面模板:B ProjectDivide/CardList/TSTCRD.1 |
小无编辑摘要 |
||
| 第1行: | 第1行: | ||
{} | [ | ||
{ | |||
"type": "C", | |||
"name": "测试员", | |||
"EP": 500, | |||
"BP": 200, | |||
"KB": 5, | |||
"level": 0, | |||
"skills": [ | |||
{ | |||
"name": "战斗测试", | |||
"type": "ACTIVE", | |||
"cost": 3, | |||
"actionList": [ | |||
{ | |||
"type": "buff", | |||
"buffName": "BP", | |||
"value": 1, | |||
"operator": 1, | |||
"selector": { | |||
"type": "self" | |||
} | |||
} | |||
] | |||
} | |||
] | |||
}, | |||
{ | |||
"type": "C", | |||
"name": "测试人偶", | |||
"EP": 700, | |||
"BP": 233, | |||
"KB": 2, | |||
"level": 1, | |||
"skills": [ | |||
{ | |||
"name": "承伤测试", | |||
"type": "ACTIVE", | |||
"cost": 5, | |||
"actionList": [ | |||
{ | |||
"type": "buff", | |||
"name": "taunt", | |||
"value": 1, | |||
"operator": 0, | |||
"duration": 3, | |||
"selector": { | |||
"type": "self" | |||
} | |||
}, | |||
{ | |||
"before": 1, | |||
"type": "action", | |||
"name": "destory", | |||
"selector": { | |||
"type": "self" | |||
} | |||
} | |||
] | |||
} | |||
] | |||
}, | |||
{ | |||
"type": "CW", | |||
"name": "“BUFF执行器”", | |||
"EP": 100, | |||
"BP": 0, | |||
"KB": 0, | |||
"level": 1, | |||
"skills": [ | |||
{ | |||
"name": "计时器启动!", | |||
"type": "ENTRANCE", | |||
"cost": 0, | |||
"actionList": [ | |||
{ | |||
"type": "custom", | |||
"function": "card.addMember('R',0);" | |||
} | |||
], | |||
"description": "初始化计时器R=0。" | |||
}, | |||
{ | |||
"name": "计时器运作正常!", | |||
"type": "PASSIVE", | |||
"cost": 0, | |||
"condition": { | |||
"type": "List", | |||
"list": [ | |||
{ | |||
"id": "a", | |||
"type": "event", | |||
"event": "main.onRoundStart" | |||
}, | |||
{ | |||
"id": "b", | |||
"type": "condition", | |||
"condition": "!card.isStun" | |||
} | |||
], | |||
"condition": "\u003Ccond=a\u003E \u0026\u0026 \u003Ccond=b\u003E" | |||
}, | |||
"actionList": [ | |||
{ | |||
"type": "custom", | |||
"function": "card.setMember('R',card.getMember('R') + 1);" | |||
} | |||
], | |||
"description": "回合开始时,如未被任何控制效果影响,则R++。" | |||
}, | |||
{ | |||
"name": "BUFF测试!", | |||
"type": "PASSIVE", | |||
"cost": 0, | |||
"condition": { | |||
"type": "event", | |||
"event": "card.supportStart" | |||
}, | |||
"actionList": [ | |||
{ | |||
"type": "buff", | |||
"name": "EP", | |||
"value": 100, | |||
"operator": 0, | |||
"selector": { | |||
"type": "supported" | |||
} | |||
}, | |||
{ | |||
"type": "custom", | |||
"selector": { | |||
"type": "supported" | |||
}, | |||
"function": "local r = card.getMember('R');selector.getAll().addBuff('BP',r%5*3,1).addBuff('EP',r%3*5,1);" | |||
} | |||
], | |||
"description": "援护时,为被援护的角色卡额外追加100BP;追加+(T mod 5)*3% BP与+(T mod 3)*5% EP的效果。" | |||
} | |||
] | |||
}, | |||
{ | |||
"type": "C", | |||
"name": "BUFF测试员", | |||
"EP": 400, | |||
"BP": 200, | |||
"KB": 0, | |||
"level": 2, | |||
"skills": [ | |||
{ | |||
"name": "Pre-Init", | |||
"type": "ENTRANCE", | |||
"cost": 0, | |||
"actionList": [ | |||
{ | |||
"type": "addCard", | |||
"cards": [ | |||
{ | |||
"privateID": 3, | |||
"amount": 3 | |||
} | |||
] | |||
} | |||
] | |||
}, | |||
{ | |||
"name": "Garbage Collection", | |||
"type": "PASSIVE", | |||
"cost": 0, | |||
"condition": { | |||
"type": "event", | |||
"event": "card.onSupportedEnd" | |||
}, | |||
"actionList": [ | |||
{ | |||
"type": "addKB", | |||
"value": 1 | |||
} | |||
] | |||
}, | |||
{ | |||
"name": "Test.addBuff()", | |||
"type": "ACTIVE", | |||
"cost": 1, | |||
"actionList": [ | |||
{ | |||
"type": "addCard", | |||
"cards": [ | |||
{ | |||
"privateID": 3 | |||
} | |||
] | |||
} | |||
] | |||
}, | |||
{ | |||
"name": "Thread.Sleep()", | |||
"type": "ACTIVE", | |||
"cost": -3, | |||
"actionList": [ | |||
{ | |||
"type": "custom", | |||
"selector": { | |||
"type": "player" | |||
}, | |||
"function": "//销毁所有我方的“BUFF执行器”卡牌,每销毁一张KB+1,技能结束时KB+3。" | |||
} | |||
], | |||
"description": "销毁所有我方的“BUFF执行器”卡牌,每销毁一张KB+1,技能结束时KB+3。" | |||
} | |||
] | |||
} | |||
] | |||
2024年10月6日 (日) 20:58的版本
|
