Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changed the descriptions of crow and raven so they more accurately describe their relative sizes. #76296

Merged
merged 2 commits into from
Sep 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions data/json/monsters/bird.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
"id": "mon_crow",
"type": "MONSTER",
"name": { "str": "American crow" },
"description": "A fairly large, elegant black bird, famous for its distinctive call. An intelligent bird, there is a glitter of mischief behind its eyes.",
"description": "Sleek and glossy feathers cover this dark bird. Its pointed bill and more streamlined body distinguish it from the larger, stouter raven. They call with loud caws and if captured can be taught to mimic human speech.",
"copy-from": "mon_bird_flying_base",
"volume": "600 ml",
"weight": "450 g",
Expand All @@ -177,7 +177,7 @@
"id": "mon_raven",
"type": "MONSTER",
"name": { "str": "raven" },
"description": "A small, elegant black bird, famous for its distinctive call. A clever bird, there is a glitter of mischief behind its eyes.",
"description": "Slightly smaller than a chicken, this glossy black bird has a heavy beak and dark, sparkly eyes. It emits a variety of sounds including croaks and a knocking sound.",
"copy-from": "mon_bird_flying_base",
"volume": "1960 ml",
"weight": "1470 g",
Expand Down
Loading