Revert 999 stack size of ammo in bots secure containers + set secure stack count to 20 instead of 15
This commit is contained in:
parent
9b729dbbc2
commit
6581896e30
@ -261,7 +261,7 @@
|
||||
"test": 4
|
||||
},
|
||||
"chanceAssaultScavHasPlayerScavName": 10,
|
||||
"secureContainerAmmoStackCount": 15,
|
||||
"secureContainerAmmoStackCount": 20,
|
||||
"revenge": {
|
||||
"assault": ["assault", "marksman", "gifter"],
|
||||
"marksman": ["assault", "marksman", "gifter"]
|
||||
|
@ -350,7 +350,7 @@ export class BotWeaponGenerator
|
||||
this.inventoryMagGenComponents.find(v => v.canHandleInventoryMagGen(inventoryMagGenModel)).process(inventoryMagGenModel);
|
||||
|
||||
// Add x stacks of bullets to SecuredContainer (bots use a magic mag packing skill to reload instantly)
|
||||
this.addAmmoToSecureContainer(this.botConfig.secureContainerAmmoStackCount, generatedWeaponResult.chosenAmmoTpl, 999, inventory);
|
||||
this.addAmmoToSecureContainer(this.botConfig.secureContainerAmmoStackCount, generatedWeaponResult.chosenAmmoTpl, ammoTemplate._props.StackMaxSize, inventory);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user