mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Add half and quarter metal floors
Models made by @Helion4 This also changes the metal floor recipe. A metal floor needs 2 half metal floors now. And a half metal floors needs 2 quarter floors. Metal panel are no longer used to craft metal floors.
This commit is contained in:
@@ -131,15 +131,6 @@ class metal_panel_kit: CA_Magazine
|
||||
require[] = {"ItemEtool","ItemToolbox"};
|
||||
create = "MetalPanel_DZ";
|
||||
};
|
||||
class Crafting
|
||||
{
|
||||
text = $STR_EPOCH_PLAYER_228;
|
||||
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
|
||||
neednearby[] = {"workshop","fire"};
|
||||
requiretools[] = {"ItemToolbox","ItemCrowbar","ItemSledge"};
|
||||
output[] = {{"metal_floor_kit",1}};
|
||||
input[] = {{"metal_panel_kit",4}};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user