mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
crafting lumber or plywood packs no longer need workbench
This commit is contained in:
@@ -1164,7 +1164,7 @@ class CfgMagazines {
|
|||||||
{
|
{
|
||||||
text = $STR_EPOCH_PLAYER_259;
|
text = $STR_EPOCH_PLAYER_259;
|
||||||
Script = ";['Crafting5','CfgMagazines', _id] spawn player_craftItem;";
|
Script = ";['Crafting5','CfgMagazines', _id] spawn player_craftItem;";
|
||||||
neednearby[] = {"workshop"};
|
neednearby[] = {"sawmill"};
|
||||||
requiretools[] = {"ItemToolbox"};
|
requiretools[] = {"ItemToolbox"};
|
||||||
output[] = {{"PartPlankPack",1}};
|
output[] = {{"PartPlankPack",1}};
|
||||||
input[] = {{"PartWoodLumber",3}};
|
input[] = {{"PartWoodLumber",3}};
|
||||||
@@ -1240,7 +1240,7 @@ class CfgMagazines {
|
|||||||
{
|
{
|
||||||
text = $STR_EPOCH_PLAYER_264;
|
text = $STR_EPOCH_PLAYER_264;
|
||||||
Script = ";['Crafting4','CfgMagazines', _id] spawn player_craftItem;";
|
Script = ";['Crafting4','CfgMagazines', _id] spawn player_craftItem;";
|
||||||
neednearby[] = {"workshop"};
|
neednearby[] = {"sawmill"};
|
||||||
requiretools[] = {"ItemToolbox"};
|
requiretools[] = {"ItemToolbox"};
|
||||||
output[] = {{"PartPlywoodPack",1}};
|
output[] = {{"PartPlywoodPack",1}};
|
||||||
input[] = {{"PartWoodPlywood",3}};
|
input[] = {{"PartWoodPlywood",3}};
|
||||||
|
|||||||
Reference in New Issue
Block a user