From 424d4c19d1e4a979e9fa1ecda4de921077e10f0f Mon Sep 17 00:00:00 2001 From: Fluff Date: Sat, 18 Mar 2023 18:34:53 -0400 Subject: [PATCH 1/2] Rift Magnus adjustment Added 10 seconds to the magnus's melee attack to account of the teleport stun. --- .../mob/living/simple_mob/subtypes/humanoid/cultboss.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modular_chomp/code/modules/mob/living/simple_mob/subtypes/humanoid/cultboss.dm b/modular_chomp/code/modules/mob/living/simple_mob/subtypes/humanoid/cultboss.dm index eeef0a8031..abf9ad767d 100644 --- a/modular_chomp/code/modules/mob/living/simple_mob/subtypes/humanoid/cultboss.dm +++ b/modular_chomp/code/modules/mob/living/simple_mob/subtypes/humanoid/cultboss.dm @@ -16,7 +16,8 @@ var/jaunt_warning = 1.0 SECONDS // How long the jaunt telegraphing is. var/jaunt_tile_speed = 15 // How long to wait between each tile. Higher numbers result in an easier to dodge tunnel attack. projectiletype = /obj/item/projectile/energy/plasma/vepr/inversion - melee_attack_delay = 2 SECOND + melee_attack_delay = 12 SECOND + ranged_attack_delay = 0.5 SECONDS special_attack_min_range = 1 special_attack_max_range = 7 special_attack_cooldown = 7 SECONDS From c469f9460e7d9ffbccbde317b4f47be0628770b4 Mon Sep 17 00:00:00 2001 From: Fluff Date: Sat, 18 Mar 2023 18:39:27 -0400 Subject: [PATCH 2/2] Some more adjustment Stupid thing --- .../mob/living/simple_mob/subtypes/humanoid/cultboss.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modular_chomp/code/modules/mob/living/simple_mob/subtypes/humanoid/cultboss.dm b/modular_chomp/code/modules/mob/living/simple_mob/subtypes/humanoid/cultboss.dm index abf9ad767d..58a486eebe 100644 --- a/modular_chomp/code/modules/mob/living/simple_mob/subtypes/humanoid/cultboss.dm +++ b/modular_chomp/code/modules/mob/living/simple_mob/subtypes/humanoid/cultboss.dm @@ -10,14 +10,14 @@ var/grenade_timer = 5 heat_resist = 1 cold_resist = 1 - movement_cooldown = 1 + movement_cooldown = 1.5 var/leap_warmup = 2 SECOND var/leap_sound = 'sound/weapons/gauss_shoot.ogg' var/jaunt_warning = 1.0 SECONDS // How long the jaunt telegraphing is. var/jaunt_tile_speed = 15 // How long to wait between each tile. Higher numbers result in an easier to dodge tunnel attack. projectiletype = /obj/item/projectile/energy/plasma/vepr/inversion melee_attack_delay = 12 SECOND - ranged_attack_delay = 0.5 SECONDS + ranged_attack_delay = 1.5 SECONDS special_attack_min_range = 1 special_attack_max_range = 7 special_attack_cooldown = 7 SECONDS @@ -267,7 +267,7 @@ /obj/item/projectile/energy/plasma/vepr/inversion name = "inversion bolt" - damage = 25 + damage = 20 eyeblur = 0 armor_penetration = 50 light_range = 2