diff --git a/language.version b/language.version index b2a01547f..61b5bbd4c 100644 --- a/language.version +++ b/language.version @@ -1,3 +1,3 @@ [default] -SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r1091 \cu(Wed 17 Jan 14:07:32 CET 2024)\c-"; -SWWM_SHORTVER="\cw1.3pre r1091 \cu(2024-01-17 14:07:32)\c-"; +SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r1092 \cu(Thu 18 Jan 01:09:06 CET 2024)\c-"; +SWWM_SHORTVER="\cw1.3pre r1092 \cu(2024-01-18 01:09:06)\c-"; diff --git a/zscript/items/swwm_ammoextra.zsc b/zscript/items/swwm_ammoextra.zsc index 4cf174fd3..be41e4119 100644 --- a/zscript/items/swwm_ammoextra.zsc +++ b/zscript/items/swwm_ammoextra.zsc @@ -236,8 +236,8 @@ Class FabricatorTier1 : AmmoFabricator { Tag "$T_FABRICATOR1"; Inventory.PickupMessage "$T_FABRICATOR1"; - AmmoFabricator.Budget 3000; - AmmoFabricator.PerType 1; + AmmoFabricator.Budget 6000; + AmmoFabricator.PerType -10; AmmoFabricator.MaxUnits 2; AmmoFabricator.MaxTypes 2; AmmoFabricator.MaxUnitPrice 2500; @@ -257,7 +257,7 @@ Class FabricatorTier2 : AmmoFabricator Tag "$T_FABRICATOR2"; Inventory.PickupMessage "$T_FABRICATOR2"; AmmoFabricator.Budget 20000; - AmmoFabricator.PerType 2; + AmmoFabricator.PerType -15; AmmoFabricator.MaxUnits 5; AmmoFabricator.MaxTypes 3; AmmoFabricator.MaxUnitPrice 18000; @@ -277,7 +277,7 @@ Class FabricatorTier3 : AmmoFabricator Tag "$T_FABRICATOR3"; Inventory.PickupMessage "$T_FABRICATOR3"; AmmoFabricator.Budget 60000; - AmmoFabricator.PerType -25; + AmmoFabricator.PerType -20; AmmoFabricator.MaxUnits 10; AmmoFabricator.MaxTypes 4; AmmoFabricator.MaxUnitPrice 50000;