Commit 5e2de7d1 authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c16348143.lua

parent b28344ea
Pipeline #32418 passed with stages
in 41 minutes and 47 seconds
...@@ -29,9 +29,8 @@ function c16348143.initial_effect(c) ...@@ -29,9 +29,8 @@ function c16348143.initial_effect(c)
local e3=Effect.CreateEffect(c) local e3=Effect.CreateEffect(c)
e3:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_TOEXTRA) e3:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_TOEXTRA)
e3:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O) e3:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e3:SetProperty(EFFECT_FLAG_DELAY)
e3:SetCode(EVENT_LEAVE_FIELD) e3:SetCode(EVENT_LEAVE_FIELD)
e3:SetProperty(EFFECT_FLAG_CARD_TARGET) e3:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_DELAY)
e3:SetCountLimit(1,16348143) e3:SetCountLimit(1,16348143)
e3:SetCondition(c16348143.spcon) e3:SetCondition(c16348143.spcon)
e3:SetTarget(c16348143.sptg) e3:SetTarget(c16348143.sptg)
......
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