Reduce grizzly count added to PMC secure to 1 + morphine to 2

This commit is contained in:
Dev 2024-02-04 14:43:37 +00:00
parent c43c06d2b5
commit 63603f5d9a

View File

@ -250,13 +250,13 @@ export class BotLootGenerator
protected addForcedMedicalItemsToPmcSecure(botInventory: PmcInventory, botRole: string): void
{
const grizzly = this.itemHelper.getItem("590c657e86f77412b013051d")[1];
this.addLootFromPool([grizzly], [EquipmentSlots.SECURED_CONTAINER], 2, botInventory, botRole, false, 0, true);
this.addLootFromPool([grizzly], [EquipmentSlots.SECURED_CONTAINER], 1, botInventory, botRole, false, 0, true);
const surv12 = this.itemHelper.getItem("5d02797c86f774203f38e30a")[1];
this.addLootFromPool([surv12], [EquipmentSlots.SECURED_CONTAINER], 1, botInventory, botRole, false, 0, true);
const morphine = this.itemHelper.getItem("544fb3f34bdc2d03748b456a")[1];
this.addLootFromPool([morphine], [EquipmentSlots.SECURED_CONTAINER], 3, botInventory, botRole, false, 0, true);
this.addLootFromPool([morphine], [EquipmentSlots.SECURED_CONTAINER], 2, botInventory, botRole, false, 0, true);
const afak = this.itemHelper.getItem("60098ad7c2240c0fe85c570a")[1];
this.addLootFromPool([afak], [EquipmentSlots.SECURED_CONTAINER], 2, botInventory, botRole, false, 0, true);