Commit 7e41e8f3 authored by Tachibana's avatar Tachibana

tnndx

parent 0368f323
Pipeline #2652 passed with stages
in 23 minutes and 17 seconds
......@@ -52,8 +52,8 @@ function cm.xyzop(e,tp,eg,ep,ev,re,r,rp)
end
function cm.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsCanRemoveCounter(tp,1,0,0x9af,3,REASON_COST) end
Duel.RemoveCounter(tp,1,0,0x9af,3,REASON_COST)
if chk==0 then return Duel.IsCanRemoveCounter(tp,1,0,0x9a0,3,REASON_COST) end
Duel.RemoveCounter(tp,1,0,0x9a0,3,REASON_COST)
end
function cm.filter(c,e,tp)
return c:IsType(TYPE_XYZ) and c:IsRankBelow(5) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
......
......@@ -939,7 +939,7 @@ aux.AddCodeList(c,16160006) 阿比盖尔卡名记述
#欲於紫禁城下起舞 1527374587 929 0x9a0-0x9af
!setname 0x9a0 Virtual UP
!counter 0x9af Virtual指示物
!counter 0x9a0 Virtual指示物
#JustBLACK 1480665321 952 0x520-0x52f
!setname 0x9528 机动
......
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