Commit 840e88a9 authored by wind2009's avatar wind2009

Add 女王親衛隊

parent c446aee6
Pipeline #28012 passed with stages
in 52 seconds
--女王親衛隊
function c71411377.initial_effect(c)
--at limit
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_FIELD)
e1:SetRange(LOCATION_MZONE)
e1:SetTargetRange(LOCATION_MZONE,0)
e1:SetCode(EFFECT_CANNOT_BE_BATTLE_TARGET)
e1:SetTarget(c71411377.atlimit)
e1:SetValue(aux.imval1)
c:RegisterEffect(e1)
end
function c71411377.atlimit(e,c)
return c:IsSetCard(0x3)
end
No preview for this file type
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