Classes:LoreShot

From ZDoom Wiki

Jump to: navigation, search
Loremaster grappling hook
Actor type Explosive Game
DoomEd Number None Class Name LoreShot
Conversation ID 97 Puzzle Item ID N/A

Classes: LoreShot

This actor needs a description.

DECORATE definition

ACTOR LoreShot native
{
  ConversationID 97,-1,-1
  Speed 20
  Height 14
  Radius 10
  Projectile
  +STRIFEDAMAGE
  Damage 2
  MaxStepHeight 4
  SeeSound "loremaster/chain"
  ActiveSound "loremaster/swish"

  action native A_LoremasterChain();

  States
  {
  Spawn:
    OCLW A 2 A_LoremasterChain
    Loop
  Death:
    OCLW A 6
    Stop
  }
}
Personal tools