Merge pull request #8912 from Cerebulon/faithlessless

Genericise some cult stuff
This commit is contained in:
Spookerton
2023-02-04 20:31:30 +00:00
committed by GitHub
9 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -66,7 +66,7 @@
"Koi" = "koi-swim",
"Carp" = "carp",
"Red Robes" = "robe_red",
"Faithless" = "faithless",
"Miasmic Entity" = "faithless",
"Shadowform" = "forgotten",
"Dark Ethereal" = "bloodguardian",
"Holy Ethereal" = "lightguardian",
@@ -6,7 +6,7 @@
name = "Juggernaut"
real_name = "Juggernaut"
construct_type = "juggernaut"
desc = "A possessed suit of armour driven by the will of the restless dead"
desc = "A possessed suit of armour driven by the will of the restless dead."
icon = 'icons/mob/mob.dmi'
icon_state = "behemoth"
icon_living = "behemoth"
@@ -145,4 +145,4 @@
return (..(P))
/decl/mob_organ_names/juggernaut
hit_zones = list("body", "left pauldron", "right pauldron", "left arm", "right arm", "eye", "head", "crystaline spike")
hit_zones = list("body", "left pauldron", "right pauldron", "left arm", "right arm", "eye", "head", "crystaline spike")
@@ -5,7 +5,7 @@
/mob/living/simple_mob/construct/shade
name = "Shade"
real_name = "Shade"
desc = "A bound spirit"
desc = "A bound spirit."
icon = 'icons/mob/mob.dmi'
icon_state = "shade"
icon_living = "shade"
@@ -50,4 +50,4 @@
return
/decl/mob_organ_names/shade
hit_zones = list("spectral robe", "featureless visage", "haunting glow")
hit_zones = list("spectral robe", "featureless visage", "haunting glow")
@@ -1,6 +1,6 @@
/mob/living/simple_mob/creature
name = "creature"
desc = "A sanity-destroying otherthing."
desc = "An unrecognisable biological otherthing."
icon = 'icons/mob/critter.dmi'
icon_state = "otherthing"
icon_living = "otherthing"
@@ -70,4 +70,4 @@
melee_damage_upper = 25
/decl/mob_organ_names/abberation
hit_zones = list("fleshy mass", "maw", "eye(?)", "orifice(?)")
hit_zones = list("fleshy mass", "maw", "eye(?)", "orifice(?)")
@@ -1,6 +1,6 @@
/mob/living/simple_mob/faithless
name = "Faithless"
desc = "The Wish Granter's faith in humanity, incarnate"
name = "miasmic entity"
desc = "Malignant energy given physical form by phenomena unknown."
icon_state = "faithless"
icon_living = "faithless"
icon_dead = "faithless_dead"
@@ -79,4 +79,4 @@
melee_damage_upper = 28
/decl/mob_organ_names/faithless
hit_zones = list("body", "left appendage", "right appendage", "shadowy tendrils", "head", "right stump", "left stump", "infernal eye")
hit_zones = list("body", "left appendage", "right appendage", "shadowy tendrils", "head", "right stump", "left stump", "infernal eye")