Add models for leather, kilo tea and kilo tobacco

Models made by @Helion4
This commit is contained in:
AirwavesMan
2021-01-17 15:49:15 +01:00
parent d3106bb5fc
commit ffe8b03bc1
2 changed files with 11 additions and 11 deletions

View File

@@ -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";
};

View File

@@ -81,7 +81,7 @@ class ItemKiloTobacco : CA_Magazine
count = 1;
displayName = $STR_EPOCH_KILOTOBACCO;
descriptionShort = $STR_EPOCH_KILOTOBACCO_DESC;
model = "z\addons\dayz_epoch\models\kilohemp.p3d";
model = "z\addons\dayz_epoch\models\kilotobacco.p3d";
picture = "\dayz_epoch_c\icons\plants\equip_kilotobacco_CA.paa";
type = 256;
};
@@ -103,7 +103,7 @@ class ItemKiloBlackTea : CA_Magazine
count = 1;
displayName = $STR_EPOCH_KILOBLACKTEA;
descriptionShort = $STR_EPOCH_KILOBLACKTEA_DESC;
model = "z\addons\dayz_epoch\models\kilohemp.p3d";
model = "z\addons\dayz_epoch\models\kilotea.p3d";
picture = "\dayz_epoch_c\icons\plants\equip_kilotea_CA.paa";
type = 256;
};