Commit 8adf9399 authored by mercury233's avatar mercury233

forgot to update pre id

parent 7637d9ee
......@@ -21,7 +21,7 @@ function c15771991.initial_effect(c)
e2:SetType(EFFECT_TYPE_QUICK_O)
e2:SetCode(EVENT_PRE_DAMAGE_CALCULATE)
e2:SetRange(LOCATION_MZONE)
e2:SetCountLimit(1,100424103)
e2:SetCountLimit(1,15771992)
e2:SetCondition(c15771991.defcon)
e2:SetOperation(c15771991.defop)
c:RegisterEffect(e2)
......@@ -32,7 +32,7 @@ function c15771991.initial_effect(c)
e3:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e3:SetCode(EVENT_TO_GRAVE)
e3:SetProperty(EFFECT_FLAG_DELAY)
e3:SetCountLimit(1,100424203)
e3:SetCountLimit(1,15771993)
e3:SetCondition(c15771991.thcon)
e3:SetTarget(c15771991.thtg)
e3:SetOperation(c15771991.thop)
......
......@@ -19,7 +19,7 @@ function c2992036.initial_effect(c)
e2:SetType(EFFECT_TYPE_QUICK_O)
e2:SetCode(EVENT_FREE_CHAIN)
e2:SetRange(LOCATION_GRAVE)
e1:SetCountLimit(1,100424122)
e1:SetCountLimit(1,2992037)
e2:SetHintTiming(0,TIMINGS_CHECK_MONSTER+TIMING_END_PHASE)
e2:SetCondition(c2992036.descon)
e2:SetCost(aux.bfgcost)
......
......@@ -20,7 +20,7 @@ function c39987731.initial_effect(c)
e2:SetCode(EVENT_FREE_CHAIN)
e2:SetRange(LOCATION_MZONE)
e2:SetHintTiming(0,TIMINGS_CHECK_MONSTER+TIMING_SSET+TIMING_MAIN_END)
e2:SetCountLimit(1,100424131)
e2:SetCountLimit(1,39987732)
e2:SetCondition(c39987731.spcon2)
e2:SetCost(c39987731.spcost2)
e2:SetTarget(c39987731.sptg2)
......
......@@ -22,7 +22,7 @@ function c41044418.initial_effect(c)
e2:SetDescription(aux.Stringid(41044418,1))
e2:SetType(EFFECT_TYPE_IGNITION)
e2:SetRange(LOCATION_SZONE)
e2:SetCountLimit(1,100424106)
e2:SetCountLimit(1,41044419)
e2:SetCondition(c41044418.rbcon)
e2:SetCost(c41044418.rbcost)
e2:SetTarget(c41044418.rbtg)
......
......@@ -22,7 +22,7 @@ function c65471349.initial_effect(c)
e3:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e3:SetCode(EVENT_BATTLE_CONFIRM)
e3:SetRange(LOCATION_MZONE)
e3:SetCountLimit(1,100424132)
e3:SetCountLimit(1,65471350)
e3:SetCondition(c65471349.descon)
e3:SetTarget(c65471349.destg)
e3:SetOperation(c65471349.desop)
......
......@@ -17,7 +17,7 @@ function c69975751.initial_effect(c)
e2:SetCategory(CATEGORY_SPECIAL_SUMMON)
e2:SetType(EFFECT_TYPE_IGNITION)
e2:SetRange(LOCATION_SZONE)
e2:SetCountLimit(1,100200288)
e2:SetCountLimit(1,69975752)
e2:SetTarget(c69975751.sptg2)
e2:SetOperation(c69975751.spop2)
c:RegisterEffect(e2)
......
......@@ -52,7 +52,7 @@ end
function c77432167.atkcost(e,tp,eg,ep,ev,re,r,rp,chk)
e:SetLabel(100,0)
local c=e:GetHandler()
if chk==0 then return Duel.GetLP(tp)>100 and c:GetFlagEffect(100424107)==0 end
if chk==0 then return Duel.GetLP(tp)>100 and c:GetFlagEffect(77432168)==0 end
local lp=Duel.GetLP(tp)
e:SetLabel(100,lp-100)
Duel.PayLPCost(tp,lp-100)
......@@ -102,7 +102,7 @@ function c77432167.reccost(e,tp,eg,ep,ev,re,r,rp,chk)
local g=Duel.SelectReleaseGroup(tp,c77432167.recfilter,1,1,nil)
e:SetLabel(100,g:GetFirst():GetAttack())
Duel.Release(g,REASON_COST)
c:RegisterFlagEffect(100424107,RESET_CHAIN,0,1)
c:RegisterFlagEffect(77432168,RESET_CHAIN,0,1)
end
function c77432167.rectg(e,tp,eg,ep,ev,re,r,rp,chk)
local label,rec=e:GetLabel()
......
......@@ -53,10 +53,10 @@ function c78665705.activate(e,tp,eg,ep,ev,re,r,rp)
end
end
function c78665705.gaintg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetFlagEffect(tp,100424104)==0 end
if chk==0 then return Duel.GetFlagEffect(tp,78665706)==0 end
end
function c78665705.gainop(e,tp,eg,ep,ev,re,r,rp)
if Duel.GetFlagEffect(tp,100424104)~=0 then return end
if Duel.GetFlagEffect(tp,78665706)~=0 then return end
local c=e:GetHandler()
--tribute check
local e1=Effect.CreateEffect(c)
......@@ -76,7 +76,7 @@ function c78665705.gainop(e,tp,eg,ep,ev,re,r,rp)
e2:SetReset(RESET_PHASE+PHASE_END)
e2:SetLabelObject(e1)
Duel.RegisterEffect(e2,tp)
Duel.RegisterFlagEffect(tp,100424104,RESET_PHASE+PHASE_END,0,1)
Duel.RegisterFlagEffect(tp,78665706,RESET_PHASE+PHASE_END,0,1)
end
function c78665705.valcheck(e,c)
if e:GetLabel()==1 then
......
......@@ -24,7 +24,7 @@ function c91654806.initial_effect(c)
e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e2:SetCode(EVENT_DRAW)
e2:SetRange(LOCATION_SZONE)
e2:SetCountLimit(1,100424136)
e2:SetCountLimit(1,91654807)
e2:SetCondition(c91654806.drcon)
e2:SetTarget(c91654806.drtg)
e2:SetOperation(c91654806.drop)
......
......@@ -16,7 +16,7 @@ function c91870448.initial_effect(c)
e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e2:SetCode(EVENT_ATTACK_ANNOUNCE)
e2:SetRange(LOCATION_MZONE)
e2:SetCountLimit(1,100424133)
e2:SetCountLimit(1,91870449)
e2:SetCondition(c91870448.plcon)
e2:SetCost(c91870448.plcost)
e2:SetOperation(c91870448.plop)
......
......@@ -21,7 +21,7 @@ function c99666430.initial_effect(c)
e2:SetCategory(CATEGORY_RELEASE+CATEGORY_DESTROY)
e2:SetType(EFFECT_TYPE_IGNITION)
e2:SetRange(LOCATION_MZONE)
e2:SetCountLimit(1,100267103)
e2:SetCountLimit(1,99666431)
e2:SetCondition(c99666430.descon)
e2:SetTarget(c99666430.destg)
e2:SetOperation(c99666430.desop)
......
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