mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-14 12:12:56 +03:00
1.0.2.37 DEV
This commit is contained in:
@@ -396,10 +396,10 @@ class CfgLoot {
|
||||
0.08,
|
||||
0.08,
|
||||
0.14,
|
||||
0.15,
|
||||
0.17,
|
||||
0.08,
|
||||
0.01,
|
||||
0.07,
|
||||
0.05,
|
||||
0.04,
|
||||
0.04,
|
||||
0.01
|
||||
@@ -453,7 +453,7 @@ class CfgLoot {
|
||||
0.10,
|
||||
0.10,
|
||||
0.11,
|
||||
0.09,
|
||||
0.10,
|
||||
0.06,
|
||||
0.06,
|
||||
0.06,
|
||||
@@ -462,7 +462,7 @@ class CfgLoot {
|
||||
0.06,
|
||||
0.01,
|
||||
0.03,
|
||||
0.05,
|
||||
0.04,
|
||||
0.02
|
||||
}
|
||||
};
|
||||
|
||||
@@ -2777,6 +2777,7 @@ class CfgVehicles {
|
||||
};
|
||||
class VaultStorage: Land_A_tent
|
||||
{
|
||||
placement = "vertical";
|
||||
vehicleClass = "Survival";
|
||||
displayName = "Safe";
|
||||
model = "\z\addons\dayz_epoch\models\safe.p3d";
|
||||
@@ -2790,6 +2791,7 @@ class CfgVehicles {
|
||||
};
|
||||
class VaultStorageLocked: Land_A_tent
|
||||
{
|
||||
placement = "vertical";
|
||||
vehicleClass = "Survival";
|
||||
displayName = "Locked Safe";
|
||||
model = "\z\addons\dayz_epoch\models\safe.p3d";
|
||||
|
||||
@@ -9,7 +9,7 @@ class RscIGUIShortcutButton;
|
||||
class RscGearShortcutButton;
|
||||
class RscIGUIListNBox;
|
||||
class RscActiveText;
|
||||
// class RscStructuredText;
|
||||
|
||||
// class RscPictureGUI;
|
||||
// class RscStructuredTextGUI;
|
||||
|
||||
@@ -1775,6 +1775,14 @@ class RscTitles
|
||||
name = "statusBorder";
|
||||
onLoad = "uiNamespace setVariable ['DAYZ_GUI_display', _this select 0];";
|
||||
class ControlsBackground {
|
||||
class RscStructuredText_1199: RscStructuredText
|
||||
{
|
||||
idc = 1199;
|
||||
x = 0.250001;
|
||||
y = 0.350001;
|
||||
w = 0.5;
|
||||
h = 0.1;
|
||||
};
|
||||
class RscPicture_1201: RscPictureGUI
|
||||
{
|
||||
idc = 1201;
|
||||
|
||||
Reference in New Issue
Block a user