Commit 5584def8 authored by jwyxym's avatar jwyxym Committed by GitHub

Update c10103008.lua

parent 79dfb42b
--白金之狼
local cm,m,o=GetID()
function cm.initial_effect(c)
VgF.VgCard(c)
vgf.VgCard(c)
--【起】【R】:通过【费用】[灵魂爆发2],这个回合中,这个单位的力量+5000。
vgd.EffectTypeIgnition(c,m,LOCATION_MZONE,cm.operation,vgF.OverlayCost(2),RMonsterCondition)
vgd.EffectTypeIgnition(c,m,LOCATION_MZONE,cm.operation,vgf.OverlayCost(2),vgf.RMonsterCondition)
end
function cm.operation()
local c=e:GetHandler()
VgF.AtkUp(c,c,5000,nil)
end
\ No newline at end of file
vgf.AtkUp(c,c,5000,nil)
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