
# Turning speed of bike, 1 is instant.
motorbike.turn_power (Turning speed) float 0.07

# Top speed the bike can go.
motorbike.max_speed (Top speed) float 17

# Top speed in reverse.
motorbike.max_reverse (Top reversing speed) float 5

# Acceleration.
motorbike.acceleration (Acceleration) float 1.5

# Braking power.
motorbike.braking (Braking power) float 5

# Step height.
motorbike.stepheight (Step height) float 1.3

# Whether the bike is breakable. Setting this to false makes the Motorbikes permanent.
motorbike.breakable (Breakable) bool true

# Same as max_speed but on nodes like dirt, sand, gravel ect.
motorbike.crumbly_spd (Top speed crumbly) float 11

# Ability to punch the motorbike to kick the rider.
motorbike.kick (Punching kicks off the rider) bool true

# Enable custom plates, requires "signs" mod and 'generate_texture' and 'create_lines' be exposed globally
motorbike.custom_plates (Custom plates) bool true
