mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-05-18 20:23:27 +02:00
Added elemental adept
This commit is contained in:
@@ -258,6 +258,19 @@ class ElementalAffinity(Feature):
|
||||
name = "Elemental Affinity"
|
||||
source = "Sorceror (Draconic Bloodline)"
|
||||
|
||||
|
||||
class ElementalAdept(Feature):
|
||||
"""When you gain this feat, choose one of the following damage types: acid,
|
||||
cold, fire, lightning, or thunder. Spells you cast ignore resistance to damage
|
||||
of the chosen type. In addition, when you roll damage for a spell you cast
|
||||
that deals damage of that type, you can treat any 1 on a damage die as a 2.
|
||||
You can select this feat multiple times. Each time you do so, you must choose
|
||||
a different damage type.
|
||||
|
||||
"""
|
||||
name = "Elemental Adept"
|
||||
source = "Sorceror (Feats)"
|
||||
|
||||
|
||||
class DragonWings(Feature):
|
||||
"""At 14th level, you gain the ability to sprout a pair of dragon wings from
|
||||
|
||||
Reference in New Issue
Block a user