Abjuration: Difference between revisions

Jump to navigation Jump to search
513 bytes added ,  20 December 2023
Updated cargo query
(Split npc/player spells into separate tables)
(Updated cargo query)
Line 6: Line 6:
== List of Abjuration spells ==
== List of Abjuration spells ==
{{Spell table
{{Spell table
|where=spell_school="Abjuration" AND classes HOLDS NOT NULL AND (is_npc = false OR is_npc IS NULL)
|where=spell_school="Abjuration" 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)
}}
}}


=== NPC/Item Only ===
=== Item Only ===
{{Spell table
{{Spell table
|where=spell_school="Abjuration" AND (is_npc = true OR classes HOLDS NULL)
|where=spell_school="Abjuration" 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)
}}
 
=== NPC Only ===
{{Spell table
|where=spell_school="Abjuration" AND is_npc = true
}}
}}


{{back to top}}
{{back to top}}
{{navSpells}}
{{navSpells}}

Navigation menu