Ammo rebalances (again).

This commit is contained in:
Mari the Deer 2021-03-28 11:26:07 +02:00
commit 520a5f6328
3 changed files with 14 additions and 14 deletions

View file

@ -14,7 +14,7 @@ Class SMW05Ammo : Ammo
Inventory.Icon "graphics/HUD/Icons/A_SMW05Ammo.png";
Inventory.Amount 1;
Inventory.MaxAmount 60;
Ammo.BackpackAmount 12;
Ammo.BackpackAmount 6;
Ammo.BackpackMaxAmount 150;
Ammo.DropAmount 3;
+FLOATBOB;
@ -91,7 +91,7 @@ Class SheenAmmo : Ammo
Inventory.Icon "graphics/HUD/Icons/A_SheenAmmo.png";
Inventory.Amount 1;
Inventory.MaxAmount 600;
Ammo.BackpackAmount 100;
Ammo.BackpackAmount 50;
Ammo.BackpackMaxAmount 1200;
Ammo.DropAmount 20;
+FLOATBOB;