mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 01:30:26 +03:00
1.0.2.39 dev part 2
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
class ItemHatchet : ItemCore {
|
||||
displayName="$STR_EQUIP_NAME_41";
|
||||
descriptionShort="$STR_EQUIP_DESC_41";
|
||||
|
||||
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
|
||||
@@ -10,7 +12,7 @@ class ItemHatchet : ItemCore {
|
||||
script="spawn player_addToolbelt;";
|
||||
use[]=
|
||||
{
|
||||
"ItemHatchet"
|
||||
"ItemHatchet_DZE"
|
||||
};
|
||||
output[]=
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@ class MeleeHatchet: MeleeWeapon
|
||||
model="\dayz_weapons\models\Hatchet_weaponized";
|
||||
picture="\dayz_equip\textures\equip_hatchet_CA.paa";
|
||||
displayName="$STR_EQUIP_NAME_41";
|
||||
droppeditem= "ItemHatchet";
|
||||
droppeditem= "ItemHatchet_DZE";
|
||||
magazines[]=
|
||||
{
|
||||
"Hatchet_Swing"
|
||||
@@ -34,7 +34,7 @@ class MeleeHatchet: MeleeWeapon
|
||||
};
|
||||
output[]=
|
||||
{
|
||||
"ItemHatchet"
|
||||
"ItemHatchet_DZE"
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user