module Base
{
	imports    
    {
		Base
	}
	item CJ_TEC9
    {
        
        DisplayName	                        =	Pistol TEC-9,
        Icon	                            =	TEC9,
        WeaponSprite	                    =	TEC9,
        Weight	                            =	1.2,
        AmmoType                            =   Base.Bullets9mm
        AmmoBox                             =   Bullets9mmBox,
        MagazineType                        =   MagTEC,
        MaxAmmo                             =   20,
        RecoilDelay	                        =	0,
        ReloadTime                          =   6,
        AimingTime                          =   19,
        MinRange	                        =	0.61,
        MaxRange	                        =	17,
        MinAngle	                        =	0.965,
        DoorDamage	                        =	1,
        MinDamage	                        =	0.8,
        MaxDamage	                        =	1.3,
        StopPower                           =   20,
        PiercingBullets                     =   FALSE,
        KnockdownMod	                    =	8,
        PushBackMod	                        =	0.3,
        FireMode                            =   Single,
        FireModePossibilities               =   Single,

        
        CriticalChance                      = 40,
        CritDmgMultiplier                   = 4,
        AimingPerkCritModifier              = 10,
        HitChance                           = 20,
        AimingPerkHitChanceModifier         = 20,
        AimingPerkMinAngleModifier          = 0.05,
        AimingPerkRangeModifier             = 1,
        
        
        SoundVolume	                        = 200,
        SoundRadius	                        = 100,
        SwingSound	                        = o_TEC9_o,
        BreakSound                          = M9Break,
        InsertAmmoSound                     = M9InsertAmmo,
        EjectAmmoSound                      = M9EjectAmmo,
        RackSound                           = M9Rack,
        BringToBearSound                    = M9BringToBear,
        HitSound                            = BulletHitBody,
		ClickSound                          = M9Jam,
        EquipSound                          = M9Equip,
		UnequipSound                        = M9UnEquip,
        InsertAmmoStartSound                = M9InsertAmmoStart,
		InsertAmmoStopSound                 = M9InsertAmmoStop,
		EjectAmmoStartSound                 = M9EjectAmmoStart,
		EjectAmmoStopSound                  = M9EjectAmmoStop,
        ShellFallSound                      = M9CartridgeFall,

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

        
        ModelWeaponPart                     = Laser Laser laser laser,
        ModelWeaponPart                     = GunLight GunLight gunlight gunlight,
        ModelWeaponPart                     = IronSight IronSight scope scope,
    }
	model TEC9
	{
		mesh                                = weapons/firearm/TEC-9,
		texture                             = weapons/firearm/TEC-9,
		scale                               = 0.01,

		attachment muzzle
		{
		offset                              = 0.0000 0.1920 -0.0320,
		rotate                              = -90.0000 0.0000 0.0000,
		}

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