mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 04:23:13 +03:00
Add models for pumpkin, baked potato and seeds
Also add some more icons. Thx @DeVloek
This commit is contained in:
@@ -17,7 +17,7 @@ class FoodPumpkin : FoodEdible
|
||||
displayName = $STR_FOOD_NAME_PUMPKIN;
|
||||
descriptionShort = $STR_FOOD_NAME_PUMPKIN;
|
||||
weight = 1;
|
||||
model = "z\addons\dayz_communityassets\models\pistachio.p3d"; // TODO: model + icon
|
||||
model = "\z\addons\dayz_epoch_w\items\veges\pumpkin.p3d";
|
||||
picture = "\dayz_epoch_c\icons\plants\pumpkin.paa";
|
||||
|
||||
class ItemActions
|
||||
@@ -46,7 +46,7 @@ class ItemPumpkinSeed: FoodEdible
|
||||
bloodRegen = 100;
|
||||
displayName = $STR_CRAFT_NAME_PUMPKIN_SEED;
|
||||
descriptionShort = $STR_CRAFT_DESC_PUMPKIN_SEED;
|
||||
model = "z\addons\dayz_communityassets\models\pistachio.p3d";
|
||||
model = "\z\addons\dayz_epoch_w\items\veges\seedbag_01.p3d";
|
||||
picture = "\dayz_epoch_c\icons\plants\pumpkinseeds.paa";
|
||||
type = 256;
|
||||
};
|
||||
@@ -58,7 +58,7 @@ class FoodSunFlowerSeed : FoodEdible
|
||||
bloodRegen = 100;
|
||||
displayName = $STR_FOOD_NAME_SUNFLOWER;
|
||||
descriptionShort = $STR_FOOD_NAME_SUNFLOWER;
|
||||
model = "z\addons\dayz_communityassets\models\pistachio.p3d";
|
||||
model = "\z\addons\dayz_epoch_w\items\veges\seedbag_01.p3d";
|
||||
picture = "\dayz_epoch_c\icons\plants\sunflowerseeds.paa";
|
||||
};
|
||||
|
||||
@@ -81,7 +81,7 @@ class FoodPotatoBaked : FoodCooked
|
||||
count = 1;
|
||||
displayName = $STR_FOOD_NAME_POTATO_BAKED;
|
||||
descriptionShort = $STR_FOOD_NAME_POTATO_BAKED;
|
||||
model = "\z\addons\dayz_epoch_w\items\veges\dze_potato.p3d";
|
||||
model = "\z\addons\dayz_epoch_w\items\veges\dze_potato_baked.p3d";
|
||||
picture = "\dayz_epoch_c\icons\plants\potatobaked.paa";
|
||||
bloodRegen = 200;
|
||||
Nutrition[] = {250,0,0,0};
|
||||
|
||||
@@ -26,7 +26,7 @@ class ItemHempSeed: CA_Magazine
|
||||
count = 1;
|
||||
displayName = $STR_CRAFT_NAME_HEMP_SEED;
|
||||
descriptionShort = $STR_CRAFT_DESC_HEMP_SEED;
|
||||
model = "\z\addons\dayz_epoch\models\doc_child2.p3d"; // TODO: model + icon
|
||||
model = "\z\addons\dayz_epoch_w\items\veges\seedbag_01.p3d";
|
||||
picture = "\dayz_epoch_c\icons\plants\hempseeds.paa";
|
||||
type = 256;
|
||||
|
||||
@@ -95,7 +95,18 @@ class ItemKiloTobacco : CA_Magazine
|
||||
displayName = $STR_EPOCH_KILOTOBACCO;
|
||||
descriptionShort = $STR_EPOCH_KILOTOBACCO_DESC;
|
||||
model = "z\addons\dayz_epoch\models\kilohemp.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_kilohemp_CA.paa";
|
||||
picture = "\dayz_epoch_c\icons\plants\equip_kilotobacco_CA.paa";
|
||||
type = 256;
|
||||
};
|
||||
|
||||
class ItemTobaccoSeed: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
displayName = $STR_CRAFT_NAME_TOBACCO_SEED;
|
||||
descriptionShort = $STR_CRAFT_DESC_TOBACCO_SEED;
|
||||
model = "\z\addons\dayz_epoch_w\items\veges\seedbag_01.p3d";
|
||||
picture = "\dayz_epoch_c\icons\plants\tobaccoseeds.paa";
|
||||
type = 256;
|
||||
};
|
||||
|
||||
@@ -106,10 +117,21 @@ class ItemKiloBlackTea : CA_Magazine
|
||||
displayName = $STR_EPOCH_KILOBLACKTEA;
|
||||
descriptionShort = $STR_EPOCH_KILOBLACKTEA_DESC;
|
||||
model = "z\addons\dayz_epoch\models\kilohemp.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_kilohemp_CA.paa";
|
||||
picture = "\dayz_epoch_c\icons\plants\equip_kilotea_CA.paa";
|
||||
type = 256;
|
||||
};
|
||||
|
||||
class ItemBlackTeaSeed: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
displayName = $STR_CRAFT_NAME_BLACK_TEA_SEED;
|
||||
descriptionShort = $STR_CRAFT_DESC_BLACK_TEA_SEED;
|
||||
model = "\z\addons\dayz_epoch_w\items\veges\seedbag_01.p3d";
|
||||
picture = "\dayz_epoch_c\icons\plants\blackteaseeds.paa";
|
||||
type = 256;
|
||||
};
|
||||
|
||||
class ItemTobaccoLeafs : CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
|
||||
Reference in New Issue
Block a user