Recreated monster definitions with different restructured text layout.

This commit is contained in:
Mark Wolfman
2021-07-25 22:33:55 -05:00
parent 6bfaddf821
commit dfa47f957c
27 changed files with 5356 additions and 4750 deletions
+12 -17
View File
@@ -11,30 +11,24 @@ from dungeonsheets.stats import Ability
class Xorn(Monster):
"""
Earth Glide.
The xorn can burrow through nonmagical, unworked earth and stone. While doing so, the xorn doesn't disturb the material it moves through.
The xorn can burrow through nonmagical, unworked earth and stone.
While doing so, the xorn doesn't disturb the material it moves
through.
Stone Camouflage.
The xorn has advantage on Dexterity (Stealth) checks made to hide in rocky terrain.
The xorn has advantage on Dexterity (Stealth) checks made to hide in
rocky terrain.
Treasure Sense.
The xorn can pinpoint, by scent, the location of precious metals and stones, such as coins and gems, within 60 ft. of it.
The xorn can pinpoint, by scent, the location of precious metals and
stones, such as coins and gems, within 60 ft. of it.
Multiattack.
The xorn makes three claw attacks and one bite attack.
Bite.
Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 13 (3d6 + 3) piercing damage.
Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 13 (3d6
+ 3) piercing damage.
Claw.
Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) slashing damage.
Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 6 (1d6 +
3) slashing damage.
"""
name = "Xorn"
description = "Medium elemental, neutral"
challenge_rating = 5
@@ -54,3 +48,4 @@ class Xorn(Monster):
climb_speed = 0
hp_max = 73
hit_dice = "7d8"
spells = []