Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_EArmorLevels.c File Reference

Go to the source code of this file.

Enumerations

enum  SCR_EArmorLevels {
  NONE = 0 , CUSTOM_01 = 10 , CUSTOM_02 = 15 , CUSTOM_03 = 20 ,
  CUSTOM_04 = 25 , TYPE_I = 5 , TYPE_IIA = 7 , TYPE_II = 8 ,
  TYPE_IIIA = 11 , TYPE_III = 17 , CLASS_1 = 6 , CLASS_2 = 9 ,
  CLASS_2A = 10 , CLASS_3 = 13 , CLASS_4 = 18
}

Enumeration Type Documentation

◆ SCR_EArmorLevels

Types of armor and their corresponding protection level. Protection level is int value used for damage reduction.

Enumerator
NONE 

No protection value.

CUSTOM_01 

Arbitrary protection values.

CUSTOM_02 
CUSTOM_03 
CUSTOM_04 
TYPE_I 

Balanced to conform to NIJ standard protection values.

TYPE_IIA 
TYPE_II 
TYPE_IIIA 
TYPE_III 
CLASS_1 

Balanced to conform to GOST standard protection values.

CLASS_2 
CLASS_2A 
CLASS_3 
CLASS_4 

Definition at line 3 of file SCR_EArmorLevels.c.