Commit 58a4ec09 authored by GuGu's avatar GuGu

Update c22090.lua

parent 247a9e8b
Pipeline #28404 passed with stage
in 13 seconds
--妖精之湖
function c22090.initial_effect(c)
--SetCard
local e0=Effect.CreateEffect(c)
e0:SetType(EFFECT_TYPE_SINGLE)
e0:SetCode(EFFECT_ADD_SETCODE)
e0:SetProperty(EFFECT_FLAG_SINGLE_RANGE+EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e0:SetRange(0xff)
e0:SetValue(0x999)
c:RegisterEffect(e0)
--activate
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
......
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