Cleaned up the PDF for GM monster stats.

This commit is contained in:
Mark Wolfman
2021-06-09 21:22:12 -05:00
parent 62f6876f69
commit bd895c4efc
12 changed files with 490 additions and 80 deletions
+12 -5
View File
@@ -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"