Snowdin 2.0
This commit is contained in:
committed by
CitadelStationBot
parent
40943eaa35
commit
4c6bdf1a9e
@@ -50,6 +50,7 @@
|
||||
icon_living = "snowbear"
|
||||
icon_dead = "snowbear_dead"
|
||||
desc = "It's a polar bear, in space, but not actually in space."
|
||||
weather_immunities = list("snow")
|
||||
|
||||
/mob/living/simple_animal/hostile/bear/russian
|
||||
name = "combat bear"
|
||||
|
||||
@@ -41,6 +41,7 @@
|
||||
icon_dead = "eskimo_dead"
|
||||
maxHealth = 55
|
||||
health = 55
|
||||
weather_immunities = list("snow")
|
||||
gold_core_spawnable = NO_SPAWN
|
||||
melee_damage_lower = 17
|
||||
melee_damage_upper = 20
|
||||
@@ -59,6 +60,7 @@
|
||||
icon_dead = "templar_dead"
|
||||
maxHealth = 150
|
||||
health = 150
|
||||
weather_immunities = list("snow")
|
||||
speed = 2
|
||||
gold_core_spawnable = NO_SPAWN
|
||||
speak_chance = 1
|
||||
@@ -79,5 +81,41 @@
|
||||
speed = 5
|
||||
maxHealth = 75
|
||||
health = 75
|
||||
weather_immunities = list("snow")
|
||||
color = rgb(114,228,250)
|
||||
loot = list(/obj/effect/decal/remains/human{color = rgb(114,228,250)})
|
||||
loot = list(/obj/effect/decal/remains/human{color = rgb(114,228,250)})
|
||||
|
||||
/mob/living/simple_animal/hostile/skeleton/plasmaminer
|
||||
name = "shambling miner"
|
||||
desc = "A plasma-soaked miner, their exposed limbs turned into a grossly incandescent bone seemingly made of plasma."
|
||||
icon_state = "plasma_miner"
|
||||
icon_living = "plasma_miner"
|
||||
icon_dead = "plasma_miner"
|
||||
maxHealth = 150
|
||||
health = 150
|
||||
harm_intent_damage = 10
|
||||
melee_damage_lower = 15
|
||||
melee_damage_upper = 20
|
||||
light_color = LIGHT_COLOR_PURPLE
|
||||
attacktext = "slashes"
|
||||
attack_sound = 'sound/hallucinations/growl1.ogg'
|
||||
deathmessage = "collapses into a pile of bones, their suit dissovling among the plasma!"
|
||||
loot = list(/obj/effect/decal/remains/plasma)
|
||||
|
||||
/mob/living/simple_animal/hostile/skeleton/plasmaminer/jackhammer
|
||||
desc = "A plasma-soaked miner, their exposed limbs turned into a grossly incandescent bone seemingly made of plasma. They seem to still have their mining tool in their hand, gripping tightly."
|
||||
icon_state = "plasma_miner_tool"
|
||||
icon_living = "plasma_miner_tool"
|
||||
icon_dead = "plasma_miner_tool"
|
||||
maxHealth = 185
|
||||
health = 185
|
||||
harm_intent_damage = 15
|
||||
melee_damage_lower = 20
|
||||
melee_damage_upper = 25
|
||||
attacktext = "blasts"
|
||||
attack_sound = 'sound/weapons/sonic_jackhammer.ogg'
|
||||
loot = list(/obj/effect/decal/remains/plasma, /obj/item/pickaxe/drill/jackhammer)
|
||||
|
||||
/mob/living/simple_animal/hostile/skeleton/plasmaminer/Initialize()
|
||||
. = ..()
|
||||
set_light(2)
|
||||
Reference in New Issue
Block a user