update fork

This commit is contained in:
2021-02-08 18:23:57 +03:00
parent fb6e733d62
commit d9065e8766
8 changed files with 30 additions and 21 deletions

View File

@@ -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 {};

View File

@@ -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

View File

@@ -48,4 +48,5 @@ class G3_DZ: FNFAL_DZ
maxRange = 15;
maxRangeProbab = 0.05;
};
class Attachments {};
};

View File

@@ -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 {};
};

View File

@@ -7,4 +7,5 @@ class SVU_PSO1_DZ: SVD_PSO1_DZ {
soundBegin[] = {"begin1",1};
magazines[] = {"10Rnd_762x54_SVD"};
class ItemActions {};
class Attachments {};
};