Commit 5e0ea109 authored by 聖園ミカ's avatar 聖園ミカ 🐟

byd

parent 89bf2d46
......@@ -14,8 +14,8 @@ function cm.initial_effect(c)
e1:SetTarget(cm.target)
e1:SetOperation(cm.activate)
c:RegisterEffect(e1)
cm.att1550_def1050=true
end
cm.att1550_def1050=true
function cm.cfilter(c)
return c:IsFaceup() and c:IsAttack(1550) and c:IsDefense(1050)
end
......
......@@ -22,6 +22,7 @@ function cm.initial_effect(c)
e2:SetOperation(cm.repop)
c:RegisterEffect(e2)
end
cm.asahina_chiya=true
function cm.filter(c)
return c:GetBaseAttack()==0 and c:IsRace(RACE_SPELLCASTER) and c:IsAttribute(ATTRIBUTE_FIRE)
end
......
......@@ -26,6 +26,7 @@ function cm.initial_effect(c)
e2:SetOperation(cm.atkop)
c:RegisterEffect(e2)
end
cm.asahina_chiya=true
function cm.atkfilter(c)
return c:IsFaceup() and c:GetBaseAttack()==0 and c:IsRace(RACE_SPELLCASTER) and c:IsAttribute(ATTRIBUTE_FIRE)
end
......
......@@ -29,6 +29,7 @@ function cm.initial_effect(c)
e3:SetOperation(cm.spop)
c:RegisterEffect(e3)
end
cm.asahina_chiya=true
function cm.filter(c)
return c:IsFaceup() and c:GetBaseAttack()==0 and c:IsRace(RACE_SPELLCASTER) and c:IsAttribute(ATTRIBUTE_FIRE)
end
......
......@@ -29,6 +29,7 @@ function s.initial_effect(c)
c:RegisterEffect(e3)
end
s.toss_coin=true
s.asahina_chiya=true
function s.filter(c)
return c:GetBaseAttack()==0
and c:IsRace(RACE_SPELLCASTER) and c:IsAttribute(ATTRIBUTE_FIRE)
......
......@@ -38,6 +38,7 @@ function s.initial_effect(c)
e5:SetValue(s.damlimit)
c:RegisterEffect(e5)
end
s.asahina_chiya=true
function s.indtg(e,c)
return c:GetBaseAttack()==0
and c:IsRace(RACE_SPELLCASTER) and c:IsAttribute(ATTRIBUTE_FIRE)
......
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