mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-20 18:36:29 +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:
@@ -149,6 +149,15 @@ class equip_metal_sheet : CA_Magazine
|
||||
output[] = {{"metal_pillar_kit",2}};
|
||||
input[] = {{"ItemPole",2},{"equip_metal_sheet",4}};
|
||||
};
|
||||
class Crafting1
|
||||
{
|
||||
text = $STR_EPOCH_PLAYER_228_2;
|
||||
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
|
||||
neednearby[] = {"workshop","fire"};
|
||||
requiretools[] = {"ItemToolbox","ItemCrowbar","ItemSledge"};
|
||||
output[] = {{"metal_floor_quarter_kit",1}};
|
||||
input[] = {{"ItemPole",4},{"equip_metal_sheet",4}};
|
||||
};
|
||||
};
|
||||
|
||||
class equip_metal_sheet_rusted : CA_Magazine
|
||||
|
||||
Reference in New Issue
Block a user