mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
26 lines
575 B
C++
26 lines
575 B
C++
class ItemMachete: ItemCore
|
|
{
|
|
scope=2;
|
|
displayName="Machete";
|
|
model="\z\addons\dayz_communityassets\models\machete.p3d";
|
|
picture="\z\addons\dayz_communityassets\pictures\equip_machete_CA.paa";
|
|
descriptionShort="An agricultural tool turned into a weapon, the Machete may be less versatile than the common hatchet, but it packs a punch.";
|
|
class ItemActions
|
|
{
|
|
class Toolbelt
|
|
{
|
|
text="STR_EPOCH_PLAYER_295";
|
|
script="spawn player_addToolbelt;";
|
|
use[]=
|
|
{
|
|
"ItemMachete"
|
|
};
|
|
output[]=
|
|
{
|
|
"MeleeMachete"
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|