mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Add comfrey patch, plant and seeds
This commit is contained in:
@@ -568,6 +568,9 @@ class CfgSurvival {
|
||||
};
|
||||
class Plant_Garlic_DZE {
|
||||
qty = 7;
|
||||
};
|
||||
class Plant_Comfrey_DZE {
|
||||
qty = 3;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -130,6 +130,17 @@ class ItemTobaccoLeafs : CA_Magazine
|
||||
type = 256;
|
||||
};
|
||||
|
||||
class ItemComfreySeed: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
displayName = $STR_CRAFT_NAME_COMFREY_SEED;
|
||||
descriptionShort = $STR_CRAFT_DESC_COMFREY_SEED;
|
||||
model = "\z\addons\dayz_epoch_w\items\veges\seedbag_01.p3d";
|
||||
picture = "\dayz_epoch_c\icons\plants\confreyseeds.paa";
|
||||
type = 256;
|
||||
};
|
||||
|
||||
class equip_comfreyleafs : CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
|
||||
@@ -122,6 +122,11 @@ class Plant_Patch_Garlic_DZE : Plant_Patch_Base_DZE {
|
||||
displayname = $STR_EPOCH_PLANT_PATCH_GARLIC;
|
||||
};
|
||||
|
||||
class Plant_Patch_Comfrey_DZE : Plant_Patch_Base_DZE {
|
||||
scope = 2;
|
||||
displayname = $STR_EPOCH_PLANT_PATCH_GARLIC;
|
||||
};
|
||||
|
||||
class Plant_Pumpkin_DZE : Plant_Patch_Base_DZE {
|
||||
scope = 2;
|
||||
displayName = $STR_EPOCH_PLANT_PUMPKIN;
|
||||
@@ -168,4 +173,10 @@ class Plant_Garlic_DZE : Plant_Patch_Base_DZE {
|
||||
scope = 2;
|
||||
displayName = $STR_EPOCH_PLANT_GARLIC;
|
||||
model = "z\addons\dayz_communityassets\models\comfrey_up_small.p3d";
|
||||
};
|
||||
|
||||
class Plant_Comfrey_DZE : Plant_Patch_Base_DZE {
|
||||
scope = 2;
|
||||
displayName = $STR_EPOCH_PLANT_COMFREY;
|
||||
model = "z\addons\dayz_communityassets\models\comfrey_up.p3d";
|
||||
};
|
||||
Reference in New Issue
Block a user