Beta 5 Pleasejuststop Hotfix 5:

Correct backpack amounts for various ammo types (should be approximately half of individual pickup).
This commit is contained in:
Marisa the Magician 2019-10-03 21:51:35 +02:00
commit 769ae8eae3
7 changed files with 7 additions and 7 deletions

View file

@ -7,7 +7,7 @@ Class ImpalerAmmo : Ammo
Inventory.PickupMessage "$I_IMPAMMO"; Inventory.PickupMessage "$I_IMPAMMO";
Inventory.Amount 3; Inventory.Amount 3;
Inventory.MaxAmount 15; Inventory.MaxAmount 15;
Ammo.BackpackAmount 3; Ammo.BackpackAmount 2;
Ammo.BackpackMaxAmount 30; Ammo.BackpackMaxAmount 30;
Ammo.DropAmount 3; Ammo.DropAmount 3;
+INVENTORY.IGNORESKILL; +INVENTORY.IGNORESKILL;

View file

@ -7,7 +7,7 @@ Class UShells : Ammo
Inventory.PickupMessage ""; Inventory.PickupMessage "";
Inventory.Amount 12; Inventory.Amount 12;
Inventory.MaxAmount 48; Inventory.MaxAmount 48;
Ammo.BackpackAmount 12; Ammo.BackpackAmount 6;
Ammo.BackpackMaxAmount 96; Ammo.BackpackMaxAmount 96;
Ammo.DropAmount 6; Ammo.DropAmount 6;
} }

View file

@ -7,7 +7,7 @@ Class RazorAmmo : Ammo
Inventory.PickupMessage "$I_RIPPERAMMO"; Inventory.PickupMessage "$I_RIPPERAMMO";
Inventory.Amount 25; Inventory.Amount 25;
Inventory.MaxAmount 75; Inventory.MaxAmount 75;
Ammo.BackpackAmount 20; Ammo.BackpackAmount 15;
Ammo.BackpackMaxAmount 150; Ammo.BackpackMaxAmount 150;
Ammo.DropAmount 15; Ammo.DropAmount 15;
} }

View file

@ -7,7 +7,7 @@ Class URifleAmmo : Ammo
Inventory.PickupMessage ""; Inventory.PickupMessage "";
Inventory.Amount 8; Inventory.Amount 8;
Inventory.MaxAmount 50; Inventory.MaxAmount 50;
Ammo.BackpackAmount 12; Ammo.BackpackAmount 4;
Ammo.BackpackMaxAmount 100; Ammo.BackpackMaxAmount 100;
Ammo.DropAmount 8; Ammo.DropAmount 8;
+INVENTORY.IGNORESKILL; +INVENTORY.IGNORESKILL;

View file

@ -7,7 +7,7 @@ Class UBioAmmo : Ammo
Inventory.PickupMessage ""; Inventory.PickupMessage "";
Inventory.Amount 25; Inventory.Amount 25;
Inventory.MaxAmount 100; Inventory.MaxAmount 100;
Ammo.BackpackAmount 50; Ammo.BackpackAmount 15;
Ammo.BackpackMaxAmount 200; Ammo.BackpackMaxAmount 200;
Ammo.DropAmount 10; Ammo.DropAmount 10;
} }

View file

@ -7,7 +7,7 @@ Class URocketAmmo : Ammo
Inventory.PickupMessage ""; Inventory.PickupMessage "";
Inventory.Amount 12; Inventory.Amount 12;
Inventory.MaxAmount 48; Inventory.MaxAmount 48;
Ammo.BackpackAmount 9; Ammo.BackpackAmount 6;
Ammo.BackpackMaxAmount 96; Ammo.BackpackMaxAmount 96;
Ammo.DropAmount 6; Ammo.DropAmount 6;
+INVENTORY.IGNORESKILL; +INVENTORY.IGNORESKILL;

View file

@ -7,7 +7,7 @@ Class UMiniAmmo : Ammo
Inventory.PickupMessage ""; Inventory.PickupMessage "";
Inventory.Amount 50; Inventory.Amount 50;
Inventory.MaxAmount 200; Inventory.MaxAmount 200;
Ammo.BackpackAmount 100; Ammo.BackpackAmount 25;
Ammo.BackpackMaxAmount 400; Ammo.BackpackMaxAmount 400;
Ammo.DropAmount 20; Ammo.DropAmount 20;
} }