Commit c446aee6 authored by wind2009's avatar wind2009

Add AddCodeList

parent f13dce20
Pipeline #28011 passed with stages
in 58 seconds
--魅惑の女王 LV5
function c23756165.initial_effect(c)
aux.AddCodeList(c,87257460,50140163)
--equip
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_CONTINUOUS)
......
--魅惑の女王 LV7
function c50140163.initial_effect(c)
aux.AddCodeList(c,23756165)
--equip
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_CONTINUOUS)
......
--魅惑の女王 LV3
function c87257460.initial_effect(c)
aux.AddCodeList(c,87257460,23756165)
--equip
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(87257460,0))
......
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