Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE2:UDamagePack (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2003 Object >> Actor >> Pickup >> TournamentPickup >> UDamagePack
Package: 
XPickups
This class in other games:
UT2004

Pickup class for the Double Damage power-up.

The Double Damage does not have its own Inventory class. The entire functionality is handled by the various UDamage-related functions in xPawn and the UDamageTimer class.

Default values

Property Value
AmbientGlow 254
bPredictRespawns True
CollisionHeight 23.0
CollisionRadius 32.0
DrawScale 0.9
DrawType DT_StaticMesh
Mass 10.0
MaxDesireability 2.0
Physics PHYS_Rotating
PickupForce "UDamagePickup"
PickupMessage "DOUBLE DAMAGE!"
PickupSound Sound'PickupSounds.UDamagePickUp'
RespawnTime 90.0
RotationRate
Member Value
Yaw 24000
ScaleGlow 0.6
StaticMesh StaticMesh'E_Pickups.Udamage'
Style STY_AlphaZ

States

Pickup

Inherits from: Pickup.Pickup

Modifiers: auto

Pickup.Touch

event Touch (Actor Other)

Overrides: Pickup.Pickup.Touch

Activates Double Damage for the player who picked it up by calling xPawn.EnableUDamage().