Commit 52d43fc8 authored by 聖園ミカ's avatar 聖園ミカ 🐟

byd

parent 5f1a1501
Pipeline #30151 failed with stages
in 25 minutes and 13 seconds
......@@ -40,13 +40,13 @@ function cm.tkcost(e,tp,eg,ep,ev,re,r,rp,chk)
end
function cm.tktg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0 and
Duel.IsPlayerCanSpecialSummonMonster(tp,65700029,nil,TYPES_TOKEN_MONSTER,0,0,1,RACE_FIEND,ATTRIBUTE_DARK,POS_FACEUP,1-tp) end
Duel.IsPlayerCanSpecialSummonMonster(tp,65700029,nil,TYPES_TOKEN_MONSTER,0,650,1,RACE_FIEND,ATTRIBUTE_DARK,POS_FACEUP,1-tp) end
Duel.SetOperationInfo(0,CATEGORY_TOKEN,nil,1,0,0)
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,0)
end
function cm.tkop(e,tp,eg,ep,ev,re,r,rp)
if Duel.GetLocationCount(1-tp,LOCATION_MZONE)>0
and Duel.IsPlayerCanSpecialSummonMonster(tp,65700029,nil,TYPES_TOKEN_MONSTER,0,0,1,RACE_FIEND,ATTRIBUTE_DARK,POS_FACEUP,1-tp) then
and Duel.IsPlayerCanSpecialSummonMonster(tp,65700029,nil,TYPES_TOKEN_MONSTER,0,650,1,RACE_FIEND,ATTRIBUTE_DARK,POS_FACEUP,1-tp) then
local token=Duel.CreateToken(1-tp,65700029)
Duel.SpecialSummon(token,0,tp,1-tp,false,false,POS_FACEUP)
......@@ -61,13 +61,13 @@ end
function cm.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0
and Duel.IsPlayerCanSpecialSummonMonster(tp,65700028,nil,TYPES_TOKEN_MONSTER,0,0,1,RACE_FAIRY,ATTRIBUTE_LIGHT) end
and Duel.IsPlayerCanSpecialSummonMonster(tp,65700028,nil,TYPES_TOKEN_MONSTER,0,650,1,RACE_FAIRY,ATTRIBUTE_LIGHT) end
Duel.SetOperationInfo(0,CATEGORY_TOKEN,nil,1,0,0)
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,0,0)
end
function cm.spop(e,tp,eg,ep,ev,re,r,rp)
if Duel.GetLocationCount(tp,LOCATION_MZONE)>0
and Duel.IsPlayerCanSpecialSummonMonster(tp,65700028,nil,TYPES_TOKEN_MONSTER,0,0,1,RACE_FAIRY,ATTRIBUTE_LIGHT) then
and Duel.IsPlayerCanSpecialSummonMonster(tp,65700028,nil,TYPES_TOKEN_MONSTER,0,650,1,RACE_FAIRY,ATTRIBUTE_LIGHT) then
local token=Duel.CreateToken(tp,65700028)
Duel.SpecialSummon(token,0,tp,tp,false,false,POS_FACEUP)
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