Instant death: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
(→‎Methods of Instant Death: add stone gaze message)
(→‎Methods of Instant Death: add flux death message)
Line 18: Line 18:
| Getting hit by the gaze of a {{Favilink|lithofex}} (including your own if you are a lithofex and gaze at a {{favilink|mirror shard}})  || Yes || You were turned to stone by the gaze of a lithofex.{{Code Reference | namespace = XRL.World.Parts.Mutation | class = StoneGaze | method = performGaze}}
| Getting hit by the gaze of a {{Favilink|lithofex}} (including your own if you are a lithofex and gaze at a {{favilink|mirror shard}})  || Yes || You were turned to stone by the gaze of a lithofex.{{Code Reference | namespace = XRL.World.Parts.Mutation | class = StoneGaze | method = performGaze}}
|-
|-
| Drinking {{Favilink|neutron flux}} (''specifically'' drinking it) || ||
| Drinking {{Favilink|neutron flux}} (''specifically'' drinking it) || || You were crushed under the weight of a thousand suns.{{Code Reference | namespace = XRL.Liquids | class = LiquidNeutronFlux | method = Drank}}
|-
|-
| Being turned into a gem by a [[Transmute into Gem|gemming]] attack || Yes ||
| Being turned into a gem by a [[Transmute into Gem|gemming]] attack || Yes ||

Revision as of 02:56, 22 December 2020

The subject of this article or section has no official name presented in-game. As a result, a name for it was chosen at the discretion of wiki editors.

While usually creatures in Qud die only by taking sufficient damage, some methods of death bypass damage altogether and kill regardless of how much HP one has.

Methods of Instant Death

Some methods will kill the player even if they are currently dominating another creature, and that creature is the one affected. Those methods have a “Yes” in the second column.

Method Kills dominator? Message
Reaching higher than 10,000°, causing instant vaporization You were vaporized.[1]
Losing your last remaining head to decapitation You were decapitated by [someone].[2]
Violating the Pauli exclusion principle while phasing You violated the Pauli exclusion principle.[3]
Getting hit by the gaze of a lithofex (including your own if you are a lithofex and gaze at a mirror shard) Yes You were turned to stone by the gaze of a lithofex.[4]
Drinking neutron flux (specifically drinking it) You were crushed under the weight of a thousand suns.[5]
Being turned into a gem by a gemming attack Yes
Dropping below 1 Willpower while wielding the amaranthine prism You had a dream, which was not all a dream. The bright sun was extinguish'd, and the stars did wander darkling in the eternal space.[6]
Being any temporary forcefield (such as from a stasis grenade mk I, Force Bubble, or Force Wall) who was animated with Spray-a-Brain and running out the duration of the effect that spawned you (or, in the case of Grit Gate's entrance barrier, walking away so that you are disconnected from the originating force projector) Yes
Running out the duration of Temporal Fugue when one is a fugue clone (Domination works on other creatures' fugue clones but not your own) Yes

Not Normally Possible for the Player

The following methods of instant death are impossible for the player to do without wishes.

Method Kills dominator? Message
Having one's fusion reactor deactivated, such as by becoming broken from examining oneself, when one is a norm core(favilink error!) Your flywheel failed catastrophically.[7]
Being shot with a nullray pistol when one is normality gas You were cancelled from existence.[8]

References

  1. XRL.World.Parts.Physics, method UpdateTemperature
  2. XRL.World.Parts.Skill.Axe_Decapitate, method Decapitate
  3. XRL.World.Effects.Phased, method Remove
  4. XRL.World.Parts.Mutation.StoneGaze, method performGaze
  5. XRL.Liquids.LiquidNeutronFlux, method Drank
  6. XRL.World.Parts.CyclopeanPrism, method FireEvent, in the "BeginTakeAction" case
  7. XRL.World.Parts.FusionReactor, method HandleEvent(EffectAppliedEvent)
  8. XRL.World.Parts.DestroyContiguous, method ChainDestroy