Welcome to Smashboards, the world's largest Super Smash Brothers community! Over 250,000 Smash Bros. fans from around the world have come to discuss these great games in over 19 million posts!
You are currently viewing our boards as a visitor. Click here to sign up right now and start on your path in the Smash community!
There is not at this point in time. Your best bet would be to try emulating it on Wine (I believe this is a thing but idk).Is there a Mac friendly version of the Calculator?
nvm once I put in the damage, the kb looks reasonable.Falcon Brunch has like no knockback at 0%
To get in game units of kb you just have to put the relevant data in. The formulas come from the game code(it's what the game uses to calculate)
40What is the FAF for Mii Gunner's ftilt?
shortest: 3640
Edit: wait... I'm getting different results for different gunners... presumably because of size. I just got 36 for one of them.
This is why I don't deal with miis.
40
Edit: wait... I'm getting different results for different gunners... presumably because of size. I just got 36 for one of them.
This is why I don't deal with miis.
Thanksshortest: 36
middle height(guest): 40
tallest: 47
40
Edit: wait... I'm getting different results for different gunners... presumably because of size. I just got 36 for one of them.
This is why I don't deal with miis.
Thanks. Edit: accidental double post. Please delete this.shortest: 36
middle height(guest): 40
tallest: 47
Banana angle 361 50/0 bkb/kbgIs it possible to get the base knockback/knockback growth and damage for bananas and turnips? I know that item strength changes depending on character and the strength of the toss, but maybe there's some base value for these?
For whatever reason that attack's data was never in MasterCore, and the actual attack portion of the move was hidden away in a subroutine.Another question, why doesn't Meta Knight's Down+B attack have base knockback and knockback growth listed?
Ty I'll add this laterFor whatever reason that attack's data was never in MasterCore, and the actual attack portion of the move was hidden away in a subroutine.
It's 98/40 growth/base at a 53° angle.
Thanks. K~G|Spacejam will fix this next update. If it wasn't training mode knockback I'd actually care but it's not so whatever.The formula for training mode KB is missing a pair of parentheses. It should be:
(((((((v+bd)/10)+(((v+bd)*bd)/20))*(200/(w+100))*1.4)+18)*(g/100))+b)*r
Spacejam's calculator uses the incorrect formula.
I wrote a calculator in javascript that has the same functionality as the current version of Spacejam's calculator (although it's rather ugly). If you (or anyone else for that matter) are interested, I can post a download link later so you can try it out.
It should be fine, I just used the equation from the wiki, and if ratio is the only variable that's off then it shouldn't matter anyway since ratio is just for special cases like crouch cancel and rage.Egg. Wait, if the equation was wrong, does that mean your DJ numbers are off?