mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-07 21:23:31 +02:00
Fix some typos
This commit is contained in:
@@ -44,7 +44,7 @@ class Ankylosaurus(Monster):
|
|||||||
challenge_rating = 3
|
challenge_rating = 3
|
||||||
armor_class = 15
|
armor_class = 15
|
||||||
skills = ""
|
skills = ""
|
||||||
senses = "Passive perception 11"
|
senses = "passive Perception 11"
|
||||||
strength = Ability(19)
|
strength = Ability(19)
|
||||||
dexterity = Ability(11)
|
dexterity = Ability(11)
|
||||||
constitution = Ability(15)
|
constitution = Ability(15)
|
||||||
@@ -74,7 +74,7 @@ class Ape(Monster):
|
|||||||
challenge_rating = 1 / 2
|
challenge_rating = 1 / 2
|
||||||
armor_class = 12
|
armor_class = 12
|
||||||
skills = "Athletics +5, Perception +3"
|
skills = "Athletics +5, Perception +3"
|
||||||
senses = "Passive perception 13"
|
senses = "passive Perception 13"
|
||||||
strength = Ability(16)
|
strength = Ability(16)
|
||||||
dexterity = Ability(14)
|
dexterity = Ability(14)
|
||||||
constitution = Ability(14)
|
constitution = Ability(14)
|
||||||
@@ -109,7 +109,7 @@ class BlackBear(Monster):
|
|||||||
challenge_rating = 1 / 2
|
challenge_rating = 1 / 2
|
||||||
armor_class = 11
|
armor_class = 11
|
||||||
skills = "Perception +3"
|
skills = "Perception +3"
|
||||||
senses = "Passive perception 13"
|
senses = "passive Perception 13"
|
||||||
strength = Ability(15)
|
strength = Ability(15)
|
||||||
dexterity = Ability(10)
|
dexterity = Ability(10)
|
||||||
constitution = Ability(14)
|
constitution = Ability(14)
|
||||||
@@ -177,7 +177,7 @@ class GiantEagle(Monster):
|
|||||||
challenge_rating = 1
|
challenge_rating = 1
|
||||||
armor_class = 13
|
armor_class = 13
|
||||||
skills = "Perception +4"
|
skills = "Perception +4"
|
||||||
senses = "Passive perception 14"
|
senses = "passive Perception 14"
|
||||||
languages = "understands common and Auran but can't speak."
|
languages = "understands common and Auran but can't speak."
|
||||||
strength = Ability(16)
|
strength = Ability(16)
|
||||||
dexterity = Ability(17)
|
dexterity = Ability(17)
|
||||||
@@ -281,9 +281,9 @@ class GiantPoisonousSnake(Monster):
|
|||||||
|
|
||||||
class PoisonousSnake(Monster):
|
class PoisonousSnake(Monster):
|
||||||
"""**Bite:** Melee Weapon Attack: +5 to hit, reach 5 ft., one target.
|
"""**Bite:** Melee Weapon Attack: +5 to hit, reach 5 ft., one target.
|
||||||
Hit: 1 piercing damage, and the target must ma ke a DC 10
|
Hit: 1 piercing damage, and the target must make a DC 10
|
||||||
Constitution saving throw, taking 5 (2d4) poison dam age on a
|
Constitution saving throw, taking 5 (2d4) poison dam age on a
|
||||||
failed save, or ha lf as much damage on a successful one.
|
failed save, or half as much damage on a successful one.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
name = "Poisonous snake"
|
name = "Poisonous snake"
|
||||||
|
|||||||
Reference in New Issue
Block a user