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

Rename fat zombies to obese zombies #77202

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion data/json/monsters/zed-classic.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
{
"id": "mon_zombie_fat",
"type": "MONSTER",
"name": { "str": "fat zombie" },
"name": { "str": "obese zombie" },
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"name": { "str": "obese zombie" },
"name": { "str": "bulging zombie" },

"description": "Stumbling as it moves, this corpse of an overweight human regards its surroundings with an empty black gaze.",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"description": "Stumbling as it moves, this corpse of an overweight human regards its surroundings with an empty black gaze.",
"description": "Stumbling as it moves, this bulging bloated corpse regards its surroundings with an empty black gaze. Strange nodules, pustules and growths decorate what skin you can see.",

"copy-from": "mon_zombie",
"proportional": { "volume": 1.5, "weight": 1.5 },
Expand Down
4 changes: 2 additions & 2 deletions data/json/monsters/zed_prisoner.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
{
"id": "mon_zombie_prisoner_fat",
"type": "MONSTER",
"name": { "str": "fat prisoner zombie" },
"description": "This fat zombie wears black and white striped prisoner clothes.",
"name": { "str": "obese prisoner zombie" },
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"name": { "str": "obese prisoner zombie" },
"name": { "str": "bulging prisoner zombie" },

"description": "This obese zombie wears black and white striped prisoner clothes.",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"description": "This obese zombie wears black and white striped prisoner clothes.",
"description": "This zombie's flesh bulges out around it's black and white striped prisoner clothes. Strange nodules, pustules and growths decorate what skin you can see.",

"copy-from": "mon_zombie_fat",
"looks_like": "mon_zombie_fat",
"death_drops": "mon_zombie_prisoner_death_drops"
Expand Down
Loading