Transmutation: Difference between revisions

Jump to navigation Jump to search
711 bytes added ,  20 December 2023
Split table into 3 categories
No edit summary
(Split table into 3 categories)
Line 7: Line 7:


== List of Transmutation spells ==
== List of Transmutation spells ==
{{Spell table
{{Spell table
|where=spell_school="Transmutation"
|where=spell_school="Transmutation" 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)
}}
 
=== Item/Variant spells ===
{{Spell table
|where=spell_school="Transmutation" 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="Transmutation" AND is_npc = true
}}
}}


Navigation menu