Try to rebalance ammo fabricators.
This commit is contained in:
parent
8cdfa2ad89
commit
4d454037d0
2 changed files with 6 additions and 6 deletions
|
|
@ -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-";
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue