mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
@@ -1373,6 +1373,15 @@ class CfgMagazines {
|
|||||||
output[] = {{"bulk_ItemWireHalf",1}};
|
output[] = {{"bulk_ItemWireHalf",1}};
|
||||||
input[] = {{"bulk_empty",1},{"ItemWire",6}};
|
input[] = {{"bulk_empty",1},{"ItemWire",6}};
|
||||||
};
|
};
|
||||||
|
class Crafting5
|
||||||
|
{
|
||||||
|
text = "Pack Bacon";
|
||||||
|
script = ";['Crafting5','CfgMagazines', _id] spawn player_craftItem;";
|
||||||
|
neednearby[] = {};
|
||||||
|
requiretools[] = {"ItemToolbox"};
|
||||||
|
output[] = {{"bulk_FoodbaconCooked",1}};
|
||||||
|
input[] = {{"bulk_empty",1},{"FoodbaconCooked",6}};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
class bulk_ItemSodaCoke: bulk
|
class bulk_ItemSodaCoke: bulk
|
||||||
@@ -1445,6 +1454,41 @@ class CfgMagazines {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
class bulk_FoodbaconCooked: bulk
|
||||||
|
{
|
||||||
|
descriptionShort = "6 x FoodbaconCooked";
|
||||||
|
class ItemActions
|
||||||
|
{
|
||||||
|
class CreateMags
|
||||||
|
{
|
||||||
|
text = "Open %1";
|
||||||
|
script = "spawn player_loadCrate;";
|
||||||
|
output[] = {"FoodbaconCooked",6,"magazine"};
|
||||||
|
};
|
||||||
|
class Crafting
|
||||||
|
{
|
||||||
|
text = "Pack 6 Bacon";
|
||||||
|
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
|
||||||
|
neednearby[] = {};
|
||||||
|
requiretools[] = {"ItemToolbox"};
|
||||||
|
output[] = {{"bulk_FoodbaconCookedFull",1}};
|
||||||
|
input[] = {{"bulk_FoodbaconCooked",1},{"FoodbaconCooked",6}};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
class bulk_FoodbaconCookedFull: bulk
|
||||||
|
{
|
||||||
|
descriptionshort = "12 x FoodbaconCooked";
|
||||||
|
class ItemActions
|
||||||
|
{
|
||||||
|
class CreateMags
|
||||||
|
{
|
||||||
|
text = "Open %1";
|
||||||
|
script = "spawn player_loadCrate";";
|
||||||
|
output[] = {"FoodbaconCooked",12,"magazine"};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
class bulk_30Rnd_9x19_MP5SD: bulk
|
class bulk_30Rnd_9x19_MP5SD: bulk
|
||||||
{
|
{
|
||||||
descriptionShort = "12 x 30Rnd_9x19_MP5SD";
|
descriptionShort = "12 x 30Rnd_9x19_MP5SD";
|
||||||
|
|||||||
Reference in New Issue
Block a user