Even more tweaking to those fabricators.

(There is no way I'll ever get these just right)
This commit is contained in:
Mari the Deer 2024-01-18 01:26:02 +01:00
commit f96d35c003
2 changed files with 8 additions and 8 deletions

View file

@ -1,3 +1,3 @@
[default]
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-";
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r1094 \cu(Thu 18 Jan 01:26:11 CET 2024)\c-";
SWWM_SHORTVER="\cw1.3pre r1094 \cu(2024-01-18 01:26:11)\c-";

View file

@ -237,8 +237,8 @@ Class FabricatorTier1 : AmmoFabricator
Tag "$T_FABRICATOR1";
Inventory.PickupMessage "$T_FABRICATOR1";
AmmoFabricator.Budget 6000;
AmmoFabricator.PerType -10;
AmmoFabricator.MaxUnits 2;
AmmoFabricator.PerType -15;
AmmoFabricator.MaxUnits 5;
AmmoFabricator.MaxTypes 2;
AmmoFabricator.MaxUnitPrice 2500;
AmmoFabricator.ChanceFactor 1;
@ -257,8 +257,8 @@ Class FabricatorTier2 : AmmoFabricator
Tag "$T_FABRICATOR2";
Inventory.PickupMessage "$T_FABRICATOR2";
AmmoFabricator.Budget 20000;
AmmoFabricator.PerType -15;
AmmoFabricator.MaxUnits 5;
AmmoFabricator.PerType -20;
AmmoFabricator.MaxUnits 10;
AmmoFabricator.MaxTypes 3;
AmmoFabricator.MaxUnitPrice 18000;
AmmoFabricator.ChanceFactor 2;
@ -277,8 +277,8 @@ Class FabricatorTier3 : AmmoFabricator
Tag "$T_FABRICATOR3";
Inventory.PickupMessage "$T_FABRICATOR3";
AmmoFabricator.Budget 60000;
AmmoFabricator.PerType -20;
AmmoFabricator.MaxUnits 10;
AmmoFabricator.PerType -25;
AmmoFabricator.MaxUnits 15;
AmmoFabricator.MaxTypes 4;
AmmoFabricator.MaxUnitPrice 50000;
AmmoFabricator.ChanceFactor 4;