Add small chance PMCs carry secondary weapon, mostly SMGs + small chance of fn40gl
This commit is contained in:
parent
b24abb1b2f
commit
88f5edba61
@ -669,6 +669,7 @@
|
|||||||
"equipment": {
|
"equipment": {
|
||||||
"ArmBand": 90,
|
"ArmBand": 90,
|
||||||
"FirstPrimaryWeapon": 80,
|
"FirstPrimaryWeapon": 80,
|
||||||
|
"SecondPrimaryWeapon": 3,
|
||||||
"Holster": 5,
|
"Holster": 5,
|
||||||
"Earpiece": 35,
|
"Earpiece": 35,
|
||||||
"Eyewear": 5,
|
"Eyewear": 5,
|
||||||
@ -719,6 +720,9 @@
|
|||||||
"levelRange": {
|
"levelRange": {
|
||||||
"min": 15,
|
"min": 15,
|
||||||
"max": 100
|
"max": 100
|
||||||
|
},
|
||||||
|
"equipment": {
|
||||||
|
"SecondPrimaryWeapon": 20
|
||||||
},
|
},
|
||||||
"randomisedArmorSlots": ["Headwear"],
|
"randomisedArmorSlots": ["Headwear"],
|
||||||
"randomisedWeaponModSlots": ["mod_scope", "mod_scope_000", "mod_scope_001", "mod_scope_002", "mod_scope_003",
|
"randomisedWeaponModSlots": ["mod_scope", "mod_scope_000", "mod_scope_001", "mod_scope_002", "mod_scope_003",
|
||||||
@ -875,6 +879,9 @@
|
|||||||
"5a38e6bac4a2826c6e06d79b": 90,
|
"5a38e6bac4a2826c6e06d79b": 90,
|
||||||
"5ea03f7400685063ec28bfa8": 50
|
"5ea03f7400685063ec28bfa8": 50
|
||||||
},
|
},
|
||||||
|
"SecondPrimaryWeapon": {
|
||||||
|
"5e81ebcd8e146c7080625e15": 0
|
||||||
|
},
|
||||||
"Backpack": {
|
"Backpack": {
|
||||||
"544a5cde4bdc2d39388b456b": 100,
|
"544a5cde4bdc2d39388b456b": 100,
|
||||||
"5ca20d5986f774331e7c9602": 100,
|
"5ca20d5986f774331e7c9602": 100,
|
||||||
|
@ -59,7 +59,7 @@
|
|||||||
"Headwear": 80,
|
"Headwear": 80,
|
||||||
"Holster": 25,
|
"Holster": 25,
|
||||||
"Scabbard": 100,
|
"Scabbard": 100,
|
||||||
"SecondPrimaryWeapon": 0,
|
"SecondPrimaryWeapon": 5,
|
||||||
"TacticalVest": 100
|
"TacticalVest": 100
|
||||||
},
|
},
|
||||||
"mods": {
|
"mods": {
|
||||||
@ -2981,7 +2981,15 @@
|
|||||||
"5c07df7f0db834001b73588a": 5,
|
"5c07df7f0db834001b73588a": 5,
|
||||||
"601948682627df266209af05": 5
|
"601948682627df266209af05": 5
|
||||||
},
|
},
|
||||||
"SecondPrimaryWeapon": {},
|
"SecondPrimaryWeapon": {
|
||||||
|
"5926bb2186f7744b1c6c6e60": 10,
|
||||||
|
"5d2f0d8048f0356c925bc3b0": 10,
|
||||||
|
"5bd70322209c4d00d7167b8f": 10,
|
||||||
|
"5ba26383d4351e00334c93d9": 10,
|
||||||
|
"5e00903ae9dc277128008b87": 10,
|
||||||
|
"5de7bd7bfd6b4e6e2276dc25": 10,
|
||||||
|
"5e81ebcd8e146c7080625e15": 1
|
||||||
|
},
|
||||||
"SecuredContainer": {
|
"SecuredContainer": {
|
||||||
"5c0a794586f77461c458f892": 1
|
"5c0a794586f77461c458f892": 1
|
||||||
},
|
},
|
||||||
@ -3676,6 +3684,15 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"mods": {
|
"mods": {
|
||||||
|
"5e81ebcd8e146c7080625e15": {
|
||||||
|
"mod_pistol_grip": ["55d4b9964bdc2d1d4e8b456e"],
|
||||||
|
"mod_sight_front": ["5ba26b01d4351e0085325a51"],
|
||||||
|
"mod_sight_rear": ["5bb20e49d4351e3bac1212de"],
|
||||||
|
"mod_scope": ["6284bd5f95250a29bc628a30"],
|
||||||
|
"mod_tactical_000": ["57fd23e32459772d0805bcf1"],
|
||||||
|
"mod_tactical_001": ["5a800961159bd4315e3a1657"],
|
||||||
|
"mod_tactical_002": ["5a800961159bd4315e3a1657"]
|
||||||
|
},
|
||||||
"5447a9cd4bdc2dbd208b4567": {
|
"5447a9cd4bdc2dbd208b4567": {
|
||||||
"mod_charge": [
|
"mod_charge": [
|
||||||
"5c0faf68d174af02a96260b8",
|
"5c0faf68d174af02a96260b8",
|
||||||
|
@ -59,7 +59,7 @@
|
|||||||
"Headwear": 80,
|
"Headwear": 80,
|
||||||
"Holster": 25,
|
"Holster": 25,
|
||||||
"Scabbard": 100,
|
"Scabbard": 100,
|
||||||
"SecondPrimaryWeapon": 0,
|
"SecondPrimaryWeapon": 5,
|
||||||
"TacticalVest": 100
|
"TacticalVest": 100
|
||||||
},
|
},
|
||||||
"mods": {
|
"mods": {
|
||||||
@ -3003,7 +3003,15 @@
|
|||||||
"5c07df7f0db834001b73588a": 5,
|
"5c07df7f0db834001b73588a": 5,
|
||||||
"601948682627df266209af05": 5
|
"601948682627df266209af05": 5
|
||||||
},
|
},
|
||||||
"SecondPrimaryWeapon": {},
|
"SecondPrimaryWeapon": {
|
||||||
|
"5926bb2186f7744b1c6c6e60": 10,
|
||||||
|
"5ba26383d4351e00334c93d9": 10,
|
||||||
|
"5bd70322209c4d00d7167b8f": 10,
|
||||||
|
"5d2f0d8048f0356c925bc3b0": 10,
|
||||||
|
"5de7bd7bfd6b4e6e2276dc25": 10,
|
||||||
|
"5e00903ae9dc277128008b87": 10,
|
||||||
|
"5e81ebcd8e146c7080625e15": 1
|
||||||
|
},
|
||||||
"SecuredContainer": {
|
"SecuredContainer": {
|
||||||
"5c0a794586f77461c458f892": 1
|
"5c0a794586f77461c458f892": 1
|
||||||
},
|
},
|
||||||
@ -10896,6 +10904,29 @@
|
|||||||
"5ea2a8e200685063ec28c05a"
|
"5ea2a8e200685063ec28c05a"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"5e81ebcd8e146c7080625e15": {
|
||||||
|
"mod_pistol_grip": [
|
||||||
|
"55d4b9964bdc2d1d4e8b456e"
|
||||||
|
],
|
||||||
|
"mod_scope": [
|
||||||
|
"6284bd5f95250a29bc628a30"
|
||||||
|
],
|
||||||
|
"mod_sight_front": [
|
||||||
|
"5ba26b01d4351e0085325a51"
|
||||||
|
],
|
||||||
|
"mod_sight_rear": [
|
||||||
|
"5bb20e49d4351e3bac1212de"
|
||||||
|
],
|
||||||
|
"mod_tactical_000": [
|
||||||
|
"57fd23e32459772d0805bcf1"
|
||||||
|
],
|
||||||
|
"mod_tactical_001": [
|
||||||
|
"5a800961159bd4315e3a1657"
|
||||||
|
],
|
||||||
|
"mod_tactical_002": [
|
||||||
|
"5a800961159bd4315e3a1657"
|
||||||
|
]
|
||||||
|
},
|
||||||
"5e81edc13397a21db957f6a1": {
|
"5e81edc13397a21db957f6a1": {
|
||||||
"mod_muzzle": [
|
"mod_muzzle": [
|
||||||
"5ef61964ec7f42238c31e0c1"
|
"5ef61964ec7f42238c31e0c1"
|
||||||
|
Loading…
Reference in New Issue
Block a user