Commit eeb2ed17 authored by Tachibana's avatar Tachibana

eme

parent 43153942
Pipeline #8923 passed with stages
in 27 minutes and 25 seconds
No preview for this file type
...@@ -39,7 +39,7 @@ function cm.ffilter(c,fc,sub,mg,sg) ...@@ -39,7 +39,7 @@ function cm.ffilter(c,fc,sub,mg,sg)
g=sg:Clone() g=sg:Clone()
g:AddCard(c) g:AddCard(c)
end end
return tama.tamas_isExistElements(c,el) and (not sg or tama.tamas_isCanSelectElementsForAbove(g,el) return tama.tamas_isExistElements(c,el) and (not sg or tama.tamas_isCanSelectElementsForAbove(g,el))
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 not e:GetHandler():IsStatus(STATUS_BATTLE_DESTROYED) and Duel.IsChainNegatable(ev) return not e:GetHandler():IsStatus(STATUS_BATTLE_DESTROYED) and Duel.IsChainNegatable(ev)
......
...@@ -7,7 +7,7 @@ function cm.initial_effect(c) ...@@ -7,7 +7,7 @@ function cm.initial_effect(c)
c:EnableReviveLimit() c:EnableReviveLimit()
--pendulum summon --pendulum summon
aux.EnablePendulumAttribute(c,false) aux.EnablePendulumAttribute(c,false)
----pzone effect---- ----pzone effect----
--special summon --special summon
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(m,2)) e1:SetDescription(aux.Stringid(m,2))
...@@ -21,7 +21,7 @@ function cm.initial_effect(c) ...@@ -21,7 +21,7 @@ function cm.initial_effect(c)
e1:SetTarget(cm.sptg2) e1:SetTarget(cm.sptg2)
e1:SetOperation(cm.spop2) e1:SetOperation(cm.spop2)
c:RegisterEffect(e1) c:RegisterEffect(e1)
----mzone effect---- ----mzone effect----
--immune --immune
local e2=Effect.CreateEffect(c) local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE) e2:SetType(EFFECT_TYPE_SINGLE)
......
--因果的咒文 --因果的咒文
xpcall(function() require("expansions/script/c16199990") end,function() require("script/c16199990") end) xpcall(function() require("expansions/script/c16199990") end,function() require("script/c16199990") end)
local m,cm=rk.set(16114248,"FAIRY") local m,cm=rk.set(16114288,"FAIRY")
function cm.initial_effect(c) function cm.initial_effect(c)
--damage --damage
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
......
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