mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-07 05:03:31 +02:00
Recreated monster definitions with different restructured text layout.
This commit is contained in:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user