class ItemSkinRabbit: CA_Magazine { scope = 2; count = 1; type = 256; displayName = $STR_EPOCH_ANIMAL_SKIN_RABBIT; descriptionShort = $STR_EPOCH_ANIMAL_SKIN_RABBIT_DESC; model = "\z\addons\dayz_epoch\models\leather.p3d"; picture = "\dayz_epoch_c\icons\equipment\ItemRabbitSkin.paa"; }; class ItemSkinCow: CA_Magazine { scope = 2; count = 1; type = 256; displayName = $STR_EPOCH_ANIMAL_SKIN_COW; descriptionShort = $STR_EPOCH_ANIMAL_SKIN_COW_DESC; model = "\z\addons\dayz_epoch\models\leather.p3d"; picture = "\dayz_epoch_c\icons\equipment\ItemCowSkin.paa"; }; class ItemSkinGoat: CA_Magazine { scope = 2; count = 1; type = 256; displayName = $STR_EPOCH_ANIMAL_SKIN_GOAT; descriptionShort = $STR_EPOCH_ANIMAL_SKIN_GOAT_DESC; model = "\z\addons\dayz_epoch\models\leather.p3d"; picture = "\dayz_epoch_c\icons\equipment\ItemGoatSkin.paa"; }; class ItemSkinBoar: CA_Magazine { scope = 2; count = 1; type = 256; displayName = $STR_EPOCH_ANIMAL_SKIN_BOAR; descriptionShort = $STR_EPOCH_ANIMAL_SKIN_BOAR_DESC; model = "\z\addons\dayz_epoch\models\leather.p3d"; picture = "\dayz_epoch_c\icons\equipment\ItemBoarSkin.paa"; }; class ItemSkinDog: CA_Magazine { scope = 2; count = 1; type = 256; displayName = $STR_EPOCH_ANIMAL_SKIN_DOG; descriptionShort = $STR_EPOCH_ANIMAL_SKIN_DOG_DESC; model = "\z\addons\dayz_epoch\models\leather.p3d"; picture = "\dayz_epoch_c\icons\equipment\ItemDogSkin.paa"; }; class ItemSkinSheep: CA_Magazine { scope = 2; count = 1; type = 256; displayName = $STR_EPOCH_ANIMAL_SKIN_SHEEP; descriptionShort = $STR_EPOCH_ANIMAL_SKIN_SHEEP_DESC; model = "\z\addons\dayz_epoch\models\leather.p3d"; picture = "\dayz_epoch_c\icons\equipment\ItemSheepSkin.paa"; }; class ItemWool: CA_Magazine { scope = 2; count = 1; type = 256; displayName = $STR_EPOCH_WOOL; descriptionShort = $STR_EPOCH_WOOL_DESC; model = "\z\addons\dayz_epoch\models\leather.p3d"; picture = "\dayz_epoch_c\icons\equipment\ItemWool.paa"; }; class ItemAnimalSkin: CA_Magazine { scope = 2; count = 1; type = 256; displayName = $STR_EPOCH_ANIMAL_SKIN; descriptionShort = $STR_EPOCH_ANIMAL_SKIN_DESC; model = "\z\addons\dayz_epoch\models\leather.p3d"; picture = "\dayz_epoch_c\icons\equipment\ItemAnimalSkin.paa"; }; class ItemLeather: CA_Magazine { scope = 2; count = 1; type = 256; displayName = $STR_EPOCH_LEATHER; descriptionShort = $STR_EPOCH_LEATHER_DESC; model = "\z\addons\dayz_epoch\models\leather.p3d"; picture = "\dayz_epoch_c\icons\equipment\ItemLeather.paa"; };