Difference between revisions of "Necrotise"

From CrawlWiki
Jump to: navigation, search
m (Useful Info)
m (History)
 
(18 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{version029}}{{stub}}
+
{{obsolete}}
Necrotise is a level 1 [[Necromancy]] spell which fires a beam of [[negative energy]] against a single target; it must succeed against the enemy's [[willpower]] to function. If it kills the target, or the target is killed within one turn after, they will turn into a [[skeleton]] on your side.
+
{{Spell
 
+
|name=Necrotise
[[Necromancer]]s begin with this spell in their libraries. [[Kikubaaqudgha]] will also always gift this spell at 1* of piety.
+
|level=1
 
+
|school1={{Necromancy}}
==Useful Info==
+
|sources=<div>
 +
[[Book of Cantrips]]<br>[[Book of Necromancy]]
 +
</div>
 +
|castingnoise=1
 +
|spellnoise=1
 +
|power cap=25
 +
|range=5
 +
|flags=Will check, Dir or target, Needs tracer
 +
}}
 
{{AttackSpell
 
{{AttackSpell
 
|name=Necrotise
 
|name=Necrotise
Line 11: Line 19:
 
|maxsp = 25
 
|maxsp = 25
 
|range = 5
 
|range = 5
 +
|tohit = Infinite
 
|target = Beam
 
|target = Beam
|special =*Ignores [[AC]]<br>*[[Will]] resists}}
+
|special =*Ignores [[AC]]<br>*Checks [[willpower]]}}
This spell creates [[derived undead]], in the form of skeletons. [[HD]] of skeletons depends on the [[spellpower]]: <code>minion_hd = mons_hd * (100 + pow) / 300</code>. This means that at the max spellpower skeletons will have 1/2 of their original HD. Skeletons will last for around 27 turns, regardless of spellpower.
+
'''Necrotise''' is a level 1 [[Necromancy]] spell which fires a beam of [[negative energy]] against a single target; it must succeed against the enemy's [[willpower]] to function. If it kills the target, or the target is killed within 1.0 turn after, it creates a [[skeleton]] ally.
  
 +
[[Necromancer]]s begin with this spell in their libraries. [[Kikubaaqudgha]] can gift this spell at 1* of piety.
  
'''Enchantment Power'''
+
==Useful Info==
 +
Other than dealing direct damage, this spell creates [[derived undead]], in the form of skeletons.
  
This spell has a special modifier to success rate:
+
[[HD]] of skeletons depends on the [[spellpower]]: <code>minion_hd = mons_hd * (100 + pow) / 300</code>. This means that at the max spellpower skeletons will have 1/2 of their original HD. Skeletons will last for around 27 turns, regardless of spellpower. There is no limit to the amount of skeletons that you can create.
{{crawlquote|Enchantment Power: 3.5 × [[spell power]]}}
 
  
Early on, this spell is effectively 3.5 times more powerful than the "typical" Hex. However, it has such a low power cap that it becomes virtually useless against later mid-game and end-game enemies.
+
Necrotise has an [[enchantment power]] multiplier of x3.5, which makes it significantly harder to resist than other early-game spells. However, due to the low ''spell power'' cap, it struggles to affect enemies in the mid-game onwards.
  
 
==Strategy==
 
==Strategy==
*Note that your own skeletons can block Necrotise's line of fire.
+
Necrotise deals decent damage that ignores [[AC]] and [[EV]]. For an XL 1 [[Necromancer]], expect around a 60-80% chance for Necrotise to work (ignoring your own [[spell failure]] rate).
 +
 
 +
Note that your own skeletons can block Necrotise's line of fire.
  
 
==Monster Spell==
 
==Monster Spell==
Line 30: Line 42:
  
 
==History==
 
==History==
 +
*Removed in [[0.32]] and replaced by [[Soul Splinter]].
 
*Necrotise was introduced in [[0.29]], combining the effect of [[Pain]] (without the self damage) and [[Animate Skeleton]].
 
*Necrotise was introduced in [[0.29]], combining the effect of [[Pain]] (without the self damage) and [[Animate Skeleton]].

Latest revision as of 13:25, 1 September 2024

Obsolete: This article refers to an aspect of the game which has been removed. It is retained for historical reference only.
Necrotise.png Necrotise
Level 1
School1 Necromancy
Source(s)
Casting noise 1
Spell noise 1
Power Cap 25
Range 5
Flags Will check, Dir or target, Needs tracer
Spell Details
Damage Formula 1d(4 + Power/5)
Max Damage 1d9 negative energy
Max Power 25
Range 5
Targeting Beam
To-hit Infinite
Special *Ignores AC
*Checks willpower

Necrotise is a level 1 Necromancy spell which fires a beam of negative energy against a single target; it must succeed against the enemy's willpower to function. If it kills the target, or the target is killed within 1.0 turn after, it creates a skeleton ally.

Necromancers begin with this spell in their libraries. Kikubaaqudgha can gift this spell at 1* of piety.

Useful Info

Other than dealing direct damage, this spell creates derived undead, in the form of skeletons.

HD of skeletons depends on the spellpower: minion_hd = mons_hd * (100 + pow) / 300. This means that at the max spellpower skeletons will have 1/2 of their original HD. Skeletons will last for around 27 turns, regardless of spellpower. There is no limit to the amount of skeletons that you can create.

Necrotise has an enchantment power multiplier of x3.5, which makes it significantly harder to resist than other early-game spells. However, due to the low spell power cap, it struggles to affect enemies in the mid-game onwards.

Strategy

Necrotise deals decent damage that ignores AC and EV. For an XL 1 Necromancer, expect around a 60-80% chance for Necrotise to work (ignoring your own spell failure rate).

Note that your own skeletons can block Necrotise's line of fire.

Monster Spell

Monsters have access to the Pain spell, which deals the same damage but doesn't create a skeleton.

History