Necromancy: Difference between revisions

Jump to navigation Jump to search
mNo edit summary
(Added is_spell check)
Line 7: Line 7:
== List of necromancy spells granted by class or through scrolls ==
== List of necromancy spells granted by class or through scrolls ==
{{Spell table
{{Spell table
|where=spell_school="Necromancy" AND (classes HOLDS "Wizard" OR classes HOLDS "Sorcerer" OR classes HOLDS "Cleric" OR classes HOLDS "Bard" OR classes HOLDS "Ranger" OR classes HOLDS "Druid" OR classes HOLDS "Paladin" OR classes HOLDS "Warlock") AND (is_npc = false OR is_npc IS NULL)
|where=spell_school="Necromancy" AND is_spell="1" AND (classes HOLDS "Wizard" OR classes HOLDS "Sorcerer" OR classes HOLDS "Cleric" OR classes HOLDS "Bard" OR classes HOLDS "Ranger" OR classes HOLDS "Druid" OR classes HOLDS "Paladin" OR classes HOLDS "Warlock") AND (is_npc = false OR is_npc IS NULL)
}}
}}


== List of necromancy spells granted by items ==
== List of necromancy spells granted by items ==
{{Spell table
{{Spell table
|where=spell_school="Necromancy" AND classes HOLDS NOT "Wizard" AND classes HOLDS NOT "Sorcerer" AND classes HOLDS NOT "Cleric" AND classes HOLDS NOT "Bard" AND classes HOLDS NOT "Ranger" AND classes HOLDS NOT "Druid" AND classes HOLDS NOT "Paladin" AND classes HOLDS NOT "Warlock" AND (is_npc = false OR is_npc IS NULL)
|where=spell_school="Necromancy" AND is_spell="1" AND classes HOLDS NOT "Wizard" AND classes HOLDS NOT "Sorcerer" AND classes HOLDS NOT "Cleric" AND classes HOLDS NOT "Bard" AND classes HOLDS NOT "Ranger" AND classes HOLDS NOT "Druid" AND classes HOLDS NOT "Paladin" AND classes HOLDS NOT "Warlock" AND (is_npc = false OR is_npc IS NULL)
}}
}}


=== List of necromancy spells available only to NPCs ===
=== List of necromancy spells available only to NPCs ===
{{Spell table
{{Spell table
|where=spell_school="Necromancy" AND is_npc = true
|where=spell_school="Necromancy" AND is_spell="1" AND is_npc = true
}}
}}