mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 04:23:13 +03:00
Add Wood Floor 4x
Model made by @Helion4
This commit is contained in:
@@ -841,6 +841,37 @@ class ItemWoodFloor: CA_Magazine
|
||||
output[] = {{"ItemWoodFloorStairs",1}};
|
||||
input[] = {{"ItemWoodStairs",1},{"ItemWoodFloor",1}};
|
||||
};
|
||||
class Crafting1
|
||||
{
|
||||
text = $STR_EPOCH_PLAYER_232c;
|
||||
script = ";['Crafting1','CfgMagazines', _id] spawn player_craftItem;";
|
||||
neednearby[] = {"workshop"};
|
||||
requiretools[] = {"ItemToolbox","Handsaw_DZE"};
|
||||
output[] = {{"ItemWoodFloor4x",1}};
|
||||
input[] = {{"ItemWoodFloor",4}};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
class ItemWoodFloor4x: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = $STR_EPOCH_FLOORCEILING4x;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
descriptionShort = $STR_EPOCH_FLOORCEILING_DESC;
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
class Build
|
||||
{
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemToolbox"};
|
||||
create = "WoodFloor4x_DZ";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user