Commit 6e0d26fb authored by REIKAI's avatar REIKAI 💬

cdb modify

parent 7dc9e9d1
Pipeline #23751 passed with stages
in 27 minutes and 48 seconds
No preview for this file type
......@@ -212,10 +212,10 @@ if not cm then return end
function cm.initial_effect(c)
aux.EnablePendulumAttribute(c)
local e0=rkch.PenSpLimit(c,true)
local e1=rsef.STO(c,EVENT_SPSUMMON_SUCCESS,{m,0},nil,"sp","de,dsp",nil,nil,rsop.target(cm.spfilter,"sp",LOCATION_DECK),cm.spop)
local e1=rsef.STO(c,EVENT_SPSUMMON_SUCCESS,{m,8},nil,"sp","de,dsp",nil,nil,rsop.target(cm.spfilter,"sp",LOCATION_DECK),cm.spop)
local e2=rsef.RegisterClone(c,e1,"code",EVENT_SUMMON_SUCCESS)
local e3=Effect.CreateEffect(c)
e3:SetDescription(aux.Stringid(m,0))
e3:SetDescription(aux.Stringid(m,9))
e3:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e3:SetType(EFFECT_TYPE_IGNITION)
e3:SetRange(LOCATION_PZONE)
......
......@@ -57,7 +57,7 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp)
de:SetReset(RESET_CHAIN+RESET_EVENT+RESETS_STANDARD)
c:RegisterEffect(de)
if Duel.Recover(tp,1000,REASON_EFFECT)>0 then
local g=Duel.GetMatchingGroup(Card.IsSetCard,tp,LOCATION_PZONE,0,nil,0xccb,0xccd)
local g=Duel.GetMatchingGroup(Card.IsSetCard,tp,LOCATION_PZONE,0,nil,0xccb)
local catcheffect={}
local catch=Card.RegisterEffect
local flag_catch=false
......
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