Rebalance Refuel Truck cargo count

This commit is contained in:
AirwavesMan
2020-11-15 13:04:29 +01:00
parent 8feed62bde
commit 4667f20b5f
5 changed files with 41 additions and 36 deletions

View File

@@ -235,9 +235,9 @@ class V3S_Refuel_TK_GUE_EP1_DZ: V3S_Refuel_TK_GUE_EP1 {
scope = 2;
crew = "";
typicalCargo[] = {};
transportMaxWeapons = 50;
transportMaxMagazines = 200;
transportmaxbackpacks = 8;
transportMaxWeapons = 10;
transportMaxMagazines = 50;
transportmaxbackpacks = 5;
class TransportMagazines{};
class TransportWeapons{};
supplyRadius = 2.6;
@@ -270,9 +270,9 @@ class V3S_Refuel_TK_GUE_EP1_DZE2: V3S_Refuel_TK_GUE_EP1_DZE1 {
};
class V3S_Refuel_TK_GUE_EP1_DZE3: V3S_Refuel_TK_GUE_EP1_DZE2 {
displayname = "$STR_VEH_NAME_V3S_FUEL+++";
transportMaxWeapons = 100;
transportMaxMagazines = 400;
transportmaxbackpacks = 16;
transportMaxWeapons = 20;
transportMaxMagazines = 100;
transportmaxbackpacks = 10;
class Upgrades {
ItemTruckTNK[] = {"V3S_Refuel_TK_GUE_EP1_DZE4",{"ItemToolbox","ItemCrowbar"},{},{{"ItemTruckTNK",1},{"PartGeneric",2},{"PartFueltank",2},{"ItemFuelBarrel",6}}};