Commit 86dafe8a authored by Tachibana's avatar Tachibana

eme

parent 32c9a855
Pipeline #7177 passed with stages
in 35 minutes and 5 seconds
......@@ -11,8 +11,9 @@ function cm.initial_effect(c)
--attribute change
local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(m,0))
e2:SetType(EFFECT_TYPE_IGNITION)
e2:SetType(EFFECT_TYPE_QUICK_O)
e2:SetRange(LOCATION_SZONE)
e2:SetCode(EVENT_FREE_CHAIN)
e2:SetCountLimit(1,m)
e2:SetCost(cm.cost)
e2:SetTarget(cm.attg)
......
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