mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 09:10:27 +03:00
Rebalance Refuel Truck cargo count
This commit is contained in:
@@ -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}}};
|
||||
|
||||
Reference in New Issue
Block a user