module Base
{
	imports    
    {
		Base
	}
	item CJ_Vepr_Aurora
    {
        
        DisplayName	                        =	Rifle Vepr "Aurora",
        Icon	                            =	VH_Aurora,
        WeaponSprite	                    =	Vepr_Aurora,
        Weight	                            =	3.4,
        AmmoType                            =   Base.308Bullets,
        AmmoBox                             =   308Box,
        MagazineType                        =   MagVepr,
        MaxAmmo                             =   20,
        RecoilDelay	                        =	0,
        ReloadTime                          =   37,
        AimingTime                          =   20,
        MinRange	                        =	0.67,
        MaxRange	                        =	25,
        MinAngle	                        =	0.965,
        DoorDamage	                        =	5,
        MinDamage	                        =	1.7,
        MaxDamage	                        =	2.2,
        StopPower                           =   2,
        PiercingBullets                     =   TRUE,
        KnockdownMod	                    =	4,
        PushBackMod	                        =	0.3,
        
        CriticalChance                      = 30,
        AimingPerkCritModifier              = 0,
        HitChance                           = 20,
        AimingPerkHitChanceModifier         = 10,
        AimingPerkMinAngleModifier          = 0.01,
        AimingPerkRangeModifier             = 1,
        
        
        SoundVolume	                        = 200,
        SoundRadius	                        = 150,
        SwingSound	                        = o_SR25_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	                    =	50,
        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	                        =	3,
        KnockBackOnNoDeath	                =	TRUE,
        ProjectileCount	                    =	1,
        ConditionLowerChanceOneIn	        =	30,
        TwoHandWeapon                       =   TRUE,
        RequiresEquippedBothHands           =   TRUE,
        WeaponReloadType                    =   boltaction,
        AttachmentType                      =   Rifle,

        ModelWeaponPart                     = 4x_scope_us_2 4x_scope_us_2 upper_mount upper_mount,
        ModelWeaponPart                     = 8x_scope_us 8x_scope_us upper_mount upper_mount,
        ModelWeaponPart                     = 25x_scope_us 25x_scope_us upper_mount upper_mount,
    }
	model Vepr_Aurora
	{
		mesh                                = weapons/firearm/Vepr_Aurora,
		texture                             = weapons/firearm/Vepr_Aurora,
		scale                               = 0.01,

		attachment muzzle
		{
			offset = 0.0140 -0.0340 -0.4280,
			rotate = 180.0000 0.0000 0.0000,
		}

		attachment upper_mount
		{
			offset = 0.0000 -0.0470 -0.1430,
			rotate = -90.0000 0.0000 0.0000,
		}

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