There is no spoon

Difference between revisions of "Legacy:Squid"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
m
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{classbox| [[Legacy:UT|UT]] :: [[Legacy:Actor (UT)|Actor (UT)]] >> [[Legacy:Pawn (UT)|Pawn (UT)]] >> [[Legacy:ScriptedPawn|ScriptedPawn]] >> Squid (Package: UnrealI)}}
+
{{classbox| [[Legacy:UT|UT]] :: [[Legacy:Actor (UT)|Actor (UT)]] >> [[Legacy:Pawn (UT)|Pawn (UT)]] >> [[Legacy:ScriptedPawn|ScriptedPawn]] >> Squid}}
  
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.
+
A water creature with six tentacles that swims around in water.  Uses melee attacks called Slap 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. ;)]]
+
===Squid Properties ===
 +
*SlapDamage
 +
**Default: 30
  
==Properties==
+
*ThrustDamage
 +
**Default: 35
  
The Squid has a default health of 260.
+
*Health
 +
**Default: 260
  
===Main===
+
===Comments ===
; byte SlapDamage : Slap and grab damage. Defaults to 30.
+
; byte ThrustDamage : Defaults to 35.
+
  
===Sounds===
+
''Ike Bart:'' This is just a start.
; Sound thrust :
+
; Sound slapgrabhit :
+
; Sound thrusthit :
+
; Sound slap :
+
; Sound turn :
+
; Sound grab :
+
; Sound spin :
+
; Sound flop :  
+
  
==Comments ==
+
category to do:
 
+
* Post picture of a Squid here.
'''Wormbo:''' Any information about a Squid's size?
+
 
+
[[Category:Legacy Class (UT)|{{PAGENAME}}]]
+

Revision as of 04:24, 22 December 2002

UT :: Actor (UT) >> Pawn (UT) >> ScriptedPawn >> Squid

A water creature with six tentacles that swims around in water. Uses melee attacks called Slap and Thrust. Jumps around when out of water.

Squid Properties

  • SlapDamage
    • Default: 30
  • ThrustDamage
    • Default: 35
  • Health
    • Default: 260

Comments

Ike Bart: This is just a start.

category to do:

  • Post picture of a Squid here.