module BCGRareWeapons
{
		

	item ReinforcedBaseballBat
	{
		MaxRange	=	1.20,
		WeaponSprite	=	ReinforcedBaseballBat,
		MinAngle	=	0.75,
		Type	=	Weapon,
		MinimumSwingTime	=	3,
		KnockBackOnNoDeath	=	TRUE,
		SwingAmountBeforeImpact	=	0.02,
		Categories	=	Blunt,
		ConditionLowerChanceOneIn	=	18,
		Weight	=	4,
		SplatNumber	=	1,
		PushBackMod	=	0.5,
		SubCategory	=	Swinging,
		ConditionMax	=	18,
		MaxHitCount	=	2,
		DoorDamage	=	5,
		IdleAnim	=	Idle_Weapon2,
		SwingAnim	=	Bat,
		DisplayName	=	Reinforced Baseball Bat,
		MinRange	=	0.61,
		SwingTime	=	3,
		HitAngleMod	=	-30,
		KnockdownMod	=	2,
		SplatBloodOnNoDeath	=	FALSE,
		Icon	=	ReinforcedBaseballBat,
		RunAnim	=	Run_Weapon2,
        TwoHandWeapon = TRUE,
        BreakSound  =   BreakWoodItem,
        TreeDamage  =   1,
		CriticalChance	=	30,
		critDmgMultiplier = 5,
		MinDamage	=	8,
		MaxDamage	=	8,
		BaseSpeed = 0.70,
		WeaponLength = 0.5,
		AttachmentType = Shovel,
	}
	
	item VikingAxe
	{
		MaxRange	=	1.35,
		WeaponSprite	=	VikingAxe,
		MinAngle	=	0.72,
		Type	=	Weapon,
        MinimumSwingTime	=	0.5,
		KnockBackOnNoDeath	=	TRUE,
		SwingAmountBeforeImpact	=	0.002,
		Categories	=	Axe,
		ConditionLowerChanceOneIn	=	22,
		Weight	=	3,
		SplatNumber	=	3,
		PushBackMod	=	0.3,
		EnduranceMod	=	2,
		SubCategory	=	Swinging,
		ConditionMax	=	14,
		MaxHitCount	=	2,
		DoorDamage	=	60,
		IdleAnim	=	Idle_Weapon2,
        SwingAnim	=	Heavy,
		DisplayName	=	Viking Axe,
		MinRange	=	0.65,
        SwingTime	=	0.5,
		HitAngleMod	=	-30,
		SplatSize	=	5,
		KnockdownMod	=	2,
		SplatBloodOnNoDeath	=	TRUE,
		Icon	=	VikingAxe,
		RunAnim	=	Run_Weapon2,
        TwoHandWeapon = TRUE,
        BreakSound  =   BreakWoodItem,
        TreeDamage  =   50,
        MetalValue = 120,
        CriticalChance	=	30,
        CritDmgMultiplier = 5,
        BaseSpeed = 1.1,
        MinDamage	=	8,
        MaxDamage	=	10,
		WeaponLength = 0.65,
		RequiresEquippedBothHands = TRUE,
		DamageCategory = Slash,
		DamageMakeHole = TRUE,
        AttachmentType = BigBlade,
		Tags = ChopTree;CutPlant,
    }
}
