Adjusted various bot types to always have armored rigs when generated without a vest
This commit is contained in:
parent
4cb901d592
commit
53e0a74a1f
@ -513,6 +513,7 @@
|
|||||||
"lightIsActiveDayChancePercent": 45,
|
"lightIsActiveDayChancePercent": 45,
|
||||||
"lightIsActiveNightChancePercent": 95,
|
"lightIsActiveNightChancePercent": 95,
|
||||||
"laserIsActiveChancePercent": 95,
|
"laserIsActiveChancePercent": 95,
|
||||||
|
"forceOnlyArmoredRigWhenNoArmor": true,
|
||||||
"forceStock": true
|
"forceStock": true
|
||||||
},
|
},
|
||||||
"bosskilla": {
|
"bosskilla": {
|
||||||
@ -520,6 +521,7 @@
|
|||||||
"lightIsActiveDayChancePercent": 75,
|
"lightIsActiveDayChancePercent": 75,
|
||||||
"lightIsActiveNightChancePercent": 85,
|
"lightIsActiveNightChancePercent": 85,
|
||||||
"laserIsActiveChancePercent": 85,
|
"laserIsActiveChancePercent": 85,
|
||||||
|
"forceOnlyArmoredRigWhenNoArmor": true,
|
||||||
"forceStock": true
|
"forceStock": true
|
||||||
},
|
},
|
||||||
"bosskojaniy": {
|
"bosskojaniy": {
|
||||||
@ -554,6 +556,7 @@
|
|||||||
"lightIsActiveDayChancePercent": 25,
|
"lightIsActiveDayChancePercent": 25,
|
||||||
"lightIsActiveNightChancePercent": 75,
|
"lightIsActiveNightChancePercent": 75,
|
||||||
"laserIsActiveChancePercent": 75,
|
"laserIsActiveChancePercent": 75,
|
||||||
|
"forceOnlyArmoredRigWhenNoArmor": true,
|
||||||
"forceStock": true
|
"forceStock": true
|
||||||
},
|
},
|
||||||
"bosszryachiy": {
|
"bosszryachiy": {
|
||||||
@ -605,6 +608,7 @@
|
|||||||
"lightIsActiveDayChancePercent": 25,
|
"lightIsActiveDayChancePercent": 25,
|
||||||
"lightIsActiveNightChancePercent": 75,
|
"lightIsActiveNightChancePercent": 75,
|
||||||
"laserIsActiveChancePercent": 75,
|
"laserIsActiveChancePercent": 75,
|
||||||
|
"forceOnlyArmoredRigWhenNoArmor": true,
|
||||||
"forceStock": true
|
"forceStock": true
|
||||||
},
|
},
|
||||||
"followergluharassault": {
|
"followergluharassault": {
|
||||||
@ -656,6 +660,7 @@
|
|||||||
"lightIsActiveDayChancePercent": 25,
|
"lightIsActiveDayChancePercent": 25,
|
||||||
"lightIsActiveNightChancePercent": 75,
|
"lightIsActiveNightChancePercent": 75,
|
||||||
"laserIsActiveChancePercent": 75,
|
"laserIsActiveChancePercent": 75,
|
||||||
|
"forceOnlyArmoredRigWhenNoArmor": true,
|
||||||
"forceStock": true,
|
"forceStock": true,
|
||||||
"weaponModLimits": {
|
"weaponModLimits": {
|
||||||
"scopeLimit": 1,
|
"scopeLimit": 1,
|
||||||
@ -669,6 +674,7 @@
|
|||||||
"lightIsActiveDayChancePercent": 25,
|
"lightIsActiveDayChancePercent": 25,
|
||||||
"lightIsActiveNightChancePercent": 75,
|
"lightIsActiveNightChancePercent": 75,
|
||||||
"laserIsActiveChancePercent": 75,
|
"laserIsActiveChancePercent": 75,
|
||||||
|
"forceOnlyArmoredRigWhenNoArmor": true,
|
||||||
"forceStock": true
|
"forceStock": true
|
||||||
},
|
},
|
||||||
"followerzryachiy": {
|
"followerzryachiy": {
|
||||||
@ -782,6 +788,7 @@
|
|||||||
"lightIsActiveDayChancePercent": 35,
|
"lightIsActiveDayChancePercent": 35,
|
||||||
"lightIsActiveNightChancePercent": 95,
|
"lightIsActiveNightChancePercent": 95,
|
||||||
"laserIsActiveChancePercent": 95,
|
"laserIsActiveChancePercent": 95,
|
||||||
|
"forceOnlyArmoredRigWhenNoArmor": true,
|
||||||
"forceStock": true,
|
"forceStock": true,
|
||||||
"weaponModLimits": {
|
"weaponModLimits": {
|
||||||
"scopeLimit": 1,
|
"scopeLimit": 1,
|
||||||
@ -822,6 +829,7 @@
|
|||||||
"lightIsActiveDayChancePercent": 35,
|
"lightIsActiveDayChancePercent": 35,
|
||||||
"lightIsActiveNightChancePercent": 95,
|
"lightIsActiveNightChancePercent": 95,
|
||||||
"laserIsActiveChancePercent": 95,
|
"laserIsActiveChancePercent": 95,
|
||||||
|
"forceOnlyArmoredRigWhenNoArmor": true,
|
||||||
"forceStock": true,
|
"forceStock": true,
|
||||||
"weaponModLimits": {
|
"weaponModLimits": {
|
||||||
"scopeLimit": 1,
|
"scopeLimit": 1,
|
||||||
@ -835,6 +843,7 @@
|
|||||||
"lightIsActiveDayChancePercent": 35,
|
"lightIsActiveDayChancePercent": 35,
|
||||||
"lightIsActiveNightChancePercent": 95,
|
"lightIsActiveNightChancePercent": 95,
|
||||||
"laserIsActiveChancePercent": 95,
|
"laserIsActiveChancePercent": 95,
|
||||||
|
"forceOnlyArmoredRigWhenNoArmor": true,
|
||||||
"forceStock": true,
|
"forceStock": true,
|
||||||
"weaponModLimits": {
|
"weaponModLimits": {
|
||||||
"scopeLimit": 1,
|
"scopeLimit": 1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user