mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
24 lines
456 B
C++
24 lines
456 B
C++
class ItemHatchet_DZE : ItemCore {
|
|
scope = 2;
|
|
displayName = $STR_EQUIP_NAME_41;
|
|
model = "\dayz_equip\models\hatchet.p3d";
|
|
picture = "\dayz_equip\textures\equip_hatchet_CA.paa";
|
|
descriptionShort = $STR_EQUIP_DESC_41;
|
|
class ItemActions {
|
|
|
|
class Toolbelt
|
|
{
|
|
text=$STR_EPOCH_PLAYER_295;
|
|
script="spawn player_addToolbelt;";
|
|
use[]=
|
|
{
|
|
"ItemHatchet_DZE"
|
|
};
|
|
output[]=
|
|
{
|
|
"MeleeHatchet"
|
|
};
|
|
};
|
|
};
|
|
};
|