mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Update plant icons
Thx @DeVloek
This commit is contained in:
@@ -18,7 +18,7 @@ class FoodPumpkin : FoodEdible
|
||||
descriptionShort = $STR_FOOD_NAME_PUMPKIN;
|
||||
weight = 1;
|
||||
model = "z\addons\dayz_communityassets\models\pistachio.p3d"; // TODO: model + icon
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_pistachios_CA.paa";
|
||||
picture = "\dayz_epoch_c\icons\plants\pumpkin.paa";
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
@@ -47,7 +47,7 @@ class ItemPumpkinSeed: FoodEdible
|
||||
displayName = $STR_CRAFT_NAME_PUMPKIN_SEED;
|
||||
descriptionShort = $STR_CRAFT_DESC_PUMPKIN_SEED;
|
||||
model = "z\addons\dayz_communityassets\models\pistachio.p3d";
|
||||
picture = "\dayz_epoch_c\icons\vegatables\pumpkinseeds.paa";
|
||||
picture = "\dayz_epoch_c\icons\plants\pumpkinseeds.paa";
|
||||
type = 256;
|
||||
};
|
||||
|
||||
@@ -59,7 +59,7 @@ class FoodSunFlowerSeed : FoodEdible
|
||||
displayName = $STR_FOOD_NAME_SUNFLOWER;
|
||||
descriptionShort = $STR_FOOD_NAME_SUNFLOWER;
|
||||
model = "z\addons\dayz_communityassets\models\pistachio.p3d";
|
||||
picture = "\dayz_epoch_c\icons\vegatables\sunflowerseeds.paa";
|
||||
picture = "\dayz_epoch_c\icons\plants\sunflowerseeds.paa";
|
||||
};
|
||||
|
||||
class FoodPotatoRaw : FoodRaw
|
||||
@@ -69,7 +69,7 @@ class FoodPotatoRaw : FoodRaw
|
||||
displayName = $STR_FOOD_NAME_POTATO;
|
||||
descriptionShort = $STR_FOOD_NAME_POTATO;
|
||||
model = "\z\addons\dayz_epoch_w\items\veges\dze_potato.p3d";
|
||||
picture = "\dayz_epoch_c\icons\vegatables\potato.paa";
|
||||
picture = "\dayz_epoch_c\icons\plants\potato.paa";
|
||||
bloodRegen = 0;
|
||||
Nutrition[] = {0,0,0,0};
|
||||
cookOutput = "FoodPotatoBaked";
|
||||
@@ -82,7 +82,7 @@ class FoodPotatoBaked : FoodCooked
|
||||
displayName = $STR_FOOD_NAME_POTATO_BAKED;
|
||||
descriptionShort = $STR_FOOD_NAME_POTATO_BAKED;
|
||||
model = "\z\addons\dayz_epoch_w\items\veges\dze_potato.p3d";
|
||||
picture = "\dayz_epoch_c\icons\vegatables\potatobaked.paa";
|
||||
picture = "\dayz_epoch_c\icons\plants\potatobaked.paa";
|
||||
bloodRegen = 200;
|
||||
Nutrition[] = {250,0,0,0};
|
||||
};
|
||||
@@ -94,7 +94,7 @@ class FoodCarrot : FoodCooked
|
||||
displayName = $STR_FOOD_NAME_CARROT;
|
||||
descriptionShort = $STR_FOOD_NAME_CARROT;
|
||||
model = "\z\addons\dayz_epoch_w\items\veges\dze_carrot.p3d";
|
||||
picture = "\dayz_epoch_c\icons\vegatables\carrot.paa";
|
||||
picture = "\dayz_epoch_c\icons\plants\carrot.paa";
|
||||
bloodRegen = 150;
|
||||
Nutrition[] = {120,0,0,0};
|
||||
};
|
||||
@@ -27,7 +27,7 @@ class ItemHempSeed: CA_Magazine
|
||||
displayName = $STR_CRAFT_NAME_HEMP_SEED;
|
||||
descriptionShort = $STR_CRAFT_DESC_HEMP_SEED;
|
||||
model = "\z\addons\dayz_epoch\models\doc_child2.p3d"; // TODO: model + icon
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_child2_ca.paa";
|
||||
picture = "\dayz_epoch_c\icons\plants\hempseeds.paa";
|
||||
type = 256;
|
||||
|
||||
class ItemActions
|
||||
@@ -117,7 +117,7 @@ class ItemTobaccoLeafs : CA_Magazine
|
||||
displayName = $STR_EPOCH_TOBACCO_LEAF;
|
||||
descriptionShort = $STR_EPOCH_TOBACCO_LEAF_DESC;
|
||||
model = "\z\addons\dayz_communityassets\models\comfrey.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_comfrey_CA.paa";
|
||||
picture = "\dayz_epoch_c\icons\plants\tobaccoleaf.paa";
|
||||
type = 256;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user