Commit 5974f81a authored by TanakaKotoha's avatar TanakaKotoha

new file: expansions/script/c26800000.lua

parent 8e88b66c
--Used By Amana
Amana=Amana or {}
--Mogami Shizuka, 81018xxx, 0x81b
function Amana.AttackBelow(c)
local e0=Effect.CreateEffect(c)
e0:SetType(EFFECT_TYPE_SINGLE)
e0:SetCode(EFFECT_CANNOT_ATTACK)
e0:SetCondition(Amana.atcon)
c:RegisterEffect(e0)
end
function Amana.atcon(e)
return e:GetHandler():GetAttack()>=2000
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