Commit 3c056b49 authored by TanakaKotoha's avatar TanakaKotoha

dededededededededededede

parent 3f0da54a
--创命的大魔术师 if not pcall(function() require("expansions/script/c16101100") end) then require("script/c16101100") end
function c16160004.initial_effect(c) function c16160004.initial_effect(c)
c:EnableReviveLimit() c:EnableReviveLimit()
aux.EnablePendulumAttribute(c,false) aux.EnablePendulumAttribute(c,false)
...@@ -81,18 +81,6 @@ function c16160004.csoperation(e,tp,eg,ep,ev,re,r,rp) ...@@ -81,18 +81,6 @@ function c16160004.csoperation(e,tp,eg,ep,ev,re,r,rp)
end end
end end
end end
function Card.IsComplexReason(c,reason1,reason2,...)
local res_list={reason1,reason2,...}
local public_reason=0
if rsof.Check_Boolean(reason2) then
public_reason=reason1
res_list={...}
end
for _,reason in pairs(res_list) do
if c:GetReason()&(reason|public_reason)==(reason|public_reason) then return true end
end
return false
end
function c16160004.condition1(e) function c16160004.condition1(e)
local ph=Duel.GetCurrentPhase() local ph=Duel.GetCurrentPhase()
return ph>=PHASE_BATTLE_START and ph<=PHASE_BATTLE return ph>=PHASE_BATTLE_START and ph<=PHASE_BATTLE
......
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