Ground of Aces Scripting API
|
Enumerations | |
enum | CharacterMoraleStateFlag { None = 0 , Happy = 1 , Sad = 2 , Injured = 4 , Sick = 8 , Exhausted = 256 , Fearful = 512 , Angry = 1024 , Panic = 2048 , Collapse = 4096 , Rage = 8192 } |
Morale state flag is a flag that determines how a character will look visually when moving around and staying idle. More... | |
enum | MoraleCategory { Confidence , Mood , Energy } |
Morale category. The overall morale level of a characters is an average of those values. More... | |
Morale state flag is a flag that determines how a character will look visually when moving around and staying idle.
enum MoraleCategory |
Morale category. The overall morale level of a characters is an average of those values.