Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgWeapons/Melee/ItemMachete.hpp

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"
};
};
};
};