mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-23 16:40:50 +03:00
Add models for leather, kilo tea and kilo tobacco
Models made by @Helion4
This commit is contained in:
@@ -5,7 +5,7 @@ class ItemSkinRabbit: CA_Magazine
|
||||
type = 256;
|
||||
displayName = $STR_EPOCH_ANIMAL_SKIN_RABBIT;
|
||||
descriptionShort = $STR_EPOCH_ANIMAL_SKIN_RABBIT_DESC;
|
||||
model = "\z\addons\dayz_epoch\models\canvas.p3d";
|
||||
model = "\z\addons\dayz_epoch\models\leather.p3d";
|
||||
picture = "\dayz_epoch_c\icons\equipment\ItemGenericSkin.paa";
|
||||
};
|
||||
|
||||
@@ -16,7 +16,7 @@ class ItemSkinCow: CA_Magazine
|
||||
type = 256;
|
||||
displayName = $STR_EPOCH_ANIMAL_SKIN_COW;
|
||||
descriptionShort = $STR_EPOCH_ANIMAL_SKIN_COW_DESC;
|
||||
model = "\z\addons\dayz_epoch\models\canvas.p3d";
|
||||
model = "\z\addons\dayz_epoch\models\leather.p3d";
|
||||
picture = "\dayz_epoch_c\icons\equipment\ItemGenericSkin.paa";
|
||||
};
|
||||
|
||||
@@ -27,7 +27,7 @@ class ItemSkinGoat: CA_Magazine
|
||||
type = 256;
|
||||
displayName = $STR_EPOCH_ANIMAL_SKIN_GOAT;
|
||||
descriptionShort = $STR_EPOCH_ANIMAL_SKIN_GOAT_DESC;
|
||||
model = "\z\addons\dayz_epoch\models\canvas.p3d";
|
||||
model = "\z\addons\dayz_epoch\models\leather.p3d";
|
||||
picture = "\dayz_epoch_c\icons\equipment\ItemGenericSkin.paa";
|
||||
};
|
||||
|
||||
@@ -38,7 +38,7 @@ class ItemSkinBoar: CA_Magazine
|
||||
type = 256;
|
||||
displayName = $STR_EPOCH_ANIMAL_SKIN_BOAR;
|
||||
descriptionShort = $STR_EPOCH_ANIMAL_SKIN_BOAR_DESC;
|
||||
model = "\z\addons\dayz_epoch\models\canvas.p3d";
|
||||
model = "\z\addons\dayz_epoch\models\leather.p3d";
|
||||
picture = "\dayz_epoch_c\icons\equipment\ItemGenericSkin.paa";
|
||||
};
|
||||
|
||||
@@ -49,7 +49,7 @@ class ItemSkinDog: CA_Magazine
|
||||
type = 256;
|
||||
displayName = $STR_EPOCH_ANIMAL_SKIN_DOG;
|
||||
descriptionShort = $STR_EPOCH_ANIMAL_SKIN_DOG_DESC;
|
||||
model = "\z\addons\dayz_epoch\models\canvas.p3d";
|
||||
model = "\z\addons\dayz_epoch\models\leather.p3d";
|
||||
picture = "\dayz_epoch_c\icons\equipment\ItemGenericSkin.paa";
|
||||
};
|
||||
|
||||
@@ -60,7 +60,7 @@ class ItemSkinSheep: CA_Magazine
|
||||
type = 256;
|
||||
displayName = $STR_EPOCH_ANIMAL_SKIN_SHEEP;
|
||||
descriptionShort = $STR_EPOCH_ANIMAL_SKIN_SHEEP_DESC;
|
||||
model = "\z\addons\dayz_epoch\models\canvas.p3d";
|
||||
model = "\z\addons\dayz_epoch\models\leather.p3d";
|
||||
picture = "\dayz_epoch_c\icons\equipment\ItemGenericSkin.paa";
|
||||
};
|
||||
|
||||
@@ -71,7 +71,7 @@ class ItemWool: CA_Magazine
|
||||
type = 256;
|
||||
displayName = $STR_EPOCH_WOOL;
|
||||
descriptionShort = $STR_EPOCH_WOOL_DESC;
|
||||
model = "\z\addons\dayz_epoch\models\canvas.p3d";
|
||||
model = "\z\addons\dayz_epoch\models\leather.p3d";
|
||||
picture = "\dayz_epoch_c\icons\equipment\ItemWool.paa";
|
||||
};
|
||||
|
||||
@@ -82,7 +82,7 @@ class ItemAnimalSkin: CA_Magazine
|
||||
type = 256;
|
||||
displayName = $STR_EPOCH_ANIMAL_SKIN;
|
||||
descriptionShort = $STR_EPOCH_ANIMAL_SKIN_DESC;
|
||||
model = "\z\addons\dayz_epoch\models\canvas.p3d";
|
||||
model = "\z\addons\dayz_epoch\models\leather.p3d";
|
||||
picture = "\dayz_epoch_c\icons\equipment\ItemGenericSkin.paa";
|
||||
};
|
||||
|
||||
@@ -93,6 +93,6 @@ class ItemLeather: CA_Magazine
|
||||
type = 256;
|
||||
displayName = $STR_EPOCH_LEATHER;
|
||||
descriptionShort = $STR_EPOCH_LEATHER_DESC;
|
||||
model = "\z\addons\dayz_epoch\models\canvas.p3d";
|
||||
model = "\z\addons\dayz_epoch\models\leather.p3d";
|
||||
picture = "\dayz_epoch_c\icons\equipment\ItemLeather.paa";
|
||||
};
|
||||
Reference in New Issue
Block a user