Space Station 13 - Modules - TypesVar Details

battle

Vars

enemy_hpEnemy health/attack points
enemy_max_hpthe highest amount of health that the enemy achieves - this never changes, but avoids magic numbers
enemy_mpenemy magic points
passive_streaka counter of whether the last few player inputs were to heal, incurs a turtling penalty when emagged
player_hpPlayer health/attack points
player_max_hpthe highest amount of health that the player has held
player_max_mpthe highest amount of mana that the player has held
player_mpplayer magic points
previous_eventevent message for attack messages, etc

Var Details

enemy_hp

Enemy health/attack points

enemy_max_hp

the highest amount of health that the enemy achieves - this never changes, but avoids magic numbers

enemy_mp

enemy magic points

passive_streak

a counter of whether the last few player inputs were to heal, incurs a turtling penalty when emagged

player_hp

Player health/attack points

player_max_hp

the highest amount of health that the player has held

player_max_mp

the highest amount of mana that the player has held

player_mp

player magic points

previous_event

event message for attack messages, etc