Commit c8c7c6ee authored by TanakaKotoha's avatar TanakaKotoha

dededededededededededede

parent 9050d411
expansions/pics/81018999.jpg

52.5 KB | W: | H:

expansions/pics/81018999.jpg

94.3 KB | W: | H:

expansions/pics/81018999.jpg
expansions/pics/81018999.jpg
expansions/pics/81018999.jpg
expansions/pics/81018999.jpg
  • 2-up
  • Swipe
  • Onion skin
...@@ -36,7 +36,7 @@ function cm.spcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -36,7 +36,7 @@ function cm.spcon(e,tp,eg,ep,ev,re,r,rp)
return playerpaylpcostint>=75000 and Duel.GetLocationCount(tp,LOCATION_MZONE)>0 return playerpaylpcostint>=75000 and Duel.GetLocationCount(tp,LOCATION_MZONE)>0
end end
function cm.spfilter(c,e,tp) function cm.spfilter(c,e,tp)
return c:IsCanBeSpecialSummoned(e,0,tp,true,false) return c:IsType(TYPE_MONSTER) and c:IsCanBeSpecialSummoned(e,0,tp,true,false)
end end
function cm.sptg(e,tp,eg,ep,ev,re,r,rp,chk) function cm.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0 if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0
......
...@@ -23,7 +23,7 @@ function cm.actlimit(e,re,tp) ...@@ -23,7 +23,7 @@ function cm.actlimit(e,re,tp)
return re:IsActiveType(TYPE_MONSTER) and not re:GetHandler():IsLocation(LOCATION_MZONE) return re:IsActiveType(TYPE_MONSTER) and not re:GetHandler():IsLocation(LOCATION_MZONE)
end end
function cm.discon(e,tp,eg,ep,ev,re,r,rp) function cm.discon(e,tp,eg,ep,ev,re,r,rp)
return re:IsHasType(EFFECT_TYPE_ACTIVATE) and not re:GetHandler():IsRelateToEffect(re) return re:IsActiveType(TYPE_SPELL+TYPE_TRAP) and not re:GetHandler():IsRelateToEffect(re)
end end
function cm.disop(e,tp,eg,ep,ev,re,r,rp) function cm.disop(e,tp,eg,ep,ev,re,r,rp)
rshint.Card(m) rshint.Card(m)
......
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