Commit 01135fc7 authored by 聖園ミカ's avatar 聖園ミカ 🐟

str

parent ba48317f
Pipeline #26891 passed with stages
in 19 minutes and 39 seconds
No preview for this file type
......@@ -4,7 +4,7 @@ local cm=_G["c"..m]
Duel.LoadScript("c1110198.lua")
cm.named_with_Butterfly=true
function cm.initial_effect(c)
aux.AddCodeList(c,1102000)
aux.AddCodeList(c,1102000,1110003,1110004)
--synchro effect
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
......
......@@ -2,12 +2,13 @@
local m = 4270025
local cm=_G["c"..m]
function cm.initial_effect(c)
aux.AddCodeList(c,4270001,4270002,4270003)
iFunc(c).c("RegisterEffect",iFunc(c)
.e("SetDescription",aux.Stringid(m,0))
.e("SetCategory",CATEGORY_REMOVE+CATEGORY_SPECIAL_SUMMON+CATEGORY_FUSION_SUMMON)
.e("SetType",EFFECT_TYPE_ACTIVATE)
.e("SetCode",EVENT_FREE_CHAIN)
.e("SetTarget",function(e,tp,eg,ep,ev,re,r,rp,chk)
.e("SetTarget",function(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then
if Duel.GetFlagEffect(tp,m)==nil or Duel.GetFlagEffect(tp,m)<=0 then
Duel.RegisterFlagEffect(tp,m,RESET_PHASE+PHASE_END,0,1)
......
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