Difference between revisions of "Malign Gateway"

From CrawlWiki
Jump to: navigation, search
m (Effect: Fix formula.)
(Update to 0.23)
Line 1: Line 1:
{{version|0.19}}
+
{{version023}}
 
{{spell info}}
 
{{spell info}}
  
Line 7: Line 7:
 
Opens a up a gateway for eldritch tentacle in a random nearby location with floor or shallow water and no adjacent walls. Higher [[spell power]] makes the tentacle remain friendly longer.
 
Opens a up a gateway for eldritch tentacle in a random nearby location with floor or shallow water and no adjacent walls. Higher [[spell power]] makes the tentacle remain friendly longer.
  
It takes ''1 + 1d3'' turns before a tentacle emerges from the gateway.<ref>{{source ref|0.19.0|spl-summoning.cc|1317}}</ref> The tentacle stays friendly for ''(1d<power> + 5d(<power> + 1)) / 6 - 1 - (1d4 - 1)'' turns<ref>{{source ref|0.19.0|timed_effects.cc|1641}}</ref>, or until the gateway is closed and the tentacle is severed.
+
It takes <code>1 + 1d3</code> turns before a tentacle emerges from the gateway.<ref>{{source ref|0.23.0|spl-summoning.cc|1305}}</ref> The tentacle stays friendly for <code>(1d<power> + 5d(<power> + 1)) / 6 - 1 - (1d4 - 1)</code> turns<ref>{{source ref|0.23.0|timed-effects.cc|1109}}</ref>, or until the gateway is closed and the tentacle is severed.
  
There can only be one such portal open at a time. This means that if you cast the spell, enemies who know the spell will be unable to cast it until yours closes (and vice versa).
+
There can only be one such portal open at a time. This means that if you cast the spell, enemies who know the spell will be unable to cast it until yours closes (and vice versa). A second portal can be opened by a [[hell effect]] though.
  
 
==Strategy==
 
==Strategy==
Line 16: Line 16:
 
*This spell requires an open area to cast. Attempts to cast in a narrow corridor will fail.
 
*This spell requires an open area to cast. Attempts to cast in a narrow corridor will fail.
 
*The tentacle can attack outside of the player's [[line of sight]].
 
*The tentacle can attack outside of the player's [[line of sight]].
*Eldritch tentacles cannot be hasted or abjured.
+
*Eldritch tentacles cannot be abjured.
  
 
==History==
 
==History==

Revision as of 22:59, 24 July 2019

Version 0.23: This article may not be up to date for the latest stable release of Crawl.
Malign gateway.png Malign Gateway
Level 7
School1 Summoning
School2 Translocation
Source(s) Grand Grimoire
Casting noise 6
Spell noise 0
Power Cap 200
Flags Chaotic, Unholy
Tears a gash in reality, creating a self-sustained but temporary portal to an unknown, tainted otherworld. It requires open space to succeed. After a short time, a powerful clawed tentacle will reach through the portal, remaining bound to the caster's will for a duration depending on power. With the portal's expiry, the tentacle will be severed and turn on the caster. The duration of the portal increases with spell power.

Malign Gateway is a level 7 Summoning/Translocation spell which summons a portal through which an eldritch tentacle emerges.

Effect

Opens a up a gateway for eldritch tentacle in a random nearby location with floor or shallow water and no adjacent walls. Higher spell power makes the tentacle remain friendly longer.

It takes 1 + 1d3 turns before a tentacle emerges from the gateway.[1] The tentacle stays friendly for (1d<power> + 5d(<power> + 1)) / 6 - 1 - (1d4 - 1) turns[2], or until the gateway is closed and the tentacle is severed.

There can only be one such portal open at a time. This means that if you cast the spell, enemies who know the spell will be unable to cast it until yours closes (and vice versa). A second portal can be opened by a hell effect though.

Strategy

  • Eldritch tentacles are powerful and fast, capable of hitting the average monster for up to 70 HP of chaotic damage per attack and inflicting all manner of extra effects with each hit.
  • Although extremely powerful, the tentacle is not summoned instantaneously. Several turns will pass before the tentacle emerges from the portal. Plan accordingly, and use other summoned allies in the meantime.
  • This spell requires an open area to cast. Attempts to cast in a narrow corridor will fail.
  • The tentacle can attack outside of the player's line of sight.
  • Eldritch tentacles cannot be abjured.

History

  • Prior to 0.17, casting this spell had a 20% chance of causing 1d3 points of temporary Intelligence damage.
  • Malign Gateway was added in 0.8.

References