Commit e759b65e authored by jwyxym's avatar jwyxym Committed by GitHub

Update c10103006.lua

parent 335e47fc
...@@ -3,7 +3,7 @@ local cm,m,o=GetID() ...@@ -3,7 +3,7 @@ local cm,m,o=GetID()
function cm.initial_effect(c) function cm.initial_effect(c)
VgF.VgCard(c) VgF.VgCard(c)
--【起】【R】:通过【费用】[将这个单位放置到灵魂里],选择你的1张等级3的后防者,这个回合中,力量+10000。 --【起】【R】:通过【费用】[将这个单位放置到灵魂里],选择你的1张等级3的后防者,这个回合中,力量+10000。
vgd.EffectTypeIgnition(c,m,LOCATION_MZONE,cm.operation,cost,RMonsterCondition) vgd.EffectTypeIgnition(c,m,LOCATION_MZONE,cm.operation,cost,vgf.RMonsterCondition)
end end
function cm.operation(e,tp,eg,ep,ev,re,r,rp) function cm.operation(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATKUP) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATKUP)
...@@ -12,4 +12,4 @@ local g=Duel.SelectMatchingCard(tp,vgf.RMonsterCondition,tp,LOCATION_MZONE,0,1,1 ...@@ -12,4 +12,4 @@ local g=Duel.SelectMatchingCard(tp,vgf.RMonsterCondition,tp,LOCATION_MZONE,0,1,1
if g then if g then
Duel.Hintselectgion(g) Duel.Hintselectgion(g)
VgF.AtkUp(c,g,10000,nil) VgF.AtkUp(c,g,10000,nil)
end end
\ No newline at end of file
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