Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE1:Krall (UT)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT Object >> Actor >> Pawn >> ScriptedPawn >> Krall
Package: 
UnrealI
Direct subclasses:
KrallElite, LeglessKrall
This class in other games:
RTNP, U1, UT2003, UT2004

Krall.

Properties

Property group 'Krall'

bDicePlayer

Type: bool


bSleeping

Type: bool


bSpearToss

Type: bool


Default value: True

MinDuckTime

Type: float


Default value: 8.0

PoundDamage

Type: byte


Default value: 20

StrikeDamage

Type: byte


Default value: 20

ThrowDamage

Type: byte


Default value: 30

Property group 'Sounds'

die2

Type: Sound


Default value: Sound'UnrealI.Krall.death2k'

spearHit

Type: Sound


Default value: Sound'UnrealI.Krall.hit2k'

spearThrow

Type: Sound


Default value: Sound'UnrealI.Krall.throw1k'

strike1

Type: Sound


Default value: Sound'UnrealI.Krall.strike1k'

strike2

Type: Sound


Default value: Sound'UnrealI.Krall.strike1k'

syllable1

Type: Sound


Default value: Sound'UnrealI.Krall.syl1kr'

syllable2

Type: Sound


Default value: Sound'UnrealI.Krall.syl2kr'

syllable3

Type: Sound


Default value: Sound'UnrealI.Krall.syl3kr'

syllable4

Type: Sound


Default value: Sound'UnrealI.Krall.syl4kr'

syllable5

Type: Sound


Default value: Sound'UnrealI.Krall.syl5kr'

syllable6

Type: Sound


Default value: Sound'UnrealI.Krall.syl6kr'

twirl

Type: Sound


Default value: Sound'UnrealI.Krall.staflp4k'

Internal variables

AttackSuccess

Type: bool


bHasDice

Type: bool


bHeldDice

Type: bool


LastDuckTime

Type: float


phrase

Type: name


phrasesyllable

Type: byte


Toy1

Type: Dice


Toy2

Type: Dice


voicePitch

Type: float


Default values

Property Value
AccelRate 500.0
Acquire Sound'UnrealI.Krall.chlng1k'
Aggressiveness 0.5
AirSpeed 240.0
AmbientSound Sound'UnrealI.Krall.amb1kr'
bHasRangedAttack True
bLeadTarget False
bMovingRangedAttack True
Buoyancy 140.0
CarcassType Class'UnrealI.KrallCarcass'
CollisionHeight 46.0
CollisionRadius 25.0
CombatStyle 0.8
Die Sound'UnrealI.Krall.death1k'
DrawType DT_Mesh
Fear Sound'UnrealI.Krall.chlng2k'
GroundSpeed 240.0
Health 180
HearingThreshold 0.0
HitSound1 Sound'UnrealI.Krall.injur1k'
HitSound2 Sound'UnrealI.Krall.injur2k'
Intelligence BRAINS_HUMAN
JumpZ 360.0
Mass 140.0
MeleeRange 50.0
Mesh LodMesh'UnrealI.KrallM'
RangedProjectile Class'UnrealI.KraalBolt'
ReFireRate 0.5
RotationRate
Member Value
Pitch 3072
Roll 0
Yaw 60000
Threaten Sound'UnrealI.Krall.chlng2k'
TransientSoundVolume 1.5

Functions

Events

PreBeginPlay

event PreBeginPlay ()

Overrides: ScriptedPawn.PreBeginPlay


SpeechTimer

event SpeechTimer ()

Overrides: Pawn.SpeechTimer


ZoneChange

event ZoneChange (ZoneInfo newZone)

Overrides: ScriptedPawn.ZoneChange


Other instance functions

See Krall instance functions.

States

TacticalMove

Inherits from: ScriptedPawn.TacticalMove

Ignores: HearNoise, SeePlayer

TacticalMove.TweenToRunning

function TweenToRunning (float tweentime)

Overrides: TweenToRunning (global)