Bikes
Bikes are nimble land vehicles that lean into turns. They use bike-specific skin and seat parts.
| Property | Value |
|---|---|
| Movement | LAND |
| Friction | HIGH_FRICTION |
| Tilts/banks | Yes (leans into corners) |
| Folder | vehicles/bikes/ |
Type-specific parts
bikeskin— like a normalskin, but it banks with the bike. Use this instead ofskin.bikeseat— like a normalseat, tuned for bikes. Setsteer: trueon the driver seat.
{ type: bikeskin, ... } # the body
{ type: bikeseat, steer: true, ... } # driver
{ type: bikeseat, steer: false, ... } # passenger
Bikes have no wheels-as-parts and usually no trunk (trunkSize: 0). Everything else matches a car; see Creating vehicles for all settings.