module Base
{
	imports    
    {
		Base
	}
	item CJ_M249_Para
    {
        
        DisplayName	                    =	Machinegun M249 Para,
        Icon	                        =	M249_Para,
        WeaponSprite	                =	M249_Para,
        Weight	                        =	7.1,
        AmmoType                        =   Base.556Bullets,
        AmmoBox                         =   556Box,
        MagazineType                    =   MagM249,
        MaxAmmo                         =   200,
        RecoilDelay	                    =	0,
        ReloadTime                      =   10,
        AimingTime                      =   38,
        MinRange	                    =	0.61,
        MaxRange	                    =	35,
        MinAngle	                    =	0.965,
        DoorDamage	                    =	3,
        MinDamage	                    =	1.2,
        MaxDamage	                    =	1.7,
        StopPower                       =   5,
        PiercingBullets                 =   true,
        KnockdownMod	                =	3,
        PushBackMod	                    =	0.4,
        FireMode                        =   Auto,
        FireModePossibilities           =   Auto,

        
        CriticalChance                  = 33,
        AimingPerkCritModifier          = 4,
        HitChance                       = 20,
        AimingPerkHitChanceModifier     = 8,
        AimingPerkMinAngleModifier      = 0.01,
        AimingPerkRangeModifier         = 1,
        
        
        SoundVolume	                    = 200,
        SoundRadius	                    = 200,
        SwingSound	                    = o_M249_o,
        BreakSound                      = M16Break,
        InsertAmmoSound                 = M16InsertAmmo,
        EjectAmmoSound                  = M16EjectAmmo,
        RackSound                       = M16Rack,
        BringToBearSound                = M16BringToBear,
        HitSound                        = BulletHitBody,
	    ClickSound                      = M16Jam,
        EquipSound                      = M16Equip,
	    UnequipSound                    = M16UnEquip,
        InsertAmmoStartSound            = M16InsertAmmoStart,
	    InsertAmmoStopSound             = M16InsertAmmoStop,
	    EjectAmmoStartSound             = M16EjectAmmoStart,
	    EjectAmmoStopSound              = M16EjectAmmoStop,
        ShellFallSound                  = M16CartridgeFall,

        
        Type	                        =	Weapon,
        DisplayCategory	                =	Weapon,
        SubCategory                     =	Firearm,
        IsAimedFirearm	                =	TRUE,
        UseEndurance	                =	FALSE,
        ConditionMax	                =	100,
        JamGunChance                    =   0,
        Ranged	                        =	TRUE,
        MetalValue                      =   45,
        SwingTime	                    =	2.0,
        MinimumSwingTime	            =	0.5,
        ToHitModifier	                =	1.5,
        SwingAmountBeforeImpact	        =	0,
        MultipleHitConditionAffected	=	FALSE,
        SplatSize	                    =	3,
        SplatNumber	                    =	3,
        SplatBloodOnNoDeath	            =	TRUE,
        ImpactSound	                    =	null,
        NPCSoundBoost	                =	1.5,
        SoundGain                       =   2,
        SwingAnim	                    =	Rifle,
        RunAnim	                        =	Run_Weapon2,
        IdleAnim	                    =	Idle_Weapon2,
        ShareDamage	                    =	FALSE,
        MaxHitCount	                    =	2,
        KnockBackOnNoDeath	            =	TRUE,
        ProjectileCount	                =	1,
        ConditionLowerChanceOneIn	    =	30,
        TwoHandWeapon                   =   TRUE,
        RequiresEquippedBothHands       =   TRUE,
        WeaponReloadType                =   boltaction,
        AttachmentType                  =   Rifle,

        
        ModelWeaponPart 				= 	MODNAME MODNAME reddot reddot,
    }
	model M249_Para
	{
		mesh                            = weapons/firearm/M249_Para,
		texture                         = weapons/firearm/M249_Para,
		scale                           = 0.01,

		attachment muzzle
		{
		offset                          = 0.0000 -0.0420 -0.3730,
		rotate                          = 180.0000 0.0000 0.0000,
		}

		attachment world
		{
		offset                          = 0.0000 0.0000 0.0000,
		rotate                          = 0.0000 0.0000 0.0000,
		}
	}
}
