Skip to content

Commit dab45db

Browse files
authored
fix: Bone Devil CR, XP, passive perception (#531)
Fix transposed numbers on the Bone Devil monster entry, and a typo.
1 parent ca88bd6 commit dab45db

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/5e-SRD-Monsters.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9533,11 +9533,11 @@
95339533
],
95349534
"senses": {
95359535
"darkvision": "120 ft.",
9536-
"passive_perception": 9
9536+
"passive_perception": 12
95379537
},
95389538
"languages": "Infernal, telepathy 120 ft.",
9539-
"challenge_rating": 12,
9540-
"xp": 8400,
9539+
"challenge_rating": 9,
9540+
"xp": 5000,
95419541
"special_abilities": [
95429542
{
95439543
"name": "Devil's Sight",
@@ -9583,7 +9583,7 @@
95839583
},
95849584
{
95859585
"name": "Sting",
9586-
"desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 13 (2d8 + 4) piercing damage plus 17 (5d6) poison damage, and the target must succeed on a DC 14 Constitution saving throw or become poisoned for 1 minute. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success .",
9586+
"desc": "Melee Weapon Attack: +8 to hit, reach 10 ft., one target. Hit: 13 (2d8 + 4) piercing damage plus 17 (5d6) poison damage, and the target must succeed on a DC 14 Constitution saving throw or become poisoned for 1 minute. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.",
95879587
"attack_bonus": 8,
95889588
"damage": [
95899589
{

0 commit comments

Comments
 (0)