Drooping Stingers: Difference between revisions

From Subnautica Wiki
No edit summary
No edit summary
Tags: Visual edit apiedit
Line 5: Line 5:
|Attitude/s = [[:Category: Attitude: Neutral|Neutral]]
|Attitude/s = [[:Category: Attitude: Neutral|Neutral]]
|Biome/s = [[Caves]]
|Biome/s = [[Caves]]
|Active time = [[:Category:Cathermal|Cathermal (Night and Day)]]
|Active time = [[:Category:Cathemeral|Cathemeral (Night and Day)]]
|image = life-form hanging stinger.jpg
|image = life-form hanging stinger.jpg
}} [[Hanging Stingers]] are a [[:Category:Life Forms|Life-Form]] appearing in [[:Category:Caves|Caves]] .
}} [[Hanging Stingers]] are a [[:Category:Life Forms|life form]] appearing in [[:Category:Caves|caves]].


Looking like a hybrid between a [https://en.wikipedia.org/wiki/Sea_anemone Sea Anemone] and a [https://en.wikipedia.org/wiki/Jellyfish Jellyfish] they are attached to the rock ceiling, waiting for prey to be caught by their tentacles. Touching a [[Hanging Stingers]] causes [[Poisoned|Poison]] damage.
Looking like a hybrid between a [https://en.wikipedia.org/wiki/Sea_anemone sea anemone] and a [https://en.wikipedia.org/wiki/Jellyfish jellyfish] they are attached to the rock ceiling, waiting for prey to be caught by their tentacles. Touching a Hanging Stingers causes poison damage.


They were [http://unknownworlds.com/subnautica/hanging-stingers/ officially announced] on the Subnautica website.
They were [http://unknownworlds.com/subnautica/hanging-stingers/ officially announced] on the Subnautica website.
Line 18: Line 18:


A few key points are:
A few key points are:
*Damages anything live that touches it ([[Poisoned|Poison]] damage).
*Damages anything live that touches it (Poison damage).
*Target gets set as GameFlagState.Poisoned for 5 seconds (GameFlag.Set(obj, GameFlag.Poisoned, 5)
*Target gets set as GameFlagState.Poisoned for 5 seconds (GameFlag.Set(obj, GameFlag.Poisoned, 5)
*While poisoned, loop poison damage sound for creature, and take damage over time.
*While poisoned, loop poison damage sound for creature, and take damage over time.

Revision as of 03:24, 14 March 2015

Template:Infobox:Fauna Flora Hanging Stingers are a life form appearing in caves.

Looking like a hybrid between a sea anemone and a jellyfish they are attached to the rock ceiling, waiting for prey to be caught by their tentacles. Touching a Hanging Stingers causes poison damage.

They were officially announced on the Subnautica website. The concept art was done by Cory Strader

Behavior

Their behavior was fleshed out on this trello card.

A few key points are:

  • Damages anything live that touches it (Poison damage).
  • Target gets set as GameFlagState.Poisoned for 5 seconds (GameFlag.Set(obj, GameFlag.Poisoned, 5)
  • While poisoned, loop poison damage sound for creature, and take damage over time.
  • Smaller variants do less damage for less time (-50%), larger variants do more damage for a longer time (+50%).
  • When emissive lights on Stinger are glowing, that means the Stinger is active. After it stings a target, it becomes stops glowing for 5 to 10 seconds (random). Then it fades the glow back up over 1 second, after which time it is active again. Alternatively, the stingers could retract a bit instead of change their glow if that’s much easier.

Gallery