Template talk:SSB4HitboxTableRow

From SmashWiki, the Super Smash Bros. wiki
Revision as of 17:00, April 9, 2015 by Nyargleblargle (talk | contribs) (Replied)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Tripping[edit]

What's the syntax for tripping chance? Nyargleblargle (Talk) 16:30, 9 April 2015 (EDT)

The problem is that the Master Core system you're getting your data from incorrectly believes that tripping is an integer, and so is showing it as "0x3ECCCCCD". You need to convert it into a float with something like this to discover that it means "0.4", and therefore a 40% chance of tripping. (Also note that when it says ZYX, it actually means XYZ, because it's so anti-intuitive for some people that they assume incorrectly.) Toomai Glittershine ??? The Boss 16:59, 9 April 2015 (EDT)
Got it. Thanks! Nyargleblargle (Talk) 17:00, 9 April 2015 (EDT)