mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-22 16:10:49 +03:00
CfgVehicles and Scope issues done
This commit is contained in:
@@ -18,6 +18,7 @@ class AN2_DZ: An2_Base_EP1
|
||||
transportMaxWeapons = 10;
|
||||
transportMaxMagazines = 80;
|
||||
transportmaxbackpacks = 15;
|
||||
fuelCapacity = 757;
|
||||
};
|
||||
|
||||
class AN2_2_DZ : AN2_DZ
|
||||
|
||||
7
SQF/dayz_code/Configs/CfgVehicles/Plane/C130.hpp
Normal file
7
SQF/dayz_code/Configs/CfgVehicles/Plane/C130.hpp
Normal file
@@ -0,0 +1,7 @@
|
||||
class C130J_US_EP1;
|
||||
class C130J_US_EP1_DZ: C130J_US_EP1 {
|
||||
transportMaxWeapons = 50;
|
||||
transportMaxMagazines = 400;
|
||||
transportmaxbackpacks = 20;
|
||||
fuelCapacity = 34095;
|
||||
};
|
||||
15
SQF/dayz_code/Configs/CfgVehicles/Plane/MV22.hpp
Normal file
15
SQF/dayz_code/Configs/CfgVehicles/Plane/MV22.hpp
Normal file
@@ -0,0 +1,15 @@
|
||||
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;
|
||||
fuelCapacity = 6513;
|
||||
};
|
||||
Reference in New Issue
Block a user