Editing User talk:Mister Wu
From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 579: | Line 579: | ||
"mSpeedRateDecrease": 0.1 | "mSpeedRateDecrease": 0.1 | ||
</blockquote> | </blockquote> | ||
:In any case, I guess <tt>"mInitSpeedRatioToKartDriveSpeed": 1.0</tt> and <tt>"mInitSpeedRatioCannon": 1.3</tt> are what you're looking for: the initial speed is indeed identical to that of the kart from which it was thrown, and in cannons it is even higher (probably to allow it to reach the other opponents). To have an idea of the coded speed in absolute term, you can | :In any case, I guess <tt>"mInitSpeedRatioToKartDriveSpeed": 1.0</tt> and <tt>"mInitSpeedRatioCannon": 1.3</tt> are what you're looking for: the initial speed is indeed identical to that of the kart from which it was thrown, and in cannons it is even higher (probably to allow it to reach the other opponents). To have an idea of the coded speed in absolute term, you can use these parameters: | ||
<blockquote> | <blockquote> | ||
"cSpeedMin": 0.5, | "cSpeedMin": 0.5, |