From ab1c93c21eb86f21f44870db150ce4dcd90b86fe Mon Sep 17 00:00:00 2001 From: juliancoffee Date: Sun, 27 Jun 2021 23:11:04 +0300 Subject: [PATCH] Buff Mindflayer flamethrower - Buff DPS twice: increase tick_rate from 0.9 to 5.0 (x5.5), while reducing damage from 400 to 150 (x2.6) - Make ori_rate slower: 0.2 from 0.6 and make it use FromOri orientation behaviour --- .../common/abilities/custom/mindflayer/cursedflames.ron | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/common/abilities/custom/mindflayer/cursedflames.ron b/assets/common/abilities/custom/mindflayer/cursedflames.ron index 0cfddbd5f5..b74005d138 100644 --- a/assets/common/abilities/custom/mindflayer/cursedflames.ron +++ b/assets/common/abilities/custom/mindflayer/cursedflames.ron @@ -2,8 +2,8 @@ BasicBeam( buildup_duration: 0.40, recover_duration: 0.50, beam_duration: 1.0, - damage: 400, - tick_rate: 0.9, + damage: 150, + tick_rate: 5.0, range: 22.0, max_angle: 15.0, damage_effect: Some(Buff(( @@ -14,7 +14,7 @@ BasicBeam( ))), energy_regen: 0, energy_drain: 0, - orientation_behavior: Normal, - ori_rate: 0.6, + orientation_behavior: FromOri, + ori_rate: 0.2, specifier: Cultist, )