Commit 15e2612b authored by 未闻皂名's avatar 未闻皂名

2024/7/7 新增:海牛头人

parent f9bc146b
Pipeline #28171 passed with stages
in 7 minutes and 27 seconds
No preview for this file type
local m=120264036
local cm=_G["c"..m]
cm.name="海牛头人"
function cm.initial_effect(c)
--Pierce
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(m,1))
e1:SetType(EFFECT_TYPE_FIELD)
e1:SetCode(EFFECT_PIERCE)
e1:SetProperty(EFFECT_FLAG_CLIENT_HINT)
e1:SetRange(LOCATION_MZONE)
e1:SetTargetRange(LOCATION_MZONE,0)
e1:SetTarget(cm.target)
c:RegisterEffect(e1)
end
--Pierce
function cm.target(e,c)
return c:IsRace(RACE_FISH+RACE_SEASERPENT+RACE_AQUA)
end
\ No newline at end of file
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