Commit 5b779e9f authored by 嘚嘚嘚啦's avatar 嘚嘚嘚啦 Committed by GitHub

Update c10401093.lua

parent 55d99c07
-- 《电光防壁,紧急展开》
-- 通过【费用】[计数爆发2]施放!
-- 选择你的1张先导者,这次战斗中,力量+30000。
local cm,m,o=GetID() local cm,m,o=GetID()
function cm.initial_effect(c) function cm.initial_effect(c)
vgf.VgCard(c) vgf.VgCard(c)
vgd.SpellActivate(c,m,cm.operation,vgf.DamageCost(2))
end
function cm.operation()
local c=e:GetHandler()
local g=vgf.SelectMatchingCard(HINTMSG_ATKUP,e,tp,vgf.VMonsterFilter,tp,LOCATION_MZONE,0,1,1,nil)
if g:GetCount()>0 then
local e1=VgF.AtkUp(c,g,30000,nil)
vgf.EffectReset(c,e1,EVENT_BATTLED)
end
end end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment