mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
26 lines
597 B
C++
26 lines
597 B
C++
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;
|
|
};
|