-
Notifications
You must be signed in to change notification settings - Fork 185
WarDamageLevelType
HungryForFood edited this page Feb 2, 2021
·
1 revision
The WarDamageLevelType pseudo-type is actually a regular integer. Pseudo-types do not exist in Lua, they only serve a documentation purpose on the wiki.
| Value | Type |
|---|---|
| -1 | NO_WAR_DAMAGE_LEVEL_VALUE |
| 0 | WAR_DAMAGE_LEVEL_NONE |
| 1 | WAR_DAMAGE_LEVEL_MINOR |
| 2 | WAR_DAMAGE_LEVEL_MAJOR |
| 3 | WAR_DAMAGE_LEVEL_SERIOUS |
| 4 | WAR_DAMAGE_LEVEL_CRIPPLED |