Make the kart classes differences in turn radius bigger

Now that the turn radius bug is fixed, these differences are more meaningful. The reference turn radius is close to the tighter numbers observed before, so this isn't actually a +15/30% to turn radius compared to previous effective numbers.

A turn radius of 19.5 at 25 of speed is still very manageable.

This doesn't preclude further tweaks in the future, once largely playtested in the beta.
This commit is contained in:
Alayan-stk-2 2018-09-27 19:41:46 +02:00 committed by GitHub
parent f174bb63cb
commit 60cb10e14c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -373,7 +373,7 @@
duration-factor="*1" fade-out-time="*1" />
</characteristic>
<characteristic name="medium">
<turn radius="0:2.2 10:8.25 25:16.5 45:33" />
<turn radius="0:2.3 10:8.625 25:17.25 45:34.5" />
<engine power="*0.875" max-speed="*1" brake-factor="*0.8"
max-speed-reverse-ratio="*0.75" />
<gear switch-ratio="0.1 0.25 0.45 0.7 1 4"
@ -385,7 +385,7 @@
<slipstream duration-factor="*0.8" fade-out-time="*1" />
</characteristic>
<characteristic name="heavy">
<turn radius="0:2.3 10:8.625 25:17.25 45:34.5" />
<turn radius="0:2.6 10:9.75 25:19.5 45:39" />
<engine power="*1" max-speed="*1.05" brake-factor="*0.6"
max-speed-reverse-ratio="*0.7" />
<gear switch-ratio="0.1 0.25 0.45 0.7 1 4"