mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-22 20:12:20 +03:00
Split cfgVehicle
This commit is contained in:
12
SQF/dayz_code/Configs/CfgVehicles/AIR/BAF_Merlin.hpp
Normal file
12
SQF/dayz_code/Configs/CfgVehicles/AIR/BAF_Merlin.hpp
Normal 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;
|
||||
};
|
||||
14
SQF/dayz_code/Configs/CfgVehicles/AIR/MV22.hpp
Normal file
14
SQF/dayz_code/Configs/CfgVehicles/AIR/MV22.hpp
Normal 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;
|
||||
};
|
||||
9
SQF/dayz_code/Configs/CfgVehicles/LAND/TT650.hpp
Normal file
9
SQF/dayz_code/Configs/CfgVehicles/LAND/TT650.hpp
Normal 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[] = {};
|
||||
};
|
||||
Reference in New Issue
Block a user