Ammo rebalances (again).
This commit is contained in:
parent
333757d04b
commit
520a5f6328
3 changed files with 14 additions and 14 deletions
|
|
@ -16,8 +16,8 @@ Class RedShell : Ammo
|
|||
Inventory.Icon "graphics/HUD/Icons/A_ShellsNormal.png";
|
||||
Inventory.Amount 1;
|
||||
Inventory.MaxAmount 30;
|
||||
Ammo.BackpackAmount 5;
|
||||
Ammo.BackpackMaxAmount 100;
|
||||
Ammo.BackpackAmount 3;
|
||||
Ammo.BackpackMaxAmount 80;
|
||||
Ammo.DropAmount 2;
|
||||
+FLOATBOB;
|
||||
FloatBobStrength 0.25;
|
||||
|
|
@ -62,8 +62,8 @@ Class GreenShell : Ammo
|
|||
Inventory.Icon "graphics/HUD/Icons/A_ShellsSlug.png";
|
||||
Inventory.Amount 1;
|
||||
Inventory.MaxAmount 25;
|
||||
Ammo.BackpackAmount 4;
|
||||
Ammo.BackpackMaxAmount 80;
|
||||
Ammo.BackpackAmount 2;
|
||||
Ammo.BackpackMaxAmount 60;
|
||||
Ammo.DropAmount 2;
|
||||
+FLOATBOB;
|
||||
FloatBobStrength 0.25;
|
||||
|
|
@ -153,7 +153,7 @@ Class BlueShell : Ammo
|
|||
Inventory.Icon "graphics/HUD/Icons/A_ShellsKinylum.png";
|
||||
Inventory.Amount 1;
|
||||
Inventory.MaxAmount 15;
|
||||
Ammo.BackpackAmount 2;
|
||||
Ammo.BackpackAmount 1;
|
||||
Ammo.BackpackMaxAmount 40;
|
||||
Ammo.DropAmount 2;
|
||||
+FLOATBOB;
|
||||
|
|
@ -245,7 +245,7 @@ Class PurpleShell : Ammo
|
|||
Inventory.Icon "graphics/HUD/Icons/A_ShellsBall.png";
|
||||
Inventory.Amount 1;
|
||||
Inventory.MaxAmount 20;
|
||||
Ammo.BackpackAmount 3;
|
||||
Ammo.BackpackAmount 2;
|
||||
Ammo.BackpackMaxAmount 60;
|
||||
Ammo.DropAmount 1;
|
||||
+FLOATBOB;
|
||||
|
|
@ -382,8 +382,8 @@ Class EvisceratorShell : Ammo
|
|||
Inventory.Icon "graphics/HUD/Icons/A_Eviscerator.png";
|
||||
Inventory.Amount 1;
|
||||
Inventory.MaxAmount 20;
|
||||
Ammo.BackpackAmount 5;
|
||||
Ammo.BackpackMaxAmount 90;
|
||||
Ammo.BackpackAmount 3;
|
||||
Ammo.BackpackMaxAmount 60;
|
||||
Ammo.DropAmount 1;
|
||||
+FLOATBOB;
|
||||
FloatBobStrength 0.25;
|
||||
|
|
@ -454,9 +454,9 @@ Class HellblazerMissiles : Ammo
|
|||
Stamina 8000;
|
||||
Inventory.Icon "graphics/HUD/Icons/A_HellblazerMissile.png";
|
||||
Inventory.Amount 1;
|
||||
Inventory.MaxAmount 20;
|
||||
Inventory.MaxAmount 24;
|
||||
Ammo.BackpackAmount 3;
|
||||
Ammo.BackpackMaxAmount 60;
|
||||
Ammo.BackpackMaxAmount 48;
|
||||
Ammo.DropAmount 1;
|
||||
+FLOATBOB;
|
||||
FloatBobStrength 0.25;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue