Commit fac3ca5a authored by oilloillo's avatar oilloillo

Update c999015.lua

parent 2eec4807
......@@ -67,7 +67,7 @@ function M.addEff1(c)
e1:SetCategory(CATEGORY_RECOVER)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_MZONE)
e1:SetCountLimit(1, Mid*10+1)
e1:SetCountLimit(1, Mid)
e1:SetTarget(target)
e1:SetOperation(operation)
c:RegisterEffect(e1)
......@@ -116,7 +116,7 @@ function M.addCommonEff(c)
e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F)
e2:SetProperty(EFFECT_FLAG_DAMAGE_STEP)
e2:SetCode(EVENT_TO_GRAVE)
e2:SetCountLimit(1, Mid*10+2)
e2:SetCountLimit(1, Mid)
e2:SetCondition(thcon)
e2:SetOperation(repop)
c:RegisterEffect(e2)
......
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