Exclude emanations from the list
This commit is contained in:
@@ -53,6 +53,7 @@ def is_template_spell(spell: dnd5etools.db.spells.Spell) -> bool:
|
||||
return (
|
||||
len(spell.area_type) > 0
|
||||
and has_timed_duration(spell)
|
||||
and spell.range.type != dnd5etools.db.spells.SpellRangeType.Emanation
|
||||
and area_size_re.search(spell.description) is not None
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user