Commit 5249bbbf authored by wind2009's avatar wind2009

Format 古代の機械戦車兵

parent be3a3c38
...@@ -14,16 +14,16 @@ function c101204007.initial_effect(c) ...@@ -14,16 +14,16 @@ function c101204007.initial_effect(c)
local e2=e1:Clone() local e2=e1:Clone()
e2:SetCode(EVENT_SPSUMMON_SUCCESS) e2:SetCode(EVENT_SPSUMMON_SUCCESS)
c:RegisterEffect(e2) c:RegisterEffect(e2)
local e2=Effect.CreateEffect(c) local e3=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(101204007,1)) e3:SetDescription(aux.Stringid(101204007,1))
e2:SetCategory(CATEGORY_DESTROY) e3:SetCategory(CATEGORY_DESTROY)
e2:SetType(EFFECT_TYPE_IGNITION) e3:SetType(EFFECT_TYPE_IGNITION)
e2:SetRange(LOCATION_MZONE) e3:SetRange(LOCATION_MZONE)
e2:SetProperty(EFFECT_FLAG_CARD_TARGET) e3:SetProperty(EFFECT_FLAG_CARD_TARGET)
e2:SetCountLimit(1,101204107) e3:SetCountLimit(1,101204107)
e2:SetTarget(c101204007.destg) e3:SetTarget(c101204007.destg)
e2:SetOperation(c101204007.desop) e3:SetOperation(c101204007.desop)
c:RegisterEffect(e2) c:RegisterEffect(e3)
end end
function c101204007.filter1(c,e,tp) function c101204007.filter1(c,e,tp)
return not c:IsCode(101204007) and c:IsSetCard(0x7) and c:IsType(TYPE_MONSTER) and c:IsCanBeSpecialSummoned(e,0,tp,true,false) return not c:IsCode(101204007) and c:IsSetCard(0x7) and c:IsType(TYPE_MONSTER) and c:IsCanBeSpecialSummoned(e,0,tp,true,false)
......
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