From 79510060d3bd99b71d0f6fde0081b14f59d5e695 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 9 May 2021 12:41:21 -0700 Subject: Add patch for medical zombie names Add patch to nerf light-step Update tileset and soundpack --- 0016-medical-zombies-called-zombies.patch | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 0016-medical-zombies-called-zombies.patch (limited to '0016-medical-zombies-called-zombies.patch') diff --git a/0016-medical-zombies-called-zombies.patch b/0016-medical-zombies-called-zombies.patch new file mode 100644 index 0000000..fe0b222 --- /dev/null +++ b/0016-medical-zombies-called-zombies.patch @@ -0,0 +1,29 @@ +--- a/data/json/monsters/zed_medical.json ++++ b/data/json/monsters/zed_medical.json +@@ -2,7 +2,7 @@ + { + "id": "mon_zombie_nurse", + "type": "MONSTER", +- "name": { "str": "nurse" }, ++ "name": { "str": "zombie nurse" }, + "description": "Instead of one of its forearms, this zombie has a muscular tube ending in a stinger that is moist with stringy slime. It is single-mindedly focused on using just that one limb to fight.", + "default_faction": "zombie", + "bodytype": "human", +@@ -33,7 +33,7 @@ + "id": "mon_zombie_surgeon", + "type": "MONSTER", + "copy-from": "mon_zombie_nurse", +- "name": { "str": "surgeon" }, ++ "name": { "str": "zombie surgeon" }, + "description": "A dripping stinger where one hand would be, a set of razor-like claws in place of the other one. This zombie's cold, focused eyes look down at you from above a \"mask\" of melded flesh.", + "default_faction": "zombie", + "hp": 150, +@@ -58,7 +58,7 @@ + "id": "mon_zombie_vivisector", + "type": "MONSTER", + "copy-from": "mon_zombie_surgeon", +- "name": { "str": "vivisector" }, ++ "name": { "str": "zombie vivisector" }, + "description": "This humanoid has a long bone \"syringe\" in place of one forearm, a large saw as the opposing hand, and a pair of digitigrade legs ending in raptor-like feet. Its head is featureless, except for its \"human\" eyes, which smile with inhuman malice and scorn.", + "default_faction": "zombie", + "color": "light_green_white", -- cgit v1.2.1