mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Should be all scope entries
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user