mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-13 19:52:57 +03:00
Add new Wooden and cinder gates
All models made by @Helion4 This adds a gate frame, a gate with door and a locked gate as wood and cinder version. Fully compatible with door management and change code. Also, this commit cleans up the modular and door configs.
This commit is contained in:
@@ -99,6 +99,15 @@ class CinderBlocks: CA_Magazine
|
||||
output[] = {{"full_cinder_wall_kit",1}};
|
||||
input[] = {{"CinderBlocks",7},{"MortarBucket",2}};
|
||||
};
|
||||
class Crafting4
|
||||
{
|
||||
text = $STR_EPOCH_PLAYER_253_1;
|
||||
script = ";['Crafting4','CfgMagazines', _id] spawn player_craftItem;";
|
||||
neednearby[] = {"workshop"};
|
||||
requiretools[] = {"ItemToolbox"};
|
||||
output[] = {{"cinder_gate_frame_kit",1}};
|
||||
input[] = {{"CinderBlocks",8},{"MortarBucket",4}};
|
||||
};
|
||||
};
|
||||
};
|
||||
class MortarBucket: CA_Magazine
|
||||
|
||||
Reference in New Issue
Block a user