Split cfgVehicle

This commit is contained in:
Florian Kinder
2014-01-31 07:57:48 +01:00
parent 4db3e5ddcb
commit 316360917d
4 changed files with 38 additions and 35 deletions

View File

@@ -0,0 +1,12 @@
class BAF_Merlin_HC3_D;
class BAF_Merlin_DZE : BAF_Merlin_HC3_D {
scope = 2;
crew = "";
typicalCargo[] = {};
commanderCanSee = 2+16+32;
gunnerCanSee = 2+16+32;
driverCanSee = 2+16+32;
transportMaxWeapons = 15;
transportMaxMagazines = 150;
transportmaxbackpacks = 5;
};

View File

@@ -0,0 +1,14 @@
class MV22;
class MV22_DZ : MV22 {
accuracy = 1000;
scope = 2;
displayName = "MV-22";
crew = "";
typicalCargo[] = {};
commanderCanSee = 2+16+32;
gunnerCanSee = 2+16+32;
driverCanSee = 2+16+32;
transportMaxWeapons = 20;
transportMaxMagazines = 400;
transportmaxbackpacks = 10;
};

View File

@@ -0,0 +1,9 @@
class TT650_Base;
class TT650_Ins: TT650_Base {
crew = "";
faction = "INS";
hiddenselectionstextures[] = {"\ca\wheeled3\tt650\data\Yam650_skin1_CO.paa"};
scope = 2;
side = 0;
typicalcargo[] = {};
};