Changed: Merge changes from next patch
This commit is contained in:
parent
d7556cfe3c
commit
e59f5dbf31
3 changed files with 5 additions and 0 deletions
|
@ -38,6 +38,7 @@ namespace ACTNATURE
|
||||||
NL_STRING_CONVERSION_TABLE_ENTRY(DODGE)
|
NL_STRING_CONVERSION_TABLE_ENTRY(DODGE)
|
||||||
NL_STRING_CONVERSION_TABLE_ENTRY(PARRY)
|
NL_STRING_CONVERSION_TABLE_ENTRY(PARRY)
|
||||||
NL_STRING_CONVERSION_TABLE_ENTRY(SHIELD_USE)
|
NL_STRING_CONVERSION_TABLE_ENTRY(SHIELD_USE)
|
||||||
|
NL_STRING_CONVERSION_TABLE_ENTRY(RECHARGE)
|
||||||
NL_END_STRING_CONVERSION_TABLE(TActionNature, ActionNatureConversion, UNKNOWN)
|
NL_END_STRING_CONVERSION_TABLE(TActionNature, ActionNatureConversion, UNKNOWN)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -35,6 +35,7 @@ namespace ACTNATURE
|
||||||
DODGE,
|
DODGE,
|
||||||
PARRY,
|
PARRY,
|
||||||
SHIELD_USE,
|
SHIELD_USE,
|
||||||
|
RECHARGE,
|
||||||
|
|
||||||
NEUTRAL, //only for multi effect on spell,progression consider it as OFFENSIVE_MAGIC
|
NEUTRAL, //only for multi effect on spell,progression consider it as OFFENSIVE_MAGIC
|
||||||
|
|
||||||
|
|
|
@ -133,6 +133,9 @@ namespace MAGICFX
|
||||||
WaterWall = 11,
|
WaterWall = 11,
|
||||||
ThornWall = 12,
|
ThornWall = 12,
|
||||||
LightningWall = 13,
|
LightningWall = 13,
|
||||||
|
OtherFireWall = 14,
|
||||||
|
TeleportKami = 15, // No effect aura
|
||||||
|
TeleportKara = 16, // No effect aura
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue