Commit 8d16f07c authored by 聖園ミカ's avatar 聖園ミカ 🐟

vme50

parent f3283429
expansions/pics/50218320.jpg

74.6 KB | W: | H:

expansions/pics/50218320.jpg

113 KB | W: | H:

expansions/pics/50218320.jpg
expansions/pics/50218320.jpg
expansions/pics/50218320.jpg
expansions/pics/50218320.jpg
  • 2-up
  • Swipe
  • Onion skin
expansions/pics/50221315.jpg

69 KB | W: | H:

expansions/pics/50221315.jpg

108 KB | W: | H:

expansions/pics/50221315.jpg
expansions/pics/50221315.jpg
expansions/pics/50221315.jpg
expansions/pics/50221315.jpg
  • 2-up
  • Swipe
  • Onion skin
expansions/pics/50221320.jpg

73 KB | W: | H:

expansions/pics/50221320.jpg

106 KB | W: | H:

expansions/pics/50221320.jpg
expansions/pics/50221320.jpg
expansions/pics/50221320.jpg
expansions/pics/50221320.jpg
  • 2-up
  • Swipe
  • Onion skin
expansions/pics/50221435.jpg

70.9 KB | W: | H:

expansions/pics/50221435.jpg

99.3 KB | W: | H:

expansions/pics/50221435.jpg
expansions/pics/50221435.jpg
expansions/pics/50221435.jpg
expansions/pics/50221435.jpg
  • 2-up
  • Swipe
  • Onion skin
expansions/pics/field/50221435.jpg

74.3 KB | W: | H:

expansions/pics/field/50221435.jpg

65.8 KB | W: | H:

expansions/pics/field/50221435.jpg
expansions/pics/field/50221435.jpg
expansions/pics/field/50221435.jpg
expansions/pics/field/50221435.jpg
  • 2-up
  • Swipe
  • Onion skin
...@@ -99,7 +99,7 @@ function c50218360.rop(e,tp,eg,ep,ev,re,r,rp) ...@@ -99,7 +99,7 @@ function c50218360.rop(e,tp,eg,ep,ev,re,r,rp)
end end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_RELEASE) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_RELEASE)
aux.GCheckAdditional=aux.RitualCheckAdditional(tc,tc:GetLevel(),"Greater") aux.GCheckAdditional=aux.RitualCheckAdditional(tc,tc:GetLevel(),"Greater")
local mat=mg:SelectSubGroup(tp,aux.RitualCheck,true,1,tc:GetLevel(),tp,tc,tc:GetLevel(),"Greater") local mat=mg:SelectSubGroup(tp,c50218360.RitualCheck,true,1,tc:GetLevel(),tp,tc,tc:GetLevel(),"Greater")
aux.GCheckAdditional=nil aux.GCheckAdditional=nil
if not mat then goto cancel end if not mat then goto cancel end
tc:SetMaterial(mat) tc:SetMaterial(mat)
...@@ -111,6 +111,13 @@ function c50218360.rop(e,tp,eg,ep,ev,re,r,rp) ...@@ -111,6 +111,13 @@ function c50218360.rop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
end end
function c50218360.RitualCheck(g,tp,c,lv,greater_or_equal)
return Auxiliary["RitualCheck"..greater_or_equal](g,c,lv)
and (not c:IsLocation(LOCATION_EXTRA) and Duel.GetMZoneCount(tp,g,tp)>0
or c:IsLocation(LOCATION_EXTRA) and Duel.GetLocationCountFromEx(tp,tp,g,c)>0)
and (not c.mat_group_check or c.mat_group_check(g,tp))
and (not Auxiliary.RCheckAdditional or Auxiliary.RCheckAdditional(tp,g,c))
end
function c50218360.actcon(e,tp,eg,ep,ev,re,r,rp) function c50218360.actcon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():IsSummonType(SUMMON_TYPE_PENDULUM) return e:GetHandler():IsSummonType(SUMMON_TYPE_PENDULUM)
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