mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-22 20:12:20 +03:00
Should be all scope entries
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
class AH6_Base_EP1;
|
||||
class AH6J_EP1_DZ: AH6_Base_EP1
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
side = 2;
|
||||
displayName = "AH6J_DZ";
|
||||
crew = "";
|
||||
@@ -39,7 +39,7 @@ class AH6J_EP1_DZ: AH6_Base_EP1
|
||||
};
|
||||
class AH6J_EP1_DZE: AH6J_EP1_DZ
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
side = 2;
|
||||
displayName = "AH6J_DZE";
|
||||
magazines[] = {"60Rnd_CMFlareMagazine"};
|
||||
@@ -49,7 +49,7 @@ class AH6X_DZ: AH6_Base_EP1 {
|
||||
displaynameshort = $STR_EP1_DN_AH6X;
|
||||
audible = 6;
|
||||
enablemanualfire = 0;
|
||||
scope = 2;
|
||||
scope = public;
|
||||
side = 2;
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
|
||||
@@ -21,7 +21,7 @@ class AH6X_DZ: AH6_Base_EP1
|
||||
displaynameshort = $STR_EP1_DN_AH6X;
|
||||
audible = 6;
|
||||
enablemanualfire = 0;
|
||||
scope = 2;
|
||||
scope = public;
|
||||
side = 2;
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class BAF_Merlin_HC3_D;
|
||||
class BAF_Merlin_DZE : BAF_Merlin_HC3_D {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
commanderCanSee = 2+16+32;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
class CH47_base_EP1: Helicopter
|
||||
{
|
||||
expansion = 1;
|
||||
scope = 0;
|
||||
scope = private;
|
||||
displayName = "CH-47";
|
||||
side = 1;
|
||||
faction = "BIS_US";
|
||||
@@ -124,7 +124,7 @@ class CH_47F_EP1;
|
||||
class CH_47F_EP1_DZ : CH_47F_EP1 {
|
||||
accuracy = 1000;
|
||||
model = "\ca\air_E\CH47\CH_47F";
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "CH-47F DZ";
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
@@ -140,7 +140,7 @@ class CH_47F_EP1_DZE: CH47_base_EP1
|
||||
{
|
||||
accuracy = 1000;
|
||||
model = "\ca\air_E\CH47\CH_47F";
|
||||
scope = 2;
|
||||
scope = public;
|
||||
maxSpeed = 293;
|
||||
displayName = "CH-47F AL";
|
||||
picture = "\ca\air_e\data\UI\Picture_ch47f_CA.paa";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class USEC_ch53_E;
|
||||
class CH53_DZE : USEC_ch53_E {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
side = 2;
|
||||
displayname = "USEC CH53E DZE";
|
||||
displaynameshort = "CH53_DZE";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class MH6J_DZ: AH6_Base_EP1
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
side = 2;
|
||||
crew = "";
|
||||
enablemanualfire = 0;
|
||||
|
||||
@@ -14,7 +14,7 @@ class Mi17_base: Helicopter {
|
||||
class Mi17_DZ: Mi17_base {
|
||||
displayname = $STR_VEH_NAME_MI17;
|
||||
displaynameshort = "Mi17_DZ";
|
||||
scope = 2;
|
||||
scope = public;
|
||||
side = 2;
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
@@ -53,7 +53,7 @@ class Mi17_Civilian;
|
||||
class Mi17_Civilian_DZ: Mi17_Civilian {
|
||||
displayname = "Mi-17 (Civilian)";
|
||||
displaynameshort = "Mi-17 (Civ)";
|
||||
scope = 2;
|
||||
scope = public;
|
||||
side = 3;
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
|
||||
@@ -11,7 +11,7 @@ class UH1H_base: Helicopter {
|
||||
};
|
||||
|
||||
class UH1H_DZ: UH1H_base {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
side = 2;
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
|
||||
@@ -13,7 +13,7 @@ class UH1_Base: Helicopter {
|
||||
};
|
||||
};
|
||||
class UH1Y_DZ: UH1_Base {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
side = 2;
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class UH60_Base: Helicopter {
|
||||
scope = 0;
|
||||
scope = private;
|
||||
side = 1;
|
||||
faction = "USMC";
|
||||
accuracy = 0.5;
|
||||
@@ -24,7 +24,7 @@ class MH60S_DZ : UH60_Base {
|
||||
transportMaxWeapons = 10;
|
||||
transportMaxMagazines = 100;
|
||||
transportMaxBackpacks = 5;
|
||||
scope = 2;
|
||||
scope = public;
|
||||
accuracy = 1.5; // accuracy needed to recognize type of this target
|
||||
displayName = "MH-60S DZ";
|
||||
class Turrets : Turrets {
|
||||
@@ -240,7 +240,7 @@ class MH60S_DZ : UH60_Base {
|
||||
};
|
||||
class UH60M_base_EP1: UH60_Base {
|
||||
expansion = 1;
|
||||
scope = 0;
|
||||
scope = private;
|
||||
model = "\Ca\Air_E\UH60M\UH60M.p3d";
|
||||
displayName = "UH-60";
|
||||
destrType = "DestructWreck";
|
||||
@@ -373,7 +373,7 @@ class UH60M_EP1_DZ: UH60M_US_base_EP1 {
|
||||
transportMaxWeapons = 10;
|
||||
transportMaxMagazines = 100;
|
||||
transportmaxbackpacks = 5;
|
||||
scope = 2;
|
||||
scope = public;
|
||||
accuracy = 1.5;
|
||||
displayName = "UH-60M DZ";
|
||||
class Turrets: Turrets {
|
||||
@@ -473,7 +473,7 @@ class UH60M_EP1_DZE: UH60M_US_base_EP1 {
|
||||
transportMaxWeapons = 10;
|
||||
transportMaxMagazines = 100;
|
||||
transportmaxbackpacks = 5;
|
||||
scope = 2;
|
||||
scope = public;
|
||||
accuracy = 1.5;
|
||||
displayName = "UH-60M AL";
|
||||
class Turrets: Turrets {
|
||||
|
||||
Reference in New Issue
Block a user