Commit b63f91d1 authored by DailyShana's avatar DailyShana

fix ガントレット・ウォリアー

parent 99c5240f
...@@ -46,6 +46,7 @@ function c79337169.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -46,6 +46,7 @@ function c79337169.operation(e,tp,eg,ep,ev,re,r,rp)
local e3=Effect.CreateEffect(c) local e3=Effect.CreateEffect(c)
e3:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_CONTINUOUS) e3:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_CONTINUOUS)
e3:SetCode(EVENT_DAMAGE_STEP_END) e3:SetCode(EVENT_DAMAGE_STEP_END)
e3:SetCondition(c79337169.resetcon)
e3:SetOperation(c79337169.resetop) e3:SetOperation(c79337169.resetop)
e3:SetReset(RESET_EVENT+RESETS_STANDARD) e3:SetReset(RESET_EVENT+RESETS_STANDARD)
e3:SetLabelObject(e2) e3:SetLabelObject(e2)
...@@ -53,6 +54,9 @@ function c79337169.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -53,6 +54,9 @@ function c79337169.operation(e,tp,eg,ep,ev,re,r,rp)
tc=g:GetNext() tc=g:GetNext()
end end
end end
function c79337169.resetcon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():GetBattledGroupCount()>0
end
function c79337169.resetop(e,tp,eg,ep,ev,re,r,rp) function c79337169.resetop(e,tp,eg,ep,ev,re,r,rp)
local e1=e:GetLabelObject() local e1=e:GetLabelObject()
local e2=e1:GetLabelObject() local e2=e1:GetLabelObject()
......
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