mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Fix a few configs errors
This commit is contained in:
@@ -894,7 +894,7 @@ class StashFile_14: CA_Magazine
|
||||
scope = 2;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_STASHFILE_14;
|
||||
descriptionShort = $STR_ITEM_DESC_STASHFILE_14
|
||||
descriptionShort = $STR_ITEM_DESC_STASHFILE_14;
|
||||
model = "\z\addons\dayz_epoch\models\doc_ramp.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_doc_ramp_ca.paa";
|
||||
};
|
||||
@@ -983,7 +983,7 @@ class StashFile_23: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_STASHFILE_23
|
||||
displayName = $STR_ITEM_NAME_STASHFILE_23;
|
||||
descriptionShort = $STR_ITEM_DESC_STASHFILE_23;
|
||||
model = "\z\addons\dayz_epoch\models\doc_ramp.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_doc_ramp_ca.paa";
|
||||
|
||||
@@ -26,39 +26,39 @@ class ItemRuby
|
||||
{
|
||||
weight = 2;
|
||||
};
|
||||
ItemGemSuitcase_Emtpy
|
||||
class ItemGemSuitcase_Emtpy
|
||||
{
|
||||
weight = 1;
|
||||
};
|
||||
ItemGemSuitcase_Topaz
|
||||
class ItemGemSuitcase_Topaz
|
||||
{
|
||||
weight = 21;
|
||||
};
|
||||
ItemGemSuitcase_Obisidian
|
||||
class ItemGemSuitcase_Obisidian
|
||||
{
|
||||
weight = 21;
|
||||
};
|
||||
ItemGemSuitcase_Sapphire
|
||||
class ItemGemSuitcase_Sapphire
|
||||
{
|
||||
weight = 21;
|
||||
};
|
||||
ItemGemSuitcase_Amethyst
|
||||
class ItemGemSuitcase_Amethyst
|
||||
{
|
||||
weight = 21;
|
||||
};
|
||||
ItemGemSuitcase_Emerald
|
||||
class ItemGemSuitcase_Emerald
|
||||
{
|
||||
weight = 21;
|
||||
};
|
||||
ItemGemSuitcase_Citrine
|
||||
class ItemGemSuitcase_Citrine
|
||||
{
|
||||
weight = 21;
|
||||
};
|
||||
ItemGemSuitcase_Ruby
|
||||
class ItemGemSuitcase_Ruby
|
||||
{
|
||||
weight = 21;
|
||||
};
|
||||
ItemGemSuitcase_All
|
||||
class ItemGemSuitcase_All
|
||||
{
|
||||
weight = 15;
|
||||
};
|
||||
Reference in New Issue
Block a user