FS2_Open
Open source remastering of the Freespace 2 engine
subsysdamage.h File Reference

Go to the source code of this file.

Macros

#define SHIP_MIN_ENGINES_FOR_FULL_SPEED   0.5f
 
#define SHIP_MIN_ENGINES_TO_WARP   0.3f
 
#define ENGINE_MIN_STR   0.15f
 
#define SUBSYS_WEAPONS_STR_FIRE_OK   0.7f
 
#define SUBSYS_WEAPONS_STR_FIRE_FAIL   0.2f
 
#define SENSOR_STR_TARGET_NO_EFFECTS   0.3f
 
#define MIN_SENSOR_STR_TO_TARGET   0.2f
 
#define SENSOR_STR_RADAR_NO_EFFECTS   0.4f
 
#define MIN_SENSOR_STR_TO_RADAR   0.1f
 
#define MIN_COMM_STR_TO_MESSAGE   0.3f
 
#define COMM_DESTROYED   0
 
#define COMM_DAMAGED   1
 
#define COMM_SCRAMBLED   2
 
#define COMM_OK   3
 
#define SHIP_MIN_NAV_TO_WARP   0.3f
 
#define MIN_SHIELDS_FOR_FULL_STRENGTH   0.5f
 
#define MIN_SHIELDS_FOR_FULL_COVERAGE   0.3f
 

Macro Definition Documentation

#define COMM_DAMAGED   1

Definition at line 50 of file subsysdamage.h.

#define COMM_DESTROYED   0

Definition at line 49 of file subsysdamage.h.

#define COMM_OK   3

Definition at line 52 of file subsysdamage.h.

#define COMM_SCRAMBLED   2

Definition at line 51 of file subsysdamage.h.

#define ENGINE_MIN_STR   0.15f

Definition at line 20 of file subsysdamage.h.

#define MIN_COMM_STR_TO_MESSAGE   0.3f

Definition at line 47 of file subsysdamage.h.

#define MIN_SENSOR_STR_TO_RADAR   0.1f

Definition at line 41 of file subsysdamage.h.

#define MIN_SENSOR_STR_TO_TARGET   0.2f

Definition at line 34 of file subsysdamage.h.

#define MIN_SHIELDS_FOR_FULL_COVERAGE   0.3f

Definition at line 64 of file subsysdamage.h.

#define MIN_SHIELDS_FOR_FULL_STRENGTH   0.5f

Definition at line 63 of file subsysdamage.h.

#define SENSOR_STR_RADAR_NO_EFFECTS   0.4f

Definition at line 40 of file subsysdamage.h.

#define SENSOR_STR_TARGET_NO_EFFECTS   0.3f

Definition at line 33 of file subsysdamage.h.

#define SHIP_MIN_ENGINES_FOR_FULL_SPEED   0.5f

Definition at line 18 of file subsysdamage.h.

#define SHIP_MIN_ENGINES_TO_WARP   0.3f

Definition at line 19 of file subsysdamage.h.

#define SHIP_MIN_NAV_TO_WARP   0.3f

Definition at line 58 of file subsysdamage.h.

#define SUBSYS_WEAPONS_STR_FIRE_FAIL   0.2f

Definition at line 27 of file subsysdamage.h.

#define SUBSYS_WEAPONS_STR_FIRE_OK   0.7f

Definition at line 26 of file subsysdamage.h.