mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-07 05:03:31 +02:00
Added party XP thresholds to GM sheets.
This commit is contained in:
@@ -104,3 +104,6 @@ class Monster(Creature, metaclass=SpellFactory):
|
||||
def is_beast(self):
|
||||
is_beast = "beast" in self.description.lower()
|
||||
return is_beast
|
||||
|
||||
def has_feature(self, *args, **kwargs):
|
||||
return False
|
||||
|
||||
@@ -1080,7 +1080,7 @@ class Stonemelder(Monster):
|
||||
attacks. It knows the following sorcerer spells (an asterisked
|
||||
spell is from *Princes of the Apocalypse* appendix B):
|
||||
|
||||
- Cantrips (at will): acid splash, blade ward, light mending, mold earth*
|
||||
- Cantrips (at will): acid splash, blade ward, light, mending, mold earth*
|
||||
- 1st level (4 slots): expeditious retreat, false life, shield
|
||||
- 2nd level (3 slots): Maximilian's earthen grasp,* shatter
|
||||
- 3rd level (3 slots): erupting earth,* meld into stone
|
||||
@@ -1123,9 +1123,9 @@ class Stonemelder(Monster):
|
||||
climb_speed = 0
|
||||
hp_max = 75
|
||||
hit_dice = "10d8 + 30"
|
||||
spells = ["acid splash", "blade ward", "light mending", "mold earth*",
|
||||
spells = ["acid splash", "blade ward", "light", "mending", "mold earth",
|
||||
"expeditious retreat", "false life", "shield",
|
||||
"Maximilian's earthen grasp*", "shatter" "erupting earth*",
|
||||
"maximilian's earthen grasp", "shatter", "erupting earth",
|
||||
"meld into stone", "stoneskin"]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user