FIx PMCs having no armor plates

This commit is contained in:
Dev 2024-01-06 23:23:02 +00:00
parent 9f99c8d2eb
commit ccb658db89
2 changed files with 9 additions and 1 deletions

View File

@ -68,6 +68,10 @@
"TacticalVest": 100 "TacticalVest": 100
}, },
"mods": { "mods": {
"front_plate": 100,
"back_plate": 100,
"left_side_plate": 80,
"rightside_plate": 80,
"mod_barrel": 100, "mod_barrel": 100,
"mod_bipod": 100, "mod_bipod": 100,
"mod_catch": 25, "mod_catch": 25,

View File

@ -65,6 +65,9 @@
"TacticalVest": 100 "TacticalVest": 100
}, },
"mods": { "mods": {
"back_plate": 100,
"front_plate": 100,
"left_side_plate": 80,
"mod_barrel": 100, "mod_barrel": 100,
"mod_bipod": 100, "mod_bipod": 100,
"mod_catch": 25, "mod_catch": 25,
@ -116,7 +119,8 @@
"mod_tactical_002": 75, "mod_tactical_002": 75,
"mod_tactical_003": 61, "mod_tactical_003": 61,
"mod_tactical_2": 50, "mod_tactical_2": 50,
"mod_trigger": 25 "mod_trigger": 25,
"rightside_plate": 80
} }
}, },
"difficulty": { "difficulty": {