Adjusts Hivelord Brood and Legion Skulls (#30551)

This commit is contained in:
PollardTheDragon
2025-10-01 14:36:41 +00:00
committed by GitHub
parent e14a43eea1
commit 2569be37ba
2 changed files with 4 additions and 6 deletions
@@ -54,12 +54,12 @@
mouse_opacity = MOUSE_OPACITY_OPAQUE
friendly_verb_continuous = "buzzes near"
friendly_verb_simple = "buzz near"
speed = -1 // Faster than a person
speed = 0 // Same speed as a person so you can flee
maxHealth = 1
health = 1
harm_intent_damage = 5
melee_damage_lower = 10
melee_damage_upper = 10
melee_damage_lower = 6
melee_damage_upper = 8
attack_verb_continuous = "slashes"
attack_verb_simple = "slash"
speak_emote = list("telepathically cries")
@@ -211,8 +211,6 @@
icon_dead = "legion_head"
maxHealth = 5
health = 5
melee_damage_lower = 12
melee_damage_upper = 12
attack_verb_continuous = "bites"
attack_verb_simple = "bites"
speak_emote = list("echoes")
@@ -41,7 +41,7 @@
BB_TARGET_MINIMUM_STAT = UNCONSCIOUS,
BB_AGGRO_RANGE = 10,
)
ai_movement = /datum/ai_movement/basic_avoidance
ai_movement = /datum/ai_movement/jps // Not gonna get stuck on walls now, are ya?
idle_behavior = /datum/idle_behavior/idle_random_walk
planning_subtrees = list(
/datum/ai_planning_subtree/simple_find_target,