mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Add a few new items
Models made by @helion4
This commit is contained in:
@@ -459,4 +459,29 @@ class ItemScaffoldingKit: CA_Magazine
|
||||
create = "Scaffolding_DZ";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
class cook_tripod_kit: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_COOKINGTRIPOD;
|
||||
descriptionShort = $STR_ITEM_DESC_COOKINGTRIPOD;
|
||||
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
class Build
|
||||
{
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
script = "spawn player_build;";
|
||||
require[] = {};
|
||||
create = "CookTripod_DZ";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
*/
|
||||
Reference in New Issue
Block a user