Commit 59ae3567 authored by TanakaKotoha's avatar TanakaKotoha

amd yes

parent f4c38b96
...@@ -41,7 +41,7 @@ function c26806004.mzfilter(c) ...@@ -41,7 +41,7 @@ function c26806004.mzfilter(c)
return c:IsAttack(2200) and c:IsDefense(600) return c:IsAttack(2200) and c:IsDefense(600)
end end
function c26806004.atktg(e,c) function c26806004.atktg(e,c)
return e:GetHandler():GetLinkedGroup():IsContains(c) and c:IsSetCard(0x120) return e:GetHandler():GetLinkedGroup():IsContains(c) and c:IsRace(RACE_SEASERPENT)
end end
function c26806004.desfilter(c) function c26806004.desfilter(c)
return c:IsFaceup() return c:IsFaceup()
......
...@@ -41,7 +41,7 @@ function c26806018.lcheck(g,lc) ...@@ -41,7 +41,7 @@ function c26806018.lcheck(g,lc)
end end
function c26806018.condition(e,tp,eg,ep,ev,re,r,rp) function c26806018.condition(e,tp,eg,ep,ev,re,r,rp)
local d=Duel.GetAttackTarget() local d=Duel.GetAttackTarget()
return d and d:IsControler(tp) and d:IsFaceup() and d:IsAttribute(ATTRIBUTE_WIND) return d and d:IsControler(tp) and d:IsFaceup() and d:IsAttribute(ATTRIBUTE_WATER)
end end
function c26806018.operation(e,tp,eg,ep,ev,re,r,rp) function c26806018.operation(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
...@@ -78,7 +78,7 @@ function c26806018.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -78,7 +78,7 @@ function c26806018.thop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function c26806018.filter2(c,tp) function c26806018.filter2(c,tp)
return c:IsFaceup() and c:IsControler(tp) and c:IsLocation(LOCATION_MZONE) and c:IsRace(RACE_WARRIOR) return c:IsFaceup() and c:IsControler(tp) and c:IsLocation(LOCATION_MZONE) and c:IsAttribute(ATTRIBUTE_WATER)
end end
function c26806018.discon(e,tp,eg,ep,ev,re,r,rp) function c26806018.discon(e,tp,eg,ep,ev,re,r,rp)
if e:GetHandler():IsStatus(STATUS_BATTLE_DESTROYED) or not re:IsHasProperty(EFFECT_FLAG_CARD_TARGET) then return false end if e:GetHandler():IsStatus(STATUS_BATTLE_DESTROYED) or not re:IsHasProperty(EFFECT_FLAG_CARD_TARGET) then return false end
......
...@@ -31,7 +31,7 @@ function c81012019.initial_effect(c) ...@@ -31,7 +31,7 @@ function c81012019.initial_effect(c)
e3:SetType(EFFECT_TYPE_FIELD) e3:SetType(EFFECT_TYPE_FIELD)
e3:SetProperty(EFFECT_FLAG_PLAYER_TARGET) e3:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e3:SetCode(EFFECT_CANNOT_ACTIVATE) e3:SetCode(EFFECT_CANNOT_ACTIVATE)
e3:SetRange(LOCATION_SZONE) e3:SetRange(LOCATION_MZONE)
e3:SetTargetRange(0,1) e3:SetTargetRange(0,1)
e3:SetCondition(c81012019.actcon) e3:SetCondition(c81012019.actcon)
e3:SetValue(c81012019.aclimit) e3:SetValue(c81012019.aclimit)
......
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