Tiny rebalancing of Eviscerator and Hellblazer ammo caps.

This commit is contained in:
Mari the Deer 2023-11-27 18:09:19 +01:00
commit 18894663e5
2 changed files with 6 additions and 6 deletions

View file

@ -1,3 +1,3 @@
[default]
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r1026 \cu(Mon 27 Nov 16:04:44 CET 2023)\c-";
SWWM_SHORTVER="\cw1.3pre r1026 \cu(2023-11-27 16:04:44)\c-";
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r1027 \cu(Mon 27 Nov 18:09:19 CET 2023)\c-";
SWWM_SHORTVER="\cw1.3pre r1027 \cu(2023-11-27 18:09:19)\c-";

View file

@ -119,9 +119,9 @@ Class EvisceratorShell : SWWMAmmo
Inventory.PickupMessage "$T_EVISHELL";
Stamina 3000;
Inventory.Amount 1;
Inventory.MaxAmount 20;
Inventory.MaxAmount 40;
Ammo.BackpackAmount 3;
Ammo.BackpackMaxAmount 60;
Ammo.BackpackMaxAmount 80;
Ammo.DropAmount 1;
+SWWMAMMO.USEPICKUPMSG;
Accuracy 60;
@ -176,9 +176,9 @@ Class HellblazerMissiles : SWWMAmmo
SWWMAmmo.PickupTag "HELLMISSILE";
Stamina 8000;
Inventory.Amount 1;
Inventory.MaxAmount 30;
Inventory.MaxAmount 24;
Ammo.BackpackAmount 3;
Ammo.BackpackMaxAmount 90;
Ammo.BackpackMaxAmount 72;
Ammo.DropAmount 1;
Accuracy 70;
}