This commit is contained in:
[VB]AWOL
2013-12-09 16:19:27 -06:00
parent f52c774883
commit 5da0c7fd34

View File

@@ -104,6 +104,70 @@ class CfgMagazines {
model = "\ca\CommunityConfigurationProject_E\Gameplay_ActualModelsOfWeaponMagazinesVisibleOnTheGround\p3d\100Rnd_762x51_M240.p3d";
};
// Gems
class ItemTopaz : CA_Magazine {
scope = 2;
displayName = "Topaz";
model = "\z\addons\dayz_epoch\models\topaz.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_topaz_CA.paa";
count = 1;
type = "256";
descriptionShort = "Topaz";
};
class ItemObsidian : CA_Magazine {
scope = 2;
displayName = "Obsidian";
model = "\z\addons\dayz_epoch\models\obsidian.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_obsidian_CA.paa";
count = 1;
type = "256";
descriptionShort = "Obsidian";
};
class ItemSapphire : CA_Magazine {
scope = 2;
displayName = "Sapphire";
model = "\z\addons\dayz_epoch\models\sapphire.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_sapphire_CA.paa";
count = 1;
type = "256";
descriptionShort = "Sapphire";
};
class ItemAmethyst : CA_Magazine {
scope = 2;
displayName = "Amethyst";
model = "\z\addons\dayz_epoch\models\amethyst.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_amethyst_CA.paa";
count = 1;
type = "256";
descriptionShort = "Amethyst";
};
class ItemEmerald : CA_Magazine {
scope = 2;
displayName = "Emerald";
model = "\z\addons\dayz_epoch\models\emerald.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_emerald_CA.paa";
count = 1;
type = "256";
descriptionShort = "Emerald";
};
class ItemCitrine : CA_Magazine {
scope = 2;
displayName = "Citrine";
model = "\z\addons\dayz_epoch\models\citrine.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_citrine_CA.paa";
count = 1;
type = "256";
descriptionShort = "Citrine";
};
class ItemRuby : CA_Magazine {
scope = 2;
displayName = "Ruby";
model = "\z\addons\dayz_epoch\models\ruby.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_ruby_CA.paa";
count = 1;
type = "256";
descriptionShort = "Ruby";
};
class ItemMixOil : CA_Magazine {
scope = 2;