Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

U2Weapons.WeaponInvEnergyRifle


00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036
00037
00038
00039
00040
00041
00042
00043
00044
00045
00046
00047
00048
00049
00050
00051
00052
00053
00054
00055
00056
00057
00058
00059
00060
00061
00062
00063
00064
00065
00066
00067
00068
00069
00070
00071
00072
00073
00074
00075
00076
00077
00078
00079
00080
00081
00082
00083
00084
00085
00086
00087
00088
00089
00090
00091
00092
00093
00094
00095
00096
00097
00098
00099
00100
00101
00102
00103
00104
00105
00106
00107
00108
00109
00110
00111
00112
00113
00114
00115
00116
00117
00118
00119
00120
00121
00122
00123
00124
00125
00126
00127
00128
00129
00130
00131
00132
00133
00134
00135
00136
00137
00138
00139
00140
00141
00142
//=============================================================================
// $Workfile: WeaponInvEnergyRifle.uc $
// Created By: Jess Crable, Mark Poesch
// Created On: 4/3/00
// $Author: Aleiby $
// $Date: 11/21/02 2:04a $
// $Revision: 44 $
//=============================================================================
class WeaponInvEnergyRifle extends U2Weapon;


#exec OBJ LOAD File=..\Meshes\GlmWeaponsG.ugx
#exec OBJ LOAD File=..\System\ParticleRes\EnergyFX.u
#exec OBJ LOAD File=..\Textures\WeaponFXT.utx

simulated function int GetAltFireAmmoUsed() { return 10; }

function float GetProjSpeed( bool bAlt )
{
	if( bAlt )
		return Super.GetProjSpeed( bAlt ); 
	else
		return ProjectileSpeed;
}

simulated state Firing
{
	simulated event BeginState()
	{
		Super.BeginState();
		if( U2PCOwner? )
			class'UIConsole'.static.SendEvent("ER_Fire");
	}
	simulated event EndState()
	{
		Super.EndState();
		if( U2PCOwner? )
			class'UIConsole'.static.SendEvent("ER_UnFire");
	}
}

simulated function EverywhereAltFire()
{
	Super.EverywhereAltFire();
	if( U2PCOwner? )
		class'UIConsole'.static.SendEvent("ER_AltFire");
}

simulated state AltFiring
{
	function vector CalcFireOffset( vector X, vector Y, vector Z )
	{
		return CalcDrawOffset();
	}
}

defaultproperties
{
	FireTime=0.300000
	AltFireTime=2.000000
	FireLastDownTime=2.062000
	AltFireLastDownTime=2.250000
	FireLastReloadTime=2.812000
	AltFireLastReloadTime=2.625000
	ReloadTime=2.187000
	FlashSkin=Shader'WeaponFXT.EnergyRifle.ER_Skin2FX'
	FireLastRoundSound=Sound'U2WeaponsA.EnergyRifle.ER_FireLastRound'
	AltFireLastRoundSound=Sound'U2WeaponsA.EnergyRifle.ER_AltFireLastRound'
	ReloadUnloadedSound=Sound'U2WeaponsA.EnergyRifle.ER_ReloadUnloaded'
     GunButtSounds(0)=Sound'U2WeaponsA.GunButt.GunButt01'
     GunButtSounds(1)=Sound'U2WeaponsA.GunButt.GunButt02'
     GunButtSounds(2)=Sound'U2WeaponsA.GunButt.GunButt03'
     GunButtSounds(3)=Sound'U2WeaponsA.GunButt.GunButt04'
	FirePitch=(A=0.950000)
	ProjectileSpeed=1200.000000
     DecoEffects(0)=(AnimSequence=Fire,DecoClass=Class'ParticleSystems.ParticleSalamander',Particles=ParticleSalamander'EnergyFX.ParticleSalamander3',MountNode="#Muzzleflash1",bWorldFOV=true,bRequiresWorldZBuffer=true,AIAim=1200,PushBack=64.000000)
     DecoEffects(1)=(AnimSequence=Fire,DecoClass=Class'ParticleSystems.ParticleSalamander',Particles=ParticleSalamander'EnergyFX.ParticleSalamander3',MountNode="#Muzzleflash2",bWorldFOV=true,bRequiresWorldZBuffer=true,AIAim=1200,PushBack=64.000000)
     DecoEffects(2)=(AnimSequence=Fire,DecoClass=Class'ParticleSystems.ParticleSalamander',Particles=ParticleSalamander'EnergyFX.ParticleSalamander1',MountNode="#Muzzleflash1")
     DecoEffects(3)=(AnimSequence=Fire,DecoClass=Class'ParticleSystems.ParticleSalamander',Particles=ParticleSalamander'EnergyFX.ParticleSalamander1',MountNode="#Muzzleflash2")
     DecoEffects(4)=(AnimSequence=AltFire,DecoClass=Class'ParticleSystems.ParticleSalamander',Particles=ParticleSalamander'EnergyFX.ParticleSalamander1',MountNode="#Muzzleflash2")
     DecoEffects(5)=(AnimSequence=AltFire,DecoClass=Class'ParticleSystems.ParticleSalamander',Particles=ParticleSalamander'EnergyFX.ParticleSalamander1',MountNode="#Muzzleflash2")
	FirstPersonOffset=(X=-30.000000,Y=-10.000000)
	bCrosshairGlows=true
	WeaponAnimationType=AT_Large
	AltShakeMag=15.000000
	AltShakeTime=0.800000
     TargetableTypes(0)='Pawn'
	CrosshairName="ER_Cross"
	RangeMinFire=0.000000
	RangeIdealFire=512.000000
	RangeMaxFire=1536.000000
	RangeLimitFire=32767.000000
	RatingRangeMinFire=0.450000
	RatingRangeIdealFire=0.450000
	RatingRangeMaxFire=0.450000
	RatingRangeLimitFire=0.001000
	AIRatingFire=0.450000
	RangeMinAltFire=512.000000
	RangeIdealAltFire=1024.000000
	RangeMaxAltFire=1700.000000
	RatingInsideMinAltFire=-20.000000
	RatingRangeMinAltFire=0.100000
	RatingRangeIdealAltFire=0.350000
	RatingRangeMaxAltFire=0.550000
	AIRatingAltFire=0.450000
	AmmoName=Class'U2Weapons.ammoInvEnergyRifle'
	PickupAmmoCount=60
	AutoSwitchPriority=8
	bRapidFire=true
	FireOffset=(X=50.000000,Y=40.000000,Z=-40.000000)
	AltProjectileClass=Class'U2Weapons.projectileEMP'
	ShakeMag=1.000000
	bWarnTarget=true
	bAltWarnTarget=true
	bAltSplashDamage=true
	AIRating=0.450000
	RefireRate=0.200000
	AltRefireRate=1.000000
	FireSound=Sound'U2WeaponsA.EnergyRifle.ER_Fire'
	AltFireSound=Sound'U2WeaponsA.EnergyRifle.ER_AltFire'
	CockingSound=Sound'U2WeaponsA.EnergyRifle.ER_Reload'
	SelectSound=Sound'U2WeaponsA.EnergyRifle.ER_Select'
	MessageNoAmmo=" has no energy."
	InstFlash=-0.150000
	InstFog=(X=139.000000,Y=218.000000,Z=72.000000)
	InventoryGroup=2
	GroupOffset=3
	PickupClass=Class'U2Weapons.weaponEnergyRifle'
	PlayerViewOffset=(X=53.000000,Y=18.500000,Z=-14.500000)
	ThirdPersonMesh=LegendMesh'GlmWeaponsG.ER_TP'
	ItemName="Energy Rifle"
	ItemID="ER"
	IconIndex=7
	Mesh=LegendMesh'GlmWeaponsG.ER_FP'
	SoundVolume=255
     UseReticleOnEvents(0)="UseReticleText"
     UseReticleOnEvents(1)="UseReticleCorners"
     UseReticleOnEvents(2)="UseReticleTopBars"
     ProximityReticleOnEvents(0)="ProximityReticleCorners"
     ProximityReticleOnEvents(1)="ProximityReticleTopBars"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: sk 3-1-2016 10:38:42.000 - Creation time: sk 3-1-2016 10:48:43.882 - Created with UnCodeX