Skip to content

Commit

Permalink
Laz Injector nerf (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mango123121 committed Jun 4, 2024
1 parent 47d082d commit a7e45b0
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
mob_armor = ARMOR_VALUE_ROBOT_SECURITY
maxHealth = 100
health = 100
sentience_type = SENTIENCE_BOSS
stamcrit_threshold = SIMPLEMOB_NO_STAMCRIT
emp_flags = list(
MOB_EMP_STUN,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
tastes = list("sadness" = 1, "nastyness" = 1)
can_ghost_into = TRUE
maxHealth = 80
sentience_type = SENTIENCE_BOSS
health = 80
speed = 2
harm_intent_damage = 8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
icon_dead = "deathclaw_dead"
icon_gib = "deathclaw_gib"
mob_armor = ARMOR_VALUE_DEATHCLAW_COMMON
sentience_type = SENTIENCE_BOSS
maxHealth = 600
health = 600
reach = 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@
loot_amount_random = FALSE
random_trash_loot = FALSE
footstep_type = FOOTSTEP_MOB_SHOE
sentience_type = SENTIENCE_BOSS
move_to_delay = 4.0 //faster than average, but not a lot
retreat_distance = 4 //mob retreats 1 tile when in min distance
minimum_distance = 2 //Mob pushes up to melee, then backs off to avoid player attack?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
icon_dead = "hulk_113_s"
mob_biotypes = MOB_ORGANIC|MOB_HUMANOID
mob_armor = ARMOR_VALUE_SUPERMUTANT_BASE
sentience_type = SENTIENCE_BOSS
maxHealth = 130
health = 130
speak_chance = 10
Expand Down Expand Up @@ -543,6 +544,7 @@
melee_damage_upper = 62
extra_projectiles = 1


/mob/living/simple_animal/hostile/supermutant/nightkin/elitemutant/rain/Initialize(mapload)
. = ..()
AddComponent(/datum/component/glow_heal, chosen_targets = /mob/living/simple_animal/hostile/supermutant, allow_revival = TRUE, restrict_faction = null, type_healing = BRUTELOSS | FIRELOSS)
AddComponent(/datum/component/glow_heal, chosen_targets = /mob/living/simple_animal/hostile/supermutant, allow_revival = FALSE, restrict_faction = null, type_healing = BRUTELOSS | FIRELOSS)
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@
icon_dead = "midwife_dead"
maxHealth = 40
health = 40
sentience_type = SENTIENCE_BOSS
var/datum/action/innate/spider/comm/letmetalkpls
gold_core_spawnable = NO_SPAWN

Expand Down

0 comments on commit a7e45b0

Please sign in to comment.