Commit 8a0a85ba authored by GuGu's avatar GuGu

Update c19114517.lua 发动次数修改

parent b40888b2
Pipeline #25997 passed with stage
in 10 seconds
......@@ -8,7 +8,6 @@ function c19114517.initial_effect(c)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetHintTiming(0,TIMINGS_CHECK_MONSTER)
e1:SetRange(LOCATION_HAND)
e1:SetCountLimit(1,19114517)
e1:SetCost(c19114517.cost)
e1:SetOperation(c19114517.operation)
c:RegisterEffect(e1)
......@@ -35,7 +34,7 @@ function c19114517.operation(e,tp,eg,ep,ev,re,r,rp)
e1:SetType(EFFECT_TYPE_CONTINUOUS+EFFECT_TYPE_FIELD)
e1:SetProperty(EFFECT_FLAG_DELAY)
e1:SetCode(EVENT_SPSUMMON_SUCCESS)
e1:SetCountLimit(4,19114517)
e1:SetCountLimit(3,19114517)
e1:SetCondition(c19114517.drcon1)
e1:SetOperation(c19114517.drop1)
e1:SetReset(RESET_PHASE+PHASE_END)
......@@ -44,7 +43,7 @@ function c19114517.operation(e,tp,eg,ep,ev,re,r,rp)
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_CONTINUOUS+EFFECT_TYPE_FIELD)
e2:SetCode(EVENT_SPSUMMON_SUCCESS)
e2:SetCountLimit(4,19114517)
e2:SetCountLimit(3,19114517)
e2:SetCondition(c19114517.regcon)
e2:SetOperation(c19114517.regop)
e2:SetReset(RESET_PHASE+PHASE_END)
......
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