mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-21 19:06:29 +03:00
update fork
This commit is contained in:
@@ -241,10 +241,10 @@ class SnapBuilding {
|
||||
class WoodFloorStairs_DZ: FloorsWallsStairs {
|
||||
points[] = {
|
||||
{0,0,0,$STR_EPOCH_ACTION_SNAP_PIVOT},
|
||||
{0,-2.32,3.14,$STR_EPOCH_ACTION_SNAP_BACK},
|
||||
{0,2.32,3.14,$STR_EPOCH_ACTION_SNAP_FRONT},
|
||||
{-2.54,0,3.14,$STR_EPOCH_ACTION_SNAP_LEFT},
|
||||
{2.48,0,3.14,$STR_EPOCH_ACTION_SNAP_RIGHT}
|
||||
{0,-2.32,3.114,$STR_EPOCH_ACTION_SNAP_BACK},
|
||||
{0,2.32,3.114,$STR_EPOCH_ACTION_SNAP_FRONT},
|
||||
{-2.52,0,3.114,$STR_EPOCH_ACTION_SNAP_LEFT},
|
||||
{2.46,0,3.114,$STR_EPOCH_ACTION_SNAP_RIGHT}
|
||||
};
|
||||
};
|
||||
class Wood_Floor_Stairs_Preview_DZ: WoodFloorStairs_DZ {};
|
||||
|
||||
@@ -228,6 +228,10 @@ class Mini_Cooper_DZE: Mini_Cooper_base
|
||||
{
|
||||
scope = 2;
|
||||
displayname = "$STR_VEH_NAME_MINI_COOPER";
|
||||
|
||||
class Upgrades {
|
||||
ItemORP[] = {"Mini_Cooper_DZE1",{"ItemToolbox"},{},{{"ItemORP",1},{"PartEngine",1},{"PartWheel",4},{"ItemScrews",2}}};
|
||||
};
|
||||
};
|
||||
|
||||
// Performance 1
|
||||
|
||||
@@ -48,4 +48,5 @@ class G3_DZ: FNFAL_DZ
|
||||
maxRange = 15;
|
||||
maxRangeProbab = 0.05;
|
||||
};
|
||||
class Attachments {};
|
||||
};
|
||||
@@ -163,6 +163,8 @@ class SVD_NSPU_DZ : SVD_PSO1_DZ {
|
||||
script = "; ['Attachment_NSPU',_id,'SVD_DZ'] call player_removeAttachment";
|
||||
};
|
||||
};
|
||||
|
||||
class Attachments {};
|
||||
};
|
||||
|
||||
class SVD_Gold_DZ : SVD_PSO1_DZ {
|
||||
@@ -171,4 +173,5 @@ class SVD_Gold_DZ : SVD_PSO1_DZ {
|
||||
picture = "\RH_aks\inv\svdg.paa";
|
||||
|
||||
class ItemActions {};
|
||||
class Attachments {};
|
||||
};
|
||||
@@ -7,4 +7,5 @@ class SVU_PSO1_DZ: SVD_PSO1_DZ {
|
||||
soundBegin[] = {"begin1",1};
|
||||
magazines[] = {"10Rnd_762x54_SVD"};
|
||||
class ItemActions {};
|
||||
class Attachments {};
|
||||
};
|
||||
Reference in New Issue
Block a user