Template talk:SSB4HitboxTableRow: Difference between revisions
From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search
(Replied) Tag: Mobile edit |
|||
Line 3: | Line 3: | ||
What's the syntax for tripping chance? <span style="color: lime">'''Nyargle'''</span><span style="color: orange">'''blargle'''</span> ([[User talk:Nyargleblargle|Talk]]) 16:30, 9 April 2015 (EDT) | What's the syntax for tripping chance? <span style="color: lime">'''Nyargle'''</span><span style="color: orange">'''blargle'''</span> ([[User talk: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 [http://www.h-schmidt.net/FloatConverter/IEEE754.html 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.) [[User:Toomai|Toomai]] [[User talk:Toomai|Glittershine]] [[Image:Toomai.png|20px|link=User:Toomai/Bin|???]] The Boss 16:59, 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 [http://www.h-schmidt.net/FloatConverter/IEEE754.html 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.) [[User:Toomai|Toomai]] [[User talk:Toomai|Glittershine]] [[Image:Toomai.png|20px|link=User:Toomai/Bin|???]] The Boss 16:59, 9 April 2015 (EDT) | ||
::Got it. Thanks! <span style="color: lime">'''Nyargle'''</span><span style="color: orange">'''blargle'''</span> ([[User talk:Nyargleblargle|Talk]]) 17:00, 9 April 2015 (EDT) |
Latest revision as of 16:00, April 9, 2015
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)