mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-07-04 23:51:56 +03:00
Should be all scope entries
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class ItemTopaz : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Topaz";
|
||||
model = "\z\addons\dayz_epoch\models\topaz.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_topaz_CA.paa";
|
||||
@@ -8,7 +8,7 @@ class ItemTopaz : CA_Magazine {
|
||||
descriptionShort = "Topaz";
|
||||
};
|
||||
class ItemObsidian : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Obsidian";
|
||||
model = "\z\addons\dayz_epoch\models\obsidian.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_obsidian_CA.paa";
|
||||
@@ -17,7 +17,7 @@ class ItemObsidian : CA_Magazine {
|
||||
descriptionShort = "Obsidian";
|
||||
};
|
||||
class ItemSapphire : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Sapphire";
|
||||
model = "\z\addons\dayz_epoch\models\sapphire.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_sapphire_CA.paa";
|
||||
@@ -26,7 +26,7 @@ class ItemSapphire : CA_Magazine {
|
||||
descriptionShort = "Sapphire";
|
||||
};
|
||||
class ItemAmethyst : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Amethyst";
|
||||
model = "\z\addons\dayz_epoch\models\amethyst.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_amethyst_CA.paa";
|
||||
@@ -35,7 +35,7 @@ class ItemAmethyst : CA_Magazine {
|
||||
descriptionShort = "Amethyst";
|
||||
};
|
||||
class ItemEmerald : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Emerald";
|
||||
model = "\z\addons\dayz_epoch\models\emerald.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_emerald_CA.paa";
|
||||
@@ -44,7 +44,7 @@ class ItemEmerald : CA_Magazine {
|
||||
descriptionShort = "Emerald";
|
||||
};
|
||||
class ItemCitrine : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Citrine";
|
||||
model = "\z\addons\dayz_epoch\models\citrine.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_citrine_CA.paa";
|
||||
@@ -53,7 +53,7 @@ class ItemCitrine : CA_Magazine {
|
||||
descriptionShort = "Citrine";
|
||||
};
|
||||
class ItemRuby : CA_Magazine {
|
||||
scope = 2;
|
||||
scope = public;
|
||||
displayName = "Ruby";
|
||||
model = "\z\addons\dayz_epoch\models\ruby.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_ruby_CA.paa";
|
||||
|
||||
Reference in New Issue
Block a user