Files
source/Tactical/rt time defines.h
T

19 lines
360 B
C

#ifndef RT_DEFINES
#define RT_DEFINES
#define TB_BREATH_RECOVER_MODIFIER 1
#define TB_BREATH_DEDUCT_MODIFIER 1.25
#define RT_NEXT_BLEED_MODIFIER 0.5
#define RT_FIRST_AID_GAIN_MODIFIER 12
#define NUM_REAL_SEC_PER_TACTICAL_TURN 5000
#define RT_COMPRESSION_TACTICAL_TURN_MODIFIER 10
#endif