Skip to content

fix: Bone Devil CR, XP, passive perception#531

Merged
bagelbits merged 1 commit into5e-bits:mainfrom
oznogon:530-bone-devil
Feb 6, 2023
Merged

fix: Bone Devil CR, XP, passive perception#531
bagelbits merged 1 commit into5e-bits:mainfrom
oznogon:530-bone-devil

Conversation

@oznogon
Copy link
Copy Markdown
Contributor

@oznogon oznogon commented Feb 4, 2023

What does this do?

Fix transposed numbers on the Bone Devil monster entry, and a typo.

How was it tested?

docker build -t 5e-database . && docker run -p 27017:27017 -i -t 5e-database:latest
mongo 5e-database
> db['monsters'].find({ name: "Bone Devil" }, { xp: 1, challenge_rating: 1, senses: 1 }).pretty()
{
	"_id" : ObjectId("63de93d1149d54c9ff6c774f"),
	"senses" : {
		"darkvision" : "120 ft.",
		"passive_perception" : 12
	},
	"challenge_rating" : 9,
	"xp" : 5000
}

Is there a Github issue this is resolving?

Fixes #530.

Did you update the docs in the API? Please link an associated PR if applicable.

Couldn't find any docs that needed changing.

Here's a fun image for your troubles

66620fc15fe7583871a59eb87e520d0f--peanut-butter-snacks-drake-cake

Fix transposed numbers on the Bone Devil monster entry, and a typo.
@bagelbits bagelbits merged commit dab45db into 5e-bits:main Feb 6, 2023
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 6, 2023

🎉 This PR is included in version 3.1.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bone Devil monster has wrong challenge rating?

2 participants