Add 2 new cargo truck version

This adds 2 new versions of cargo trucks. A truck for items and a truck for weapons. Also setting the supplyRadius for every refuel, reammo and repair truck to 0. Just to be sure.
This commit is contained in:
A Man
2019-12-10 22:29:27 +01:00
parent d542304afe
commit 02c910078a
6 changed files with 139 additions and 0 deletions

View File

@@ -67,6 +67,8 @@ class V3S_RA_TK_GUE_EP1_DZE: V3S_Base_EP1 {
//transportMaxWeapons = 50;
//transportMaxBackpacks = 8;
//terrainCoef = 2.5;
transportAmmo = 0;
supplyRadius = 0;
};
class V3S_Refuel_TK_GUE_EP1;
class V3S_Refuel_TK_GUE_EP1_DZ: V3S_Refuel_TK_GUE_EP1 {
@@ -81,6 +83,7 @@ class V3S_Refuel_TK_GUE_EP1_DZ: V3S_Refuel_TK_GUE_EP1 {
transportmaxbackpacks = 8;
class TransportMagazines{};
class TransportWeapons{};
supplyRadius = 0;
transportFuel = 0; //Required to disable A2 built in auto refuel for fuel trucks
fuelCapacity = 10000;
};