SirNewtonFig / lol-new-world

A community hack based on FF6 Brave New World, spearheaded by thzfunnymzn
1 stars 0 forks source link

Increase Dance stumble rate #10

Closed SirNewtonFig closed 3 years ago

SirNewtonFig commented 3 years ago

@jm16731 Since half-ATB stumble is already done, figured you'd want this item from the "nice-to-have" section to go with it. What sort of scaling you looking for on stumble rate?

jm16731 commented 3 years ago

(96 + Stam * 2) / 255

When Mog had stam+2 in BNW, his base success (96) was lower. I'll have to ask BTB for old documentation to know what the older success rate was, and/or we just guesstimate a good drop. Let's see, Mog's base stamina is 30, so that puts base success at:

24: 33% 32: 36% 40: 39% . . . 64: 49% 72: 52% 80: 55% 88: 58% 96: 61%

Probably 72 was the old one. I'll have to think about this one for a bit, and/or get Xujhan's opinion as well. Brain scrambled right now, hard day, get an answer later. :/

jm16731 commented 3 years ago

So, yeah, based on what Xujhan said, just drop it to (96 + Stam * 2) / 255. Just like when Mog had stam+2 of old

SirNewtonFig commented 3 years ago

That's... not dropping it though? That's the current formula.

jm16731 commented 3 years ago

d'oh!!

(72 + Stam * 2) / 255.

Sorry. 96 -> 72