From 9bbe2a8aae0ae8fcc73e66bdb349468ec0446e52 Mon Sep 17 00:00:00 2001 From: BigBababooey <86324174+BigBababooey@users.noreply.github.com> Date: Sat, 30 Oct 2021 05:00:25 -0500 Subject: [PATCH] Sensible Dragon Tweaks for Virgo A few minor tweaks to make the Dragon a more reasonable boss for Virgo purposes. Drastically cutting it's base speed and lowering health by 25%. However also fixing it's issue where it chokes to death so it can't just be cheesed. Still a bandaid fix, it's more suited for V2, frankly. --- .../modules/mob/living/simple_mob/subtypes/vore/bigdragon.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/simple_mob/subtypes/vore/bigdragon.dm b/code/modules/mob/living/simple_mob/subtypes/vore/bigdragon.dm index 3eea1cc9d2..56fe7b5570 100644 --- a/code/modules/mob/living/simple_mob/subtypes/vore/bigdragon.dm +++ b/code/modules/mob/living/simple_mob/subtypes/vore/bigdragon.dm @@ -70,8 +70,8 @@ I think I covered everything. response_help = "pats" response_disarm = "shoves" response_harm = "smacks" - movement_cooldown = 2 - maxHealth = 800 + movement_cooldown = 5 //Fixed from 2, given our slower natural speed any mob at movement cooldown 2 is a nightmare let alone a boss that has a pounce + maxHealth = 600 //Still double a Phoron Dragon, if it's gonna be on 3b, it shouldn't have broodmother level health attacktext = list("slashed") see_in_dark = 8 minbodytemp = 0 @@ -101,6 +101,7 @@ I think I covered everything. devourable = 0 //No universal_understand = 1 //So they can hear synth speach max_tox = 0 // for virgo3b survivability + max_co2 = 0 // Also needed for 3b Survivability otherwise it chokes to death special_attack_min_range = 1 special_attack_max_range = 10