1.0.2.39 dev part 2

This commit is contained in:
[VB]AWOL
2013-10-03 12:05:53 -05:00
parent bd7943b473
commit 6a7e557638
37 changed files with 503 additions and 35 deletions

View File

@@ -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[]=
{

View File

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