I love the smell of UnrealEd crashing in the morning. – tarquin
Difference between revisions of "UE2:RedeemerFire (UT2004)"
From Unreal Wiki, The Unreal Engine Documentation Site
(Auto-generated page) |
m (added descriptions) |
||
Line 5: | Line 5: | ||
| parent3 = Object | | parent3 = Object | ||
}} | }} | ||
− | {{ | + | Primary, unguided fire mode of the {{cl|Redeemer}} weapon. |
− | + | ||
==Default values== | ==Default values== | ||
Line 136: | Line 135: | ||
'''Overrides:''' {{tl|MaxRange|WeaponFire|instance functions}} | '''Overrides:''' {{tl|MaxRange|WeaponFire|instance functions}} | ||
− | + | Returns the fixed maximum range of 20000[[UU]] for the AI. | |
====SpawnProjectile==== | ====SpawnProjectile==== | ||
Line 143: | Line 142: | ||
'''Overrides:''' {{tl|SpawnProjectile|ProjectileFire}} | '''Overrides:''' {{tl|SpawnProjectile|ProjectileFire}} | ||
− | + | Attempts to spawn the {{cl|RedeemerProjectile}} at the Start location and if that fails at the {{tl|Instigator||WeaponFire}}'s {{tl|Location||Actor properties}}. If the redeemer rocket can't be spawned at all, a {{cl|SmallRedeemerExplosion}} is spawned instead and 500 points of damage are applied to anyone within a radius of 400[[UU]], including the player attempting to fire the redeemer. |
Latest revision as of 11:28, 30 November 2008
Object >> WeaponFire >> ProjectileFire >> RedeemerFire |
- Package:
- XWeapons
- Direct subclass:
- RedeemerGuidedFire
- This class in other games:
- UT2003
Primary, unguided fire mode of the Redeemer weapon.
Default values[edit]
Property | Value | ||||||||
---|---|---|---|---|---|---|---|---|---|
AmmoClass | Class'XWeapons.RedeemerAmmo' | ||||||||
AmmoPerFire | 1 | ||||||||
BotRefireRate | 0.5 | ||||||||
bRecommendSplashDamage | True | ||||||||
bSplashDamage | True | ||||||||
FireForce | "redeemer_shoot" | ||||||||
FireRate | 1.0 | ||||||||
FireSound | Sound'WeaponSounds.redeemer_shoot' | ||||||||
ProjectileClass | Class'XWeapons.RedeemerProjectile' | ||||||||
ProjSpawnOffset |
|
||||||||
ShakeOffsetMag |
|
||||||||
ShakeOffsetRate |
|
||||||||
ShakeOffsetTime | 2.0 | ||||||||
ShakeRotMag |
|
||||||||
ShakeRotRate |
|
||||||||
ShakeRotTime | 2.0 | ||||||||
TransientSoundVolume | 1.0 |
Instance functions[edit]
MaxRange[edit]
function float MaxRange ()
Overrides: WeaponFire.MaxRange
Returns the fixed maximum range of 20000UU for the AI.
SpawnProjectile[edit]
Overrides: ProjectileFire.SpawnProjectile
Attempts to spawn the RedeemerProjectile at the Start location and if that fails at the Instigator's Location. If the redeemer rocket can't be spawned at all, a SmallRedeemerExplosion is spawned instead and 500 points of damage are applied to anyone within a radius of 400UU, including the player attempting to fire the redeemer.