Commit d4f85e13 authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c50218535.lua

parent 49fcd444
Pipeline #30209 canceled with stages
in 3 minutes
-- 伏龙王-瑟拉米 --伏龙王-瑟拉米
function c50218535.initial_effect(c) function c50218535.initial_effect(c)
-- xyz summon --xyz summon
aux.AddXyzProcedure(c,nil,6,2) aux.AddXyzProcedure(c,nil,6,2)
c:EnableReviveLimit() c:EnableReviveLimit()
-- remove --remove
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(50218535,0)) e1:SetDescription(aux.Stringid(50218535,0))
e1:SetCategory(CATEGORY_REMOVE) e1:SetCategory(CATEGORY_DISABLE)
e1:SetType(EFFECT_TYPE_IGNITION) e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetRange(LOCATION_MZONE) e1:SetRange(LOCATION_MZONE)
......
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