ACTOR Katalyst 10000
{
  Radius 15
  Height 60
  ProjectilePassHeight -16
  +SOLID
  States
  {
  Spawn:
    KATA ABCDEFGHIJKLMNOP 6 Bright
    Loop
  }
}

ACTOR HousePlant1 10001
{
  Radius 15
  Height 60
  ProjectilePassHeight -16
  +SOLID
  States
  {
  Spawn:
    HPLA A 1
	Loop
  }
}

ACTOR KatalystPlushie 10002
{
  Radius 16
  Height 16
  ProjectilePassHeight -16
  +SOLID
  States
  {
  Spawn:
    KATP A 1
	Loop
  }
}

ACTOR SkullSpinny 10003
{
  Radius 15
  Height 60
  ProjectilePassHeight -16
  +SOLID
  States
  {
  Spawn:
    SPUL ABCDEFGHI 4
    Loop
  }
}

ACTOR Mother 10004
{
  Radius 31
  Height 63
  ProjectilePassHeight -16
  +SOLID
  States
  {
  Spawn:
    ALQU A 1 Bright
	Loop
  }
}

ACTOR Melancholy 10005
{
  Radius 15
  Height 60
  ProjectilePassHeight -16
  +SOLID
  States
  {
  Spawn:
    MELA A 1
    Loop
  }
}

ACTOR SleepyKatrina 10006
{
  Radius 15
  Height 60
  ProjectilePassHeight -16
  +SOLID
  States
  {
  Spawn:
    SLEP AB 15
    Loop
  }
}