Skip to content

Final Boss

Cameron Taylor edited this page Oct 19, 2017 · 3 revisions

Wave 1: Intro

  • treasure chest starts in the middle island
  • health pickups are also distributed around the level
  • once the player gets close to the island, the wave ends

Wave 2: Kraken Takes the Chest

  • set the player to be anchored
  • disable player control
  • an "animation" plays where the kraken's tentacles grab the chest and drag it into the water
  • wave ends when chest is underwater
  • player regains control

Wave 3: tentacles attack

  • one at a time, tentacles will attack the player. an attack consists of:
    • bubbles under the player's current position for a short period of time
    • then the tentacle pops out of the water
      • if it hits the player, it grabs them and does damage
      • else, it stays up for a period of time and wiggles. this is the player's chance to attack
    • as each tentacle's health is lower, these times speed up
  • once all tentacles are defeated, the wave is over

Wave 4: tentacles attack stronger

  • now they attack in groups 8 total tentacles
  • randomly execute attacks
    • attack 1: spawn in a circle around the player
    • attack 2: rapidly spawn where the player is
  • once all tentacles are gone, wave ends

Wave 5: full kraken

  • the head and all tentacles appear. each have their own health
  • the head is stationary, but the tentacles travel around
  • once all are dead, the wave is over.

Wave 6: treasure reappears

  • an "animation" plays that spawns the chest again on the middle island
  • wave ends

Wave 7: treasure!

  • once the player gets close to the chest, the chest bursts open
  • the player has 60 seconds to collect as much as possible
  • the wave ends and a congrats message appears

Assets

Info related to the various assets in the game

Images

Shaders

Music


Actors

Info related to the player and enemies present in the game.

Stats

Ship Statistics

Movement

Brains

AI in Waypoint


Scenes

Info related to the structure of the scenes in the game.

In Levels

zPositions

Final Boss

World Map

Clone this wiki locally