20
editsMore actions
Add stay-at-camp parent guide
(Created page with "# I make tools.") |
(Add stay-at-camp parent guide) |
||
Line 1: | Line 1: | ||
# I make tools. | # I make tools. | ||
== Full Caster Spell lists == | |||
=== Druid/Cleric exclusives === | |||
These spells likely have no scroll equivalent, so a Wizard 1 stay-at-camp parent should take Cleric 11 or Druid 11 | |||
{{#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|(classes HOLDS 'DRUID' AND classes HOLDS 'CLERIC') 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 | |||
}} | |||
=== Cleric-only exclusives === | |||
These spells likely have no scroll equivalent, so a Wizard 1 stay-at-camp parent should take Cleric 11 over Druid 11 | |||
{{#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|(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 | |||
}} | |||
=== Druid-only exclusives === | |||
These spells likely have no scroll equivalent, so a Wizard 1 stay-at-camp parent should take Druid 11 over Cleric 11 | |||
{{#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|(classes HOLDS 'DRUID' AND NOT classes HOLDS 'CLERIC') 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 | |||
}} | |||
=== Bard-only exclusives === | |||
These spells likely have no scroll equivalent, so a Wizard 1 stay-at-camp parent should take Bard 11 instead of Druid/Cleric | |||
{{#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|(classes HOLDS 'BARD' AND NOT classes HOLDS 'DRUID' AND NOT classes HOLDS 'CLERIC') 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 | |||
}} | |||
=== Sorcerer exclusives === | |||
These spells likely have no scroll equivalent, so a Wizard 1 stay-at-camp parent should take Sorcerer 11 instead of Druid/Cleric | |||
{{#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|(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 | |||
}} |