Commit 21e87a33 authored by xiaoye's avatar xiaoye

fix

parent 04e8c43e
...@@ -18,7 +18,6 @@ function cm.initial_effect(c) ...@@ -18,7 +18,6 @@ function cm.initial_effect(c)
e2:SetOperation(cm.op2) e2:SetOperation(cm.op2)
c:RegisterEffect(e2) c:RegisterEffect(e2)
local e3=Effect.CreateEffect(c) local e3=Effect.CreateEffect(c)
e3:SetCategory(CATEGORY_DRAW)
e3:SetType(EFFECT_TYPE_IGNITION) e3:SetType(EFFECT_TYPE_IGNITION)
e3:SetRange(LOCATION_EMBLEM) e3:SetRange(LOCATION_EMBLEM)
e3:SetCountLimit(1) e3:SetCountLimit(1)
......
VgDefinition={}
VgID=10000001 VgID=10000001
CARD_ENERGY=10800730 CARD_ENERGY=10800731
CARD_ENERGY_EMBLEM=10800851 CARD_ENERGY_EMBLEM=10800851
--min/max value --min/max value
MIN_ID = 1000 --4 digits, by DataManager::GetDesc() MIN_ID = 1000 --4 digits, by DataManager::GetDesc()
......
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