Commit 4b73e682 authored by 未闻皂名's avatar 未闻皂名

2022/10/26 新增:爱天使,更新翻译

parent 56521d55
Pipeline #17488 passed with stages
in 4 minutes and 19 seconds
No preview for this file type
local m=120231050
local cm=_G["c"..m]
cm.name="最强旗兽 领头独角兽"
cm.name="最强旗兽 引导独角兽"
function cm.initial_effect(c)
--Position
local e1=Effect.CreateEffect(c)
......
local m=120231062
local cm=_G["c"..m]
cm.name="爱天使"
function cm.initial_effect(c)
--Indes
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_INDESTRUCTABLE_BATTLE)
e1:SetValue(cm.indes)
c:RegisterEffect(e1)
end
--Indes
function cm.indes(e,c)
return c:IsLevel(7,8)
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