mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 01:30:26 +03:00
CFG WEAPONS DONE
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
class Blueprint_HerbalDrink : Recipe {
|
||||
displayName = $STR_CRAFT_NAME_HerbalDrink;
|
||||
descriptionShort = $STR_CRAFT_DESC_herbalDrink;
|
||||
input[] =
|
||||
{
|
||||
{"ItemWaterBottleBoiled","CfgMagazines",1},
|
||||
{"equip_herb_box","CfgMagazines",1}
|
||||
};
|
||||
output[] =
|
||||
{
|
||||
{"ItemWaterBottleHerbal","CfgMagazines",1}
|
||||
};
|
||||
required[] =
|
||||
{
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user