mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
26 lines
481 B
C++
26 lines
481 B
C++
class ItemMachete: ItemCore
|
|
{
|
|
scope=2;
|
|
displayName=$STR_EQUIP_MACHETE;
|
|
model="\z\addons\dayz_communityassets\models\machete.p3d";
|
|
picture="\z\addons\dayz_communityassets\pictures\equip_machete_CA.paa";
|
|
descriptionShort=$STR_EQUIP_MACHETE_DESC;
|
|
class ItemActions
|
|
{
|
|
class Toolbelt
|
|
{
|
|
text=$STR_EPOCH_PLAYER_295;
|
|
script="spawn player_addToolbelt;";
|
|
use[]=
|
|
{
|
|
"ItemMachete"
|
|
};
|
|
output[]=
|
|
{
|
|
"MeleeMachete"
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|