I don't need to test my programs. I have an error-correcting modem.
Difference between revisions of "Legacy:Squid"
From Unreal Wiki, The Unreal Engine Documentation Site
m (Added "Category Class (UT)" reference) |
|||
Line 1: | Line 1: | ||
− | {{classbox| [[Legacy:UT|UT]] :: [[Legacy:Actor (UT)|Actor (UT)]] >> [[Legacy:Pawn (UT)|Pawn (UT)]] >> [[Legacy:ScriptedPawn|ScriptedPawn]] >> Squid}} | + | {{classbox| [[Legacy:UT|UT]] :: [[Legacy:Actor (UT)|Actor (UT)]] >> [[Legacy:Pawn (UT)|Pawn (UT)]] >> [[Legacy:ScriptedPawn|ScriptedPawn]] >> Squid (Package: UnrealI)}} |
− | A water creature with six tentacles that swims around in water. Uses melee attacks | + | A water creature with six tentacles that swims around in water. Uses the melee attacks slap, grab and thrust. Jumps around when out of water. |
− | + | [[Image:Legacy_scriptedpawn.squid.png|center|The Squid. Most likely you'll only see the six tentacles and the mouth. ;)]] | |
− | + | ||
− | + | ||
− | + | ==Properties == | |
− | + | ||
− | + | The Squid has a default health of 260. | |
− | + | ||
− | === | + | ===Squid Group === |
+ | ; byte SlapDamage : Slap and grab damage. Defaults to 30. | ||
+ | ; byte ThrustDamage : Defaults to 35. | ||
− | + | ===Sounds Group === | |
+ | ; Sound thrust : | ||
+ | ; Sound slapgrabhit : | ||
+ | ; Sound thrusthit : | ||
+ | ; Sound slap : | ||
+ | ; Sound turn : | ||
+ | ; Sound grab : | ||
+ | ; Sound spin : | ||
+ | ; Sound flop : | ||
− | + | ==Comments == | |
− | + | ||
+ | '''Wormbo:''' Any information about a Squid's size? | ||
+ | |||
+ | [[Category:Legacy Class (UT)|{{PAGENAME}}]] |
Revision as of 18:08, 19 May 2004
A water creature with six tentacles that swims around in water. Uses the melee attacks slap, grab and thrust. Jumps around when out of water.
Properties
The Squid has a default health of 260.
Squid Group
- byte SlapDamage
- Slap and grab damage. Defaults to 30.
- byte ThrustDamage
- Defaults to 35.
Sounds Group
- Sound thrust
- Sound slapgrabhit
- Sound thrusthit
- Sound slap
- Sound turn
- Sound grab
- Sound spin
- Sound flop
Comments
Wormbo: Any information about a Squid's size?