mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-25 17:31:36 +03:00
moved some configs added new zeds from 177 pt1
This commit is contained in:
25
SQF/dayz_code/Configs/CfgWeapons/Melee/MeleeBaseBallBat.hpp
Normal file
25
SQF/dayz_code/Configs/CfgWeapons/Melee/MeleeBaseBallBat.hpp
Normal file
@@ -0,0 +1,25 @@
|
||||
class MeleeBaseBallBat: MeleeWeapon
|
||||
{
|
||||
scope=2;
|
||||
melee= "true";
|
||||
autoreload=1;
|
||||
magazineReloadTime=0;
|
||||
model="\z\addons\dayz_communityassets\models\baseball_bat_weaponized.p3d";
|
||||
picture="\z\addons\dayz_communityassets\pictures\equip_baseball_bat_ca.paa";
|
||||
displayName="$STR_EQUIP_NAME_BASEBALLBAT";
|
||||
droppeditem= "MeleeBaseBallBat";
|
||||
magazines[]=
|
||||
{
|
||||
"Bat_Swing"
|
||||
};
|
||||
handAnim[]=
|
||||
{
|
||||
"OFP2_ManSkeleton",
|
||||
"\dayz_weapons\anim\melee_hatchet_holding.rtm"
|
||||
};
|
||||
class Library
|
||||
{
|
||||
libTextDesc="$STR_EQUIP_DESC_BASEBALLBAT";
|
||||
};
|
||||
descriptionShort="$STR_EQUIP_DESC_BASEBALLBAT";
|
||||
};
|
||||
Reference in New Issue
Block a user