模板:B ProjectDivide/CardList/TSTCRD.1

来自Limbo Wiki Mirror
type"C"
name"测试员"
EP500
BP200
KB5
level0
skills
name"战斗测试"
type"ACTIVE"
cost3
actionList
type"buff"
buffName"BP"
value1
operator1
selector
type"self"
type"C"
name"测试人偶"
EP700
BP233
KB2
level1
skills
name"承伤测试"
type"ACTIVE"
cost5
actionList
type"buff"
name"taunt"
value1
operator0
duration3
selector
type"self"
before1
type"action"
name"destory"
selector
type"self"
type"CW"
name"“BUFF执行器”"
EP100
BP0
KB0
level1
skills
name"计时器启动!"
type"ENTRANCE"
cost0
actionList
type"custom"
function"card.addMember('R',0);"
description"初始化计时器R=0。"
name"计时器运作正常!"
type"PASSIVE"
cost0
condition
type"List"
list
id"a"
type"event"
event"main.onRoundStart"
id"b"
type"condition"
condition"!card.isStun"
condition"<cond=a> && <cond=b>"
actionList
type"custom"
function"card.setMember('R',card.getMember('R') + 1);"
description"回合开始时,如未被任何控制效果影响,则R++。"
name"BUFF测试!"
type"PASSIVE"
cost0
condition
type"event"
event"card.supportStart"
actionList
type"buff"
name"EP"
value100
operator0
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测试员"
EP400
BP200
KB0
level2
skills
name"Pre-Init"
type"ENTRANCE"
cost0
actionList
type"addCard"
cards
privateID3
amount3
name"Garbage Collection"
type"PASSIVE"
cost0
condition
type"event"
event"card.onSupportedEnd"
actionList
type"addKB"
value1
name"Test.addBuff()"
type"ACTIVE"
cost1
actionList
type"addCard"
cards
privateID3
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。"