class MeleeCrowbar: MeleeWeapon { scope=2; melee= "true"; autoreload=1; magazineReloadTime=0; model="\dayz_weapons\models\crowbar_weaponized"; picture="\dayz_weapons\textures\equip_crowbar_CA.paa"; displayName="Crowbar"; droppeditem= "ItemCrowbar"; magazines[]= { "Crowbar_Swing" }; handAnim[]= { "OFP2_ManSkeleton", "\dayz_weapons\anim\melee_hatchet_holding.rtm" }; class ItemActions { class Toolbelt { text="Add to Toolbelt"; script="spawn player_addToolbelt;"; use[]= { "MeleeCrowbar" }; output[]= { "ItemCrowbar" }; }; }; class Library { libTextDesc="A tool consisting of a metal bar with a single curved end and flattened points, often with a small fissure on one or both ends for removing nails."; }; descriptionShort="A tool consisting of a metal bar with a single curved end and flattened points, often with a small fissure on one or both ends for removing nails."; };