From 2c2d549380537b3d05ac3d8c2618df6a2c8a5b6d Mon Sep 17 00:00:00 2001 From: bloodbowel <177868717+bloodbowel@users.noreply.github.com> Date: Mon, 19 Aug 2024 22:27:58 -0500 Subject: [PATCH 1/2] add zombie to prisoner variant names, shorten to prison zombie --- data/json/monsters/zed_prisoner.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/json/monsters/zed_prisoner.json b/data/json/monsters/zed_prisoner.json index 295145cc9f34c..24893367ee8bc 100644 --- a/data/json/monsters/zed_prisoner.json +++ b/data/json/monsters/zed_prisoner.json @@ -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", @@ -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", @@ -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", @@ -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", From 708ed98c7424f3b5c1265579da8ab84d83bf7266 Mon Sep 17 00:00:00 2001 From: bloodbowel <177868717+bloodbowel@users.noreply.github.com> Date: Tue, 20 Aug 2024 22:30:26 -0500 Subject: [PATCH 2/2] revert names to "prisoner zombie" --- data/json/monsters/zed_prisoner.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/json/monsters/zed_prisoner.json b/data/json/monsters/zed_prisoner.json index 24893367ee8bc..dfc51ac94e91e 100644 --- a/data/json/monsters/zed_prisoner.json +++ b/data/json/monsters/zed_prisoner.json @@ -2,7 +2,7 @@ { "id": "mon_zombie_prisoner", "type": "MONSTER", - "name": { "str": "prison zombie" }, + "name": { "str": "prisoner 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", @@ -14,7 +14,7 @@ { "id": "mon_zombie_prisoner_brute", "type": "MONSTER", - "name": { "str": "prison zombie brute" }, + "name": { "str": "prisoner zombie brute" }, "description": "This muscular zombie wears black and white striped prisoner clothes.", "copy-from": "mon_zombie_brute", "looks_like": "mon_zombie_brute", @@ -23,7 +23,7 @@ { "id": "mon_zombie_prisoner_fat", "type": "MONSTER", - "name": { "str": "fat prison zombie" }, + "name": { "str": "fat prisoner zombie" }, "description": "This fat zombie wears black and white striped prisoner clothes.", "copy-from": "mon_zombie_fat", "looks_like": "mon_zombie_fat", @@ -32,7 +32,7 @@ { "id": "mon_zombie_prisoner_tough", "type": "MONSTER", - "name": { "str": "tough prison zombie" }, + "name": { "str": "tough prisoner zombie" }, "description": "This tough-looking zombie wears black and white striped prisoner clothes.", "copy-from": "mon_zombie_tough", "looks_like": "mon_zombie_tough",