Commit aa175c0e authored by 嘚嘚嘚啦's avatar 嘚嘚嘚啦 Committed by GitHub

Update c10401092.lua

parent 1853bc7b
-- 《狂乱吧因果,遵循我的意志》
-- 通过【费用】[灵魂爆发1]施放!
-- 选择你的1张先导者,这个回合中,力量+10000。
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.OverlayCost(1))
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)
VgF.AtkUp(c,g,10000,nil)
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