moved some configs added new zeds from 177 pt1

This commit is contained in:
[VB]AWOL
2013-08-01 11:46:00 -05:00
parent 12b6b3d943
commit 68ecf1149a
53 changed files with 51553 additions and 51068 deletions

View File

@@ -0,0 +1,39 @@
class MeleeMachete: MeleeWeapon
{
scope=2;
melee= "true";
autoreload=1;
magazineReloadTime=0;
model="\z\addons\dayz_communityassets\models\machete_weaponized.p3d";
picture="\z\addons\dayz_communityassets\pictures\equip_machete_CA.paa";
displayName="$STR_EQUIP_NAME_MACHETE";
droppeditem= "MeleeMachete";
magazines[]=
{
"Machete_Swing"
};
handAnim[]=
{
"OFP2_ManSkeleton",
"\dayz_weapons\anim\melee_hatchet_holding.rtm"
};
class ItemActions
{
/*
class Drop
{
text=$STR_ACTIONS_DROP;
script="spawn player_dropWeapon;";
use[]=
{
"Machete_Swing"
};
};
*/
};
class Library
{
libTextDesc="$STR_EQUIP_DESC_MACHETE";
};
descriptionShort="$STR_EQUIP_DESC_MACHETE";
};