Quick question - Quick answer

Blue Burst best mess of power creep. ;) Although BKB has always existed...
 
Quite a few ubers are underwhelming compared to more common items. It's been sad since V3 was a thing.

ill always be pro-rebalance in some aspects. 800 ATP double cannon leggo
 
Are Sandbox account character kills counted towards the permanent milestone event?
 
where is the blizzard activation cap applied in the equation for special accuracy?

A = (B+An-E)*W*V

A is final activation rate
B is base activation rate
An is boost for androids
E is enemy resistance
V is V50X boost
W is weapon reduction

where does the blizzard activation cap (20% in ult) apply in relation to W? thanks in advance
 
Possibly, I'd have to do the math. Here's the pseudo-code for it:

Code:
switch special:
    case ice:
        rate = 32
    case frost:
        rate = 48
    case freeze:
        rate = 64
    case blizzard:
        rate = 80

if ultimate and android:
    rate += 30

rate -= esp

rate *= 0.01

rate *= reduction rate

if ultimate:
    if rate > 0.2:
        rate = 0.2
else:
    if rate > 0.4:
        rate = 0.4

if v501 or v502:
    rate *= 1.5

if rate > random(0, 1):
    success
else:
    failure
 
so does this mean that blizzard on reduced mechs is comparatively more viable than blizzard on a saber or katana etc?
Theoretically yes, unless you attack something with very high ESP such that the single hit doesn't get reduced much, like Temple Mil Lily (89 ESP according to psobb.info). Anything below, mechs will probably win.
 
Neat. I never thought of trying that. Would gush work on either Dark/Death Gunner or Satellite Lizard when "invincible"?
Lizards no, Gunner yes (I think), probably better to paralyze/freeze those though.
 
You can't Gush lizards from the front, but it does work for Gunners. For Gunners though, you'd be better using Paralyse or Freeze Trap/FS though, rather than Gush.

Also on a HU, Gush Raygun would be better than Vulcans, and for RA, Guld Milla is better than Gush Vulcans (but good luck getting GM).
 
Back
Top