Skip to content

Commit

Permalink
add zombie to prisoner variant names, shorten to prison zombie
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodbowel authored Aug 20, 2024
1 parent b2d3edf commit 2c2d549
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/json/monsters/zed_prisoner.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"id": "mon_zombie_prisoner",
"type": "MONSTER",
"name": { "str": "prisoner zombie" },
"name": { "str": "prison zombie" },
"description": "Apparently this zombie was doing time when the Cataclysm struck. It wears black and white striped prisoner clothes, and tattoos can be seen on its decaying skin.",
"copy-from": "mon_zombie",
"looks_like": "mon_zombie",
Expand All @@ -14,7 +14,7 @@
{
"id": "mon_zombie_prisoner_brute",
"type": "MONSTER",
"name": { "str": "prisoner brute" },
"name": { "str": "prison zombie brute" },
"description": "This muscular zombie wears black and white striped prisoner clothes.",
"copy-from": "mon_zombie_brute",
"looks_like": "mon_zombie_brute",
Expand All @@ -23,7 +23,7 @@
{
"id": "mon_zombie_prisoner_fat",
"type": "MONSTER",
"name": { "str": "fat prisoner" },
"name": { "str": "fat prison zombie" },
"description": "This fat zombie wears black and white striped prisoner clothes.",
"copy-from": "mon_zombie_fat",
"looks_like": "mon_zombie_fat",
Expand All @@ -32,7 +32,7 @@
{
"id": "mon_zombie_prisoner_tough",
"type": "MONSTER",
"name": { "str": "tough prisoner" },
"name": { "str": "tough prison zombie" },
"description": "This tough-looking zombie wears black and white striped prisoner clothes.",
"copy-from": "mon_zombie_tough",
"looks_like": "mon_zombie_tough",
Expand Down

0 comments on commit 2c2d549

Please sign in to comment.