Commit f63e51e1 authored by 聖園ミカ's avatar 聖園ミカ 🐟

byd

parent 5a7254e6
No preview for this file type
...@@ -1247,6 +1247,8 @@ ...@@ -1247,6 +1247,8 @@
50220135 1 --觉醒的伏龙-日珥 50220135 1 --觉醒的伏龙-日珥
50221425 1 --符龙王-魔咒 50221425 1 --符龙王-魔咒
50223155 1 --天王数码兽 钢铁海龙兽 50223155 1 --天王数码兽 钢铁海龙兽
#504
50424220 1 --英灵宝具-必胜黄金之剑-Calibur
#514 #514
51414050 1 --地底幽魂的断罪之魂 51414050 1 --地底幽魂的断罪之魂
51414052 1 --审判所有的黑白阎罗 51414052 1 --审判所有的黑白阎罗
......
expansions/pics/84220001.jpg

13.1 KB | W: | H:

expansions/pics/84220001.jpg

47.4 KB | W: | H:

expansions/pics/84220001.jpg
expansions/pics/84220001.jpg
expansions/pics/84220001.jpg
expansions/pics/84220001.jpg
  • 2-up
  • Swipe
  • Onion skin
expansions/pics/84220002.jpg

12.3 KB | W: | H:

expansions/pics/84220002.jpg

45.4 KB | W: | H:

expansions/pics/84220002.jpg
expansions/pics/84220002.jpg
expansions/pics/84220002.jpg
expansions/pics/84220002.jpg
  • 2-up
  • Swipe
  • Onion skin
expansions/pics/84220003.jpg

11.1 KB | W: | H:

expansions/pics/84220003.jpg

41.7 KB | W: | H:

expansions/pics/84220003.jpg
expansions/pics/84220003.jpg
expansions/pics/84220003.jpg
expansions/pics/84220003.jpg
  • 2-up
  • Swipe
  • Onion skin
expansions/pics/84220004.jpg

11.8 KB | W: | H:

expansions/pics/84220004.jpg

43.3 KB | W: | H:

expansions/pics/84220004.jpg
expansions/pics/84220004.jpg
expansions/pics/84220004.jpg
expansions/pics/84220004.jpg
  • 2-up
  • Swipe
  • Onion skin
--魔禁 风斩冰华 --魔禁 风斩冰华
local s,id,o=GetID() local s,id,o=GetID()
c5012612.MoJin=true s.MoJin=true
function s.initial_effect(c) function s.initial_effect(c)
aux.AddCodeList(c,5012604) aux.AddCodeList(c,5012604)
c:SetSPSummonOnce(id) c:SetSPSummonOnce(id)
--link summon --link summon
c:EnableReviveLimit() c:EnableReviveLimit()
aux.AddLinkProcedure(c,nil,1,1,s.lcheck) aux.AddLinkProcedure(c,s.lcheck,1,1)
--aux.AddLinkProcedure(c,nil,1,1,s.lcheck)
--spsummon condition --spsummon condition
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE) e1:SetType(EFFECT_TYPE_SINGLE)
...@@ -37,8 +38,8 @@ function s.initial_effect(c) ...@@ -37,8 +38,8 @@ function s.initial_effect(c)
e7:SetCondition(s.descon) e7:SetCondition(s.descon)
c:RegisterEffect(e7) c:RegisterEffect(e7)
end end
function s.lcheck(g,lc) function s.lcheck(c,lc)
return g:IsExists(Card.IsLinkSetCard,1,nil,MoJin==true) return c.MoJin==true
end end
function s.thcost(e,tp,eg,ep,ev,re,r,rp,chk) function s.thcost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(Card.IsAbleToDeckOrExtraAsCost,tp,LOCATION_REMOVED,LOCATION_REMOVED,1,nil) end if chk==0 then return Duel.IsExistingMatchingCard(Card.IsAbleToDeckOrExtraAsCost,tp,LOCATION_REMOVED,LOCATION_REMOVED,1,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