From 97fcb73d7461b9c68297a98f984674676379a8df Mon Sep 17 00:00:00 2001 From: potato Date: Fri, 11 Sep 2026 21:43:02 -0500 Subject: [PATCH 1/3] init --- data/entity/npc/monster/undead/corpse/corpse.npcs.toml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/data/entity/npc/monster/undead/corpse/corpse.npcs.toml b/data/entity/npc/monster/undead/corpse/corpse.npcs.toml index eb9c0730e2..f4377edf39 100644 --- a/data/entity/npc/monster/undead/corpse/corpse.npcs.toml +++ b/data/entity/npc/monster/undead/corpse/corpse.npcs.toml @@ -1,10 +1,12 @@ +## Source for categories: https://runescape.wiki +## Was the undead tag used back then? Or is that only used for The Raptor? Adding just in case. [corpse_spider] id = 7914 hitpoints = 47 combat_def = "corpse_spider" respawn_delay = 3 drop_table = "corpse_spider" -categories = ["corpse_spider"] +categories = ["spider", "zombie", "undead"] examine = "A wretched dead soul forced into a spider's shape." [crawling_corpse_torso] @@ -13,7 +15,7 @@ hitpoints = 87 combat_def = "crawling_corpse_torso" respawn_delay = 3 drop_table = "crawling_corpse_torso" -categories = ["crawling_corpse_torso"] +categories = ["zombie", "undead"] examine = "A wretched creature brought back against its will." [crawling_corpse_torso_1] @@ -34,7 +36,7 @@ hitpoints = 90 combat_def = "corpse_archer" respawn_delay = 3 drop_table = "corpse_archer" -categories = ["corpse_archer"] +categories = ["zombie", "undead"] examine = "Bones and arrows." [corpse_archer_1] @@ -75,7 +77,7 @@ hitpoints = 99 combat_def = "corpse_mage" respawn_delay = 3 drop_table = "corpse_mage" -categories = ["corpse_mage"] +categories = ["zombie", "undead"] examine = "It casts the magic of death to ease its suffering." [corpse_mage_1] From f3c7c6950cdc36f8f834a30e644ec3fdc4d253ff Mon Sep 17 00:00:00 2001 From: potato Date: Sat, 12 Sep 2026 14:13:22 -0500 Subject: [PATCH 2/3] Added slayer xp and fixed typos in the categories. Properly tested corpse_spider this time around and confirmed it gives exp as expected. --- .../npc/monster/undead/corpse/corpse.npcs.toml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/data/entity/npc/monster/undead/corpse/corpse.npcs.toml b/data/entity/npc/monster/undead/corpse/corpse.npcs.toml index f4377edf39..eea661f19c 100644 --- a/data/entity/npc/monster/undead/corpse/corpse.npcs.toml +++ b/data/entity/npc/monster/undead/corpse/corpse.npcs.toml @@ -1,4 +1,4 @@ -## Source for categories: https://runescape.wiki +## Source for categories and xp: https://runescape.wiki ## Was the undead tag used back then? Or is that only used for The Raptor? Adding just in case. [corpse_spider] id = 7914 @@ -6,7 +6,8 @@ hitpoints = 47 combat_def = "corpse_spider" respawn_delay = 3 drop_table = "corpse_spider" -categories = ["spider", "zombie", "undead"] +categories = ["spiders", "zombies", "undead"] +slayer_xp = 6.6 examine = "A wretched dead soul forced into a spider's shape." [crawling_corpse_torso] @@ -15,7 +16,8 @@ hitpoints = 87 combat_def = "crawling_corpse_torso" respawn_delay = 3 drop_table = "crawling_corpse_torso" -categories = ["zombie", "undead"] +categories = ["zombies", "undead"] +slayer_xp = 16.6 examine = "A wretched creature brought back against its will." [crawling_corpse_torso_1] @@ -36,7 +38,8 @@ hitpoints = 90 combat_def = "corpse_archer" respawn_delay = 3 drop_table = "corpse_archer" -categories = ["zombie", "undead"] +categories = ["zombies", "undead"] +slayer_xp = 27.8 examine = "Bones and arrows." [corpse_archer_1] @@ -77,7 +80,8 @@ hitpoints = 99 combat_def = "corpse_mage" respawn_delay = 3 drop_table = "corpse_mage" -categories = ["zombie", "undead"] +categories = ["zombies", "undead"] +slayer_xp = 29.0 examine = "It casts the magic of death to ease its suffering." [corpse_mage_1] From 1a092fd43766b0a4922a9aadb1147dbce942d7af Mon Sep 17 00:00:00 2001 From: Greg Date: Mon, 14 Sep 2026 12:36:10 +0100 Subject: [PATCH 3/3] Update data/entity/npc/monster/undead/corpse/corpse.npcs.toml --- data/entity/npc/monster/undead/corpse/corpse.npcs.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/data/entity/npc/monster/undead/corpse/corpse.npcs.toml b/data/entity/npc/monster/undead/corpse/corpse.npcs.toml index eea661f19c..a1d4d402bb 100644 --- a/data/entity/npc/monster/undead/corpse/corpse.npcs.toml +++ b/data/entity/npc/monster/undead/corpse/corpse.npcs.toml @@ -1,5 +1,3 @@ -## Source for categories and xp: https://runescape.wiki -## Was the undead tag used back then? Or is that only used for The Raptor? Adding just in case. [corpse_spider] id = 7914 hitpoints = 47