Hovercrafts
Hovercrafts are amphibious — they drive on both land and water, making them great for crossing coastlines without stopping.
| Property | Value |
|---|---|
| Movement | WATER + LAND |
| Friction | LOW_FRICTION |
| Tilts/banks | No |
| Folder | vehicles/hovercrafts/ |
Notes
- The combination of
WATERandLANDmovement is what lets a hovercraft glide straight from land onto water and back. LOW_FRICTIONgives it that smooth, sliding feel.- No special parts: use the normal
skinandseatparts.
typeStrategies: [ { movementType: water }, { movementType: land } ]
gearbox: { realistic: false }
For all available settings, see Creating vehicles.