Commit 2809aed0 authored by DailyShana's avatar DailyShana

ruling change

SNo.39 希望皇ホープ・ザ・ライトニング
https://www.db.yugioh-card.com/yugiohdb/faq_search.action?ope=5&fid=19270&keyword=&tag=-1&request_locale=ja

幻層の守護者アルマデス
http://yugioh-wiki.net/index.php?%A1%D4%B8%B8%C1%D8%A4%CE%BC%E9%B8%EE%BC%D4%A5%A2%A5%EB%A5%DE%A5%C7%A5%B9%A1%D5#faq
Q:《幻層の守護者アルマデス》の攻撃宣言時に《キキナガシ風鳥》の(2)の効果を発動できますか?
A:《幻層の守護者アルマデス》の攻撃宣言時には、《キキナガシ風鳥》の(2)の効果を発動することはできません。(19/06/24)
parent 4a96718d
...@@ -17,7 +17,7 @@ function c56832966.initial_effect(c) ...@@ -17,7 +17,7 @@ function c56832966.initial_effect(c)
e2:SetCode(EFFECT_CANNOT_ACTIVATE) e2:SetCode(EFFECT_CANNOT_ACTIVATE)
e2:SetRange(LOCATION_MZONE) e2:SetRange(LOCATION_MZONE)
e2:SetTargetRange(0,1) e2:SetTargetRange(0,1)
e2:SetValue(c56832966.aclimit) e2:SetValue(1)
e2:SetCondition(c56832966.actcon) e2:SetCondition(c56832966.actcon)
c:RegisterEffect(e2) c:RegisterEffect(e2)
--atk --atk
...@@ -36,9 +36,6 @@ c56832966.xyz_number=39 ...@@ -36,9 +36,6 @@ c56832966.xyz_number=39
function c56832966.ovfilter(c) function c56832966.ovfilter(c)
return c:IsFaceup() and c:IsSetCard(0x107f) and c:IsType(TYPE_XYZ) and c:IsRank(4) return c:IsFaceup() and c:IsSetCard(0x107f) and c:IsType(TYPE_XYZ) and c:IsRank(4)
end end
function c56832966.aclimit(e,re,tp)
return not re:GetHandler():IsImmuneToEffect(e)
end
function c56832966.actcon(e) function c56832966.actcon(e)
return Duel.GetAttacker()==e:GetHandler() or Duel.GetAttackTarget()==e:GetHandler() return Duel.GetAttacker()==e:GetHandler() or Duel.GetAttackTarget()==e:GetHandler()
end end
......
...@@ -10,13 +10,10 @@ function c88033975.initial_effect(c) ...@@ -10,13 +10,10 @@ function c88033975.initial_effect(c)
e1:SetCode(EFFECT_CANNOT_ACTIVATE) e1:SetCode(EFFECT_CANNOT_ACTIVATE)
e1:SetRange(LOCATION_MZONE) e1:SetRange(LOCATION_MZONE)
e1:SetTargetRange(0,1) e1:SetTargetRange(0,1)
e1:SetValue(c88033975.aclimit) e1:SetValue(1)
e1:SetCondition(c88033975.actcon) e1:SetCondition(c88033975.actcon)
c:RegisterEffect(e1) c:RegisterEffect(e1)
end end
function c88033975.aclimit(e,re,tp)
return not re:GetHandler():IsImmuneToEffect(e)
end
function c88033975.actcon(e) function c88033975.actcon(e)
return Duel.GetAttacker()==e:GetHandler() or Duel.GetAttackTarget()==e:GetHandler() return Duel.GetAttacker()==e:GetHandler() or Duel.GetAttackTarget()==e:GetHandler()
end end
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