mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-07 13:15:53 +02:00
Cleaned up the PDF for GM monster stats.
This commit is contained in:
@@ -237,12 +237,19 @@ class Hippogriff(Monster):
|
||||
|
||||
|
||||
class Hobgoblin(Monster):
|
||||
"""
|
||||
**Martial Advantage**: Once per turn, the hobgoblin can deal an extra 7 (2d6) damage to a creature it hits with a weapon attack if that creature is within 5 ft. of an ally of the hobgoblin that isn't incapacitated.
|
||||
"""Martial Advantage.
|
||||
Once per turn, the hobgoblin can deal an extra 7 (2d6) damage to
|
||||
a creature it hits with a weapon attack if that creature is
|
||||
within 5 ft. of an ally of the hobgoblin that isn't
|
||||
incapacitated.
|
||||
Longsword.
|
||||
*Melee Weapon Attack:* +3 to hit, reach 5 ft., one target. *Hit:*
|
||||
5 (1d8+1) slashing damage, or 6 (1d10+1) slashing damage if
|
||||
used with two hands.
|
||||
Longbow.
|
||||
*Ranged Weapon Attack:* +3 to hit, range 150/600 ft., one
|
||||
target. *Hit:* 5 (1d8+1) piercing damage.
|
||||
|
||||
**Longsword**: Melee Weapon Attack: +3 to hit, reach 5 ft., one target. Hit: 5 (1d8 + 1) slashing damage, or 6 (1d10 + 1) slashing damage if used with two hands.
|
||||
|
||||
**Longbow**: Ranged Weapon Attack: +3 to hit, range 150/600 ft., one target. Hit: 5 (1d8 + 1) piercing damage.
|
||||
"""
|
||||
|
||||
name = "Hobgoblin"
|
||||
|
||||
Reference in New Issue
Block a user