Don't mind me.

This commit is contained in:
Mari the Deer 2020-12-02 23:29:56 +01:00
commit b8fba1f39e
9 changed files with 21 additions and 17 deletions

View file

@ -13,7 +13,7 @@ Class SMW05Ammo : Ammo
Stamina 300;
Inventory.Icon "graphics/HUD/Icons/A_SMW05Ammo.png";
Inventory.Amount 1;
Inventory.MaxAmount 120;
Inventory.MaxAmount 90;
Ammo.BackpackAmount 6;
Ammo.DropAmount 6;
+FLOATBOB;
@ -67,7 +67,7 @@ Class SheenAmmo : Ammo
Stamina 400;
Inventory.Icon "graphics/HUD/Icons/A_SheenAmmo.png";
Inventory.Amount 1;
Inventory.MaxAmount 600;
Inventory.MaxAmount 300;
Ammo.BackpackAmount 50;
Ammo.DropAmount 50;
+FLOATBOB;
@ -93,7 +93,7 @@ Class SheenBigAmmo : SheenAmmo
{
Default
{
Inventory.Amount 200;
Inventory.Amount 100;
}
}
@ -110,7 +110,7 @@ Class QuadravolAmmo : Ammo
Stamina 10000;
Inventory.Icon "graphics/HUD/Icons/A_QuadAmmo.png";
Inventory.Amount 1;
Inventory.MaxAmount 6;
Inventory.MaxAmount 9;
Ammo.BackpackAmount 1;
Ammo.DropAmount 1;
+FLOATBOB;
@ -187,7 +187,7 @@ Class EMPCore : Ammo
Stamina 60000;
Inventory.Icon "graphics/HUD/Icons/A_EMPCore.png";
Inventory.Amount 1;
Inventory.MaxAmount 10;
Inventory.MaxAmount 6;
Ammo.BackpackAmount 0;
Ammo.DropAmount 1;
+FLOATBOB;