mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
feedback changes:
added more loot nerfed the spawn rates and health of the spawners widened the paths of some areas for lava passages added a medbay area to the first level incase of stupid people not coming prepared added 2 mining rigsuits, may be difficult to get though fixed(?) issues with dicklys drilling ladders and basalt floors causing issues
This commit is contained in:
@@ -9,19 +9,19 @@
|
||||
speak_emote = list("rattles")
|
||||
emote_see = list("rattles")
|
||||
a_intent = "harm"
|
||||
maxHealth = 50
|
||||
health = 50
|
||||
maxHealth = 40
|
||||
health = 40
|
||||
speed = 1
|
||||
harm_intent_damage = 5
|
||||
melee_damage_lower = 15
|
||||
melee_damage_upper = 15
|
||||
melee_damage_lower = 10
|
||||
melee_damage_upper = 10
|
||||
attacktext = "slashes"
|
||||
attack_sound = 'sound/hallucinations/growl1.ogg'
|
||||
atmos_requirements = list("min_oxy" = 0, "max_oxy" = 0, "min_tox" = 0, "max_tox" = 0, "min_co2" = 0, "max_co2" = 0, "min_n2" = 0, "max_n2" = 0)
|
||||
unsuitable_atmos_damage = 10
|
||||
environment_smash = 1
|
||||
robust_searching = 1
|
||||
stat_attack = 2
|
||||
stat_attack = 1
|
||||
gold_core_spawnable = 1
|
||||
faction = list("skeleton")
|
||||
see_invisible = SEE_INVISIBLE_MINIMUM
|
||||
|
||||
@@ -58,10 +58,10 @@
|
||||
icon_state = "hole"
|
||||
icon_living = "hole"
|
||||
icon = 'icons/mob/nest.dmi'
|
||||
health = 300
|
||||
maxHealth = 300
|
||||
max_mobs = 30
|
||||
spawn_time = 100
|
||||
health = 150
|
||||
maxHealth = 150
|
||||
max_mobs = 10
|
||||
spawn_time = 200
|
||||
mob_type = /mob/living/simple_animal/hostile/skeleton
|
||||
spawn_text = "climbs out of"
|
||||
atmos_requirements = list("min_oxy" = 0, "max_oxy" = 0, "min_tox" = 0, "max_tox" = 0, "min_co2" = 0, "max_co2" = 0, "min_n2" = 0, "max_n2" = 0)
|
||||
@@ -72,6 +72,9 @@
|
||||
desc = "A hole dug into the ground, harboring all kinds of monsters found within most caves or mining asteroids."
|
||||
icon_state = "hole"
|
||||
icon_living = "hole"
|
||||
health = 200
|
||||
maxHealth = 200
|
||||
max_mobs = 3
|
||||
icon = 'icons/mob/nest.dmi'
|
||||
spawn_text = "crawls out of"
|
||||
mob_type = /mob/living/simple_animal/hostile/asteroid/goldgrub
|
||||
|
||||
Reference in New Issue
Block a user