ProtectionBonuses.json - AlPepino/Next-Days GitHub Wiki
Object array of overridden items properties. The file is generated empty, must be edit manually in case of needs.
type
className of overridden item
biological
takes float number which represents protection. 1 means 100 % protection against biological (influenza).
chemical
takes float number which represents protection. 1 means 100 % protection against chemical (toxicity).
radiation
takes float number which represents protection. 1 means 100 % protection against radiation.
hasdosimeter
takes integer number 0/1 (disable/enable) personal dosimeter on this item. Personal dosimeter shows your radiation doses through colored radiation icon in game.
An example of this file:
[
{
"type": "MVS_S10Respirator_Tan",
"biological": 1.0,
"chemical": 1.0,
"radiation": 1.0,
"hasdosimeter": 1
},
{
"type": "MVS_M50Respirator_OD",
"biological": 1.0,
"chemical": 1.0,
"radiation": 1.0,
"hasdosimeter": 1
}
]