Commit 875b1511 authored by Tachibana's avatar Tachibana

ndyd

parent a161b001
No preview for this file type
...@@ -62,7 +62,7 @@ end ...@@ -62,7 +62,7 @@ end
--effect1 --effect1
function c67200006.sptg(e,tp,eg,ep,ev,re,r,rp,chk) function c67200006.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0 and Duel.GetFieldGroupCount(tp,0,LOCATION_MZONE)>0 if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0 and Duel.GetFieldGroupCount(tp,0,LOCATION_MZONE)>0
and Duel.IsPlayerCanSpecialSummonMonster(tp,6720007,0,TYPES_TOKEN_MONSTER,0,0,1,RACE_ROCK,ATTRIBUTE_EARTH) end and Duel.IsPlayerCanSpecialSummonMonster(tp,67200007,0,TYPES_TOKEN_MONSTER,0,0,1,RACE_ROCK,ATTRIBUTE_EARTH) end
Duel.SetOperationInfo(0,CATEGORY_TOKEN,nil,1,0,0) Duel.SetOperationInfo(0,CATEGORY_TOKEN,nil,1,0,0)
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,0,0) Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,0,0)
end end
...@@ -72,10 +72,10 @@ function c67200006.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -72,10 +72,10 @@ function c67200006.spop(e,tp,eg,ep,ev,re,r,rp)
if ft>ct then ft=ct end if ft>ct then ft=ct end
if ft<=0 then return end if ft<=0 then return end
if Duel.IsPlayerAffectedByEffect(tp,59822133) then ft=1 end if Duel.IsPlayerAffectedByEffect(tp,59822133) then ft=1 end
if not Duel.IsPlayerCanSpecialSummonMonster(tp,6720007,0,TYPES_TOKEN_MONSTER,0,0,1,RACE_ROCK,ATTRIBUTE_EARTH) then return end if not Duel.IsPlayerCanSpecialSummonMonster(tp,67200007,0,TYPES_TOKEN_MONSTER,0,0,1,RACE_ROCK,ATTRIBUTE_EARTH) then return end
local ctn=true local ctn=true
while ft>0 and ctn do while ft>0 and ctn do
local token=Duel.CreateToken(tp,6720007) local token=Duel.CreateToken(tp,67200007)
Duel.SpecialSummonStep(token,0,tp,tp,false,false,POS_FACEUP) Duel.SpecialSummonStep(token,0,tp,tp,false,false,POS_FACEUP)
ft=ft-1 ft=ft-1
if ft<=0 or not Duel.SelectYesNo(tp,aux.Stringid(67200006,1)) then ctn=false end if ft<=0 or not Duel.SelectYesNo(tp,aux.Stringid(67200006,1)) then ctn=false end
...@@ -84,5 +84,5 @@ function c67200006.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -84,5 +84,5 @@ function c67200006.spop(e,tp,eg,ep,ev,re,r,rp)
end end
--effect2 --effect2
function c67200006.reftg(e,c) function c67200006.reftg(e,c)
return c:IsCode(6720007) and c:IsFaceup() return c:IsCode(67200007) and c:IsFaceup()
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