I propose them to have a massive number of hp and/or an extremely low interaction, so that they can reach their target.
Moreover, by the time I need them, i search and buy only the High Flux MAGs for a better job.

True, there are two level 4 omnis - omni turbo and omni rk15. Omni turbo does 3-12(3d4) damage and rk15 does 3-17(2d8+1) AND it fires slightly faster.Atarlost wrote:While a +50% Ballista is impressive and will instagib enemies for quite a while it has a dissapointing tendancy to not reach the target, especially against enemies with repeating weapons.
I'm liking the RK15 a lot more. It's in that special class of omnis that somehow escaped the nerf bat (the only others in 1.0 being the omni tev-9 and ares lightning turret) and it's a better damage type for its level than the tev.
On the other hand, the omni turbo has a higher projectile speed, which means greater hit %, and the laser collimator improves its damage by 75% as opposed to the kinetic accelerator's 50%.Blitz wrote:True, there are two level 4 omnis - omni turbo and omni rk15. Omni turbo does 3-12(3d4) damage and rk15 does 3-17(2d8+1) AND it fires slightly faster.Atarlost wrote:While a +50% Ballista is impressive and will instagib enemies for quite a while it has a dissapointing tendancy to not reach the target, especially against enemies with repeating weapons.
I'm liking the RK15 a lot more. It's in that special class of omnis that somehow escaped the nerf bat (the only others in 1.0 being the omni tev-9 and ares lightning turret) and it's a better damage type for its level than the tev.
Code: Select all
1, 1, 1 = 3
1, 1, 2 = 4
1, 2, 1 = 4
2, 1, 1 = 4
1, 1, 3 = 5
1, 3, 1 = 5
3, 1, 1 = 5
1, 2, 2 = 5
2, 1, 2 = 5
2, 2, 1 = 5
...
Code: Select all
1/64: 3
3/64: 4
3/32: 5
5/32: 6
3/16: 7
3/16: 8
5/32: 9
3/32: 10
3/64: 11
1/64: 12
Code: Select all
1/64: 4
3/64: 7
3/32: 8
5/32: 10
3/16: 12
3/16: 14
5/32: 15
3/32: 17
3/64: 19
1/64: 21
Code: Select all
1/64: 3
1/32: 4
3/64: 5
1/16: 6
5/64: 7
3/32: 8
7/64: 9
1/8: 10
7/64: 11
3/32: 12
5/64: 13
1/16: 14
3/64: 15
1/32: 16
1/64: 17
Code: Select all
1/64: 5
1/32: 6
3/64: 7
1/16: 9
5/64: 10
3/32: 12
7/64: 13
1/8: 15
7/64: 16
3/32: 18
5/64: 19
1/16: 21
3/64: 22
1/32: 24
1/64: 25
RTDBot has an awesome dicerol function.Blitz wrote:Nice table *copy and paste*. This is a little off-topic but did you use a software to calculate the dice rolls? I've tried doing it before by hand but it gets ridiculous with large numbers...