mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-21 10:56:29 +03:00
CFG WEAPONS DONE
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
class Blueprint_BodgedWaterbottle : Recipe {
|
||||
displayName = "Broken Watter Bottle.";
|
||||
descriptionShort = "Patch a broken water bottle.";
|
||||
input[] =
|
||||
{
|
||||
{"equip_duct_tape","CfgMagazines",1},
|
||||
{"ItemWaterBottleDmg","CfgMagazines",1}
|
||||
};
|
||||
output[] =
|
||||
{
|
||||
{"ItemBodgedWaterbottle","CfgMagazines",1}
|
||||
};
|
||||
required[] =
|
||||
{
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user