Cogito, ergo sum
Difference between revisions of "UE3:UTDmgType LinkBeam (UT3)"
From Unreal Wiki, The Unreal Engine Documentation Site
(Auto-generated page) |
(Talk) |
||
Line 51: | Line 51: | ||
! Value | ! Value | ||
|- | |- | ||
− | | | + | | A |
− | | | + | | 1.0 |
|- | |- | ||
− | | | + | | B |
− | | | + | | 50.0 |
|- | |- | ||
− | | | + | | G |
− | | | + | | 50.0 |
|- | |- | ||
| R | | R | ||
Line 66: | Line 66: | ||
| {{tl|DamageCameraAnim||UTDamageType}} | | {{tl|DamageCameraAnim||UTDamageType}} | ||
| {{cl|CameraAnim}}'Camera_FX.LinkGun.C_WP_Link_Beam_Hit' | | {{cl|CameraAnim}}'Camera_FX.LinkGun.C_WP_Link_Beam_Hit' | ||
+ | |- | ||
+ | | {{tl|DamageOverlayTime||UTDamageType}} | ||
+ | | 0.5 | ||
|- | |- | ||
| {{tl|DamageWeaponClass||UTDamageType}} | | {{tl|DamageWeaponClass||UTDamageType}} | ||
Line 80: | Line 83: | ||
|- | |- | ||
| {{tl|DeathString||DamageType}} | | {{tl|DeathString||DamageType}} | ||
− | | "`o | + | | "`o was carved up by `k's green shaft." |
|- | |- | ||
| {{tl|FemaleSuicide||DamageType}} | | {{tl|FemaleSuicide||DamageType}} | ||
− | | "`o | + | | "`o shafted herself." |
|- | |- | ||
| {{tl|KDamageImpulse||DamageType}} | | {{tl|KDamageImpulse||DamageType}} | ||
Line 92: | Line 95: | ||
|- | |- | ||
| {{tl|MaleSuicide||DamageType}} | | {{tl|MaleSuicide||DamageType}} | ||
− | | "`o | + | | "`o shafted himself." |
|- | |- | ||
| {{tl|RewardAnnouncementSwitch||UTDamageType}} | | {{tl|RewardAnnouncementSwitch||UTDamageType}} | ||
Line 107: | Line 110: | ||
|- | |- | ||
| {{tl|VehicleDamageScaling||DamageType}} | | {{tl|VehicleDamageScaling||DamageType}} | ||
− | | 0. | + | | 0.8 |
|- | |- | ||
| {{tl|VehicleMomentumScaling||DamageType}} | | {{tl|VehicleMomentumScaling||DamageType}} | ||
− | | 0. | + | | 0.1 |
|} | |} | ||
Latest revision as of 07:40, 23 May 2008
Object >> DamageType >> UTDamageType >> UTDmgType_LinkBeam |
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.
Properties[edit]
BoneToAttach[edit]
Type: name
Default value: 'b_Spine1'
PS_AttachToBody[edit]
Type: ParticleSystem
Default value: ParticleSystem'WP_LinkGun.Effects.P_WP_Linkgun_Skeleton_Dissolve'
PS_AttachToGib[edit]
Type: ParticleSystem
Default value: ParticleSystem'WP_LinkGun.Effects.P_WP_Linkgun_Death_Gib_Effect'
Default values[edit]
Property | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
bCausesBlood | False | ||||||||||
bLeaveBodyEffect | True | ||||||||||
bUseDamageBasedDeathEffects | True | ||||||||||
DamageBodyMatColor |
|
||||||||||
DamageCameraAnim | CameraAnim'Camera_FX.LinkGun.C_WP_Link_Beam_Hit' | ||||||||||
DamageOverlayTime | 0.5 | ||||||||||
DamageWeaponClass | Class'UTGame.UTWeap_LinkGun' | ||||||||||
DamageWeaponFireMode | 1 | ||||||||||
DeathOverlayTime | 1.0 | ||||||||||
DeathStatsName | 'DEATHS_LINKGUN' | ||||||||||
DeathString | "`o was carved up by `k's green shaft." | ||||||||||
FemaleSuicide | "`o shafted herself." | ||||||||||
KDamageImpulse | 100.0 | ||||||||||
KillStatsName | 'KILLS_LINKGUN' | ||||||||||
MaleSuicide | "`o shafted himself." | ||||||||||
RewardAnnouncementSwitch | 6 | ||||||||||
RewardCount | 15 | ||||||||||
RewardEvent | 'REWARD_SHAFTMASTER' | ||||||||||
SuicideStatsName | 'SUICIDES_LINKGUN' | ||||||||||
VehicleDamageScaling | 0.8 | ||||||||||
VehicleMomentumScaling | 0.1 |
Static functions[edit]
DoCustomDamageEffects[edit]
static function DoCustomDamageEffects (UTPawn ThePawn, class<UTDamageType> TheDamageType, const out Actor.TraceHitInfo HitInfo, Object.Vector HitLocation)
Overrides: UTDamageType.DoCustomDamageEffects
SpawnExtraGibEffects[edit]
simulated static function SpawnExtraGibEffects (UTGib TheGib)
Overrides: UTDamageType.SpawnExtraGibEffects
allows special effects when gibs are spawned via DoCustomDamageEffects() instead of the normal way