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
This commit is contained in:
juliancoffee 2021-06-27 23:11:04 +03:00
parent 21fc5aafcd
commit 86af138dc7

View File

@ -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,
)