User:Toolsmith: Difference between revisions

Jump to navigation Jump to search
add metamagic tables
m (Trim spacing)
(add metamagic tables)
Line 73: Line 73:
|fields= _pageName=spell, name, is_concentration=conc, is_ritual=ritual, action_type=casttime, description, spell_level=level, can_upcast=upcastable, spell_range=range, aoe, aoe_size=area, has_attack_roll=attack, {{#if:save|save|damage_save}}=save, damage_type=damage, condition_duration=duration
|fields= _pageName=spell, name, is_concentration=conc, is_ritual=ritual, action_type=casttime, description, spell_level=level, can_upcast=upcastable, spell_range=range, aoe, aoe_size=area, has_attack_roll=attack, {{#if:save|save|damage_save}}=save, damage_type=damage, condition_duration=duration
|where={{{where|(classes HOLDS 'SORCERER' AND NOT classes HOLDS 'CLERIC' AND NOT classes HOLDS 'DRUID') AND (NOT classes HOLDS 'WIZARD') AND (is_concentration IS NULL)}}}
|where={{{where|(classes HOLDS 'SORCERER' AND NOT classes HOLDS 'CLERIC' AND NOT classes HOLDS 'DRUID') AND (NOT classes HOLDS 'WIZARD') AND (is_concentration IS NULL)}}}
|order by=spell_level,name
|limit=500
|intro={{Spell list table row/header}}
|outro={{Spell list table row/footer}}
|more results text=
|format=template
|template=Spell list table row
|named args=yes
}}
== Duration Spells for Extended Metamagic ==
=== 1 turn effects ===
{{#cargo_query:
tables = spells
|fields= _pageName=spell, name, is_concentration=conc, is_ritual=ritual, action_type=casttime, description, spell_level=level, can_upcast=upcastable, spell_range=range, aoe, aoe_size=area, has_attack_roll=attack, {{#if:save|save|damage_save}}=save, damage_type=damage, condition_duration=duration
|where={{{where|(condition_duration = 1) AND (is_npc IS NULL)}}}
|order by=spell_level,name
|limit=500
|intro={{Spell list table row/header}}
|outro={{Spell list table row/footer}}
|more results text=
|format=template
|template=Spell list table row
|named args=yes
}}
=== All the rest (non-concentration) ===
{{#cargo_query:
tables = spells
|fields= _pageName=spell, name, is_concentration=conc, is_ritual=ritual, action_type=casttime, description, spell_level=level, can_upcast=upcastable, spell_range=range, aoe, aoe_size=area, has_attack_roll=attack, {{#if:save|save|damage_save}}=save, damage_type=damage, condition_duration=duration
|where={{{where|(condition_duration NOT IN (1, 'Long Rest', 'Until Long Rest', 'Permanent')) AND (is_npc IS NULL) AND (is_concentration IS NULL)}}}
|order by=spell_level,name
|limit=500
|intro={{Spell list table row/header}}
|outro={{Spell list table row/footer}}
|more results text=
|format=template
|template=Spell list table row
|named args=yes
}}
=== All the rest (concentration) ===
{{#cargo_query:
tables = spells
|fields= _pageName=spell, name, is_concentration=conc, is_ritual=ritual, action_type=casttime, description, spell_level=level, can_upcast=upcastable, spell_range=range, aoe, aoe_size=area, has_attack_roll=attack, {{#if:save|save|damage_save}}=save, damage_type=damage, condition_duration=duration
|where={{{where|(condition_duration NOT IN (1, 'Long Rest', 'Until Long Rest', 'Permanent')) AND (is_npc IS NULL) AND (is_concentration IS NOT NULL)}}}
|order by=spell_level,name
|limit=500
|intro={{Spell list table row/header}}
|outro={{Spell list table row/footer}}
|more results text=
|format=template
|template=Spell list table row
|named args=yes
}}
== Melee Spells for Distant Metamagic ==
{{#cargo_query:
tables = spells
|fields= _pageName=spell, name, is_concentration=conc, is_ritual=ritual, action_type=casttime, description, spell_level=level, can_upcast=upcastable, spell_range=range, aoe, aoe_size=area, has_attack_roll=attack, {{#if:save|save|damage_save}}=save, damage_type=damage, condition_duration=duration
|where={{{where|spell_range = 'melee'}}}
|order by=spell_level,name
|order by=spell_level,name
|limit=500
|limit=500
20
edits

Navigation menu