mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
Crafting 1/4 wood floor now requires only 3 lumber and 3 plywood.
This commit is contained in:
@@ -2406,7 +2406,7 @@ class CfgMagazines {
|
|||||||
neednearby[] = {"workshop"};
|
neednearby[] = {"workshop"};
|
||||||
requiretools[] = {"ItemToolbox","ItemCrowbar"};
|
requiretools[] = {"ItemToolbox","ItemCrowbar"};
|
||||||
output[] = {{"ItemWoodFloorQuarter",1}};
|
output[] = {{"ItemWoodFloorQuarter",1}};
|
||||||
input[] = {{"bulk_empty",1},{"PartWoodPlywood",4},{"PartWoodLumber",4}};
|
input[] = {{"bulk_empty",1},{"PartWoodPlywood",3},{"PartWoodLumber",3}};
|
||||||
|
|
||||||
};
|
};
|
||||||
class Crafting3
|
class Crafting3
|
||||||
|
|||||||
Reference in New Issue
Block a user