Migrated all element constants to source exports
This commit is contained in:
parent
2b0087955e
commit
7565dcc16b
12
db/const.txt
12
db/const.txt
@ -247,18 +247,6 @@ bSubSkill 2077
|
|||||||
bSubDefEle 2078
|
bSubDefEle 2078
|
||||||
bStateNoRecoverRace 2079
|
bStateNoRecoverRace 2079
|
||||||
|
|
||||||
Ele_Neutral 0
|
|
||||||
Ele_Water 1
|
|
||||||
Ele_Earth 2
|
|
||||||
Ele_Fire 3
|
|
||||||
Ele_Wind 4
|
|
||||||
Ele_Poison 5
|
|
||||||
Ele_Holy 6
|
|
||||||
Ele_Dark 7
|
|
||||||
Ele_Ghost 8
|
|
||||||
Ele_Undead 9
|
|
||||||
Ele_All 10
|
|
||||||
|
|
||||||
RC_Formless 0
|
RC_Formless 0
|
||||||
RC_Undead 1
|
RC_Undead 1
|
||||||
RC_Brute 2
|
RC_Brute 2
|
||||||
|
@ -2065,6 +2065,19 @@
|
|||||||
export_constant(SI_TIME_ACCESSORY);
|
export_constant(SI_TIME_ACCESSORY);
|
||||||
export_constant(SI_EP16_DEF);
|
export_constant(SI_EP16_DEF);
|
||||||
|
|
||||||
|
/* elements */
|
||||||
|
export_constant(ELE_NEUTRAL);
|
||||||
|
export_constant(ELE_WATER);
|
||||||
|
export_constant(ELE_EARTH);
|
||||||
|
export_constant(ELE_FIRE);
|
||||||
|
export_constant(ELE_WIND);
|
||||||
|
export_constant(ELE_POISON);
|
||||||
|
export_constant(ELE_HOLY);
|
||||||
|
export_constant(ELE_DARK);
|
||||||
|
export_constant(ELE_GHOST);
|
||||||
|
export_constant(ELE_UNDEAD);
|
||||||
|
export_constant(ELE_ALL);
|
||||||
|
|
||||||
/* status options */
|
/* status options */
|
||||||
export_constant(OPTION_NOTHING);
|
export_constant(OPTION_NOTHING);
|
||||||
export_constant(OPTION_SIGHT);
|
export_constant(OPTION_SIGHT);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user