mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: Merge changes from next patch
This commit is contained in:
parent
6f78067a8d
commit
ddc0180e74
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(PARRY)
|
||||
NL_STRING_CONVERSION_TABLE_ENTRY(SHIELD_USE)
|
||||
NL_STRING_CONVERSION_TABLE_ENTRY(RECHARGE)
|
||||
NL_END_STRING_CONVERSION_TABLE(TActionNature, ActionNatureConversion, UNKNOWN)
|
||||
|
||||
|
||||
|
|
|
@ -35,6 +35,7 @@ namespace ACTNATURE
|
|||
DODGE,
|
||||
PARRY,
|
||||
SHIELD_USE,
|
||||
RECHARGE,
|
||||
|
||||
NEUTRAL, //only for multi effect on spell,progression consider it as OFFENSIVE_MAGIC
|
||||
|
||||
|
|
|
@ -133,6 +133,9 @@ namespace MAGICFX
|
|||
WaterWall = 11,
|
||||
ThornWall = 12,
|
||||
LightningWall = 13,
|
||||
OtherFireWall = 14,
|
||||
TeleportKami = 15, // No effect aura
|
||||
TeleportKara = 16, // No effect aura
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue