//Naming
Name Mini Moke
ShortName Moke
ItemID 23487
//Visuals
Icon Moke
Model bmp.Moke
ModelScale 0.5
Texture Moke
RotateWheels true
//Third Person Camera Distance
CameraDistance 5.0
//Throttle
MaxThrottle 0.7
MaxNegativeThrottle 0.5
//Steering modifiers
TurnLeftSpeed 1.1
TurnRightSpeed 1.1
//Drag
Drag 1.0
//Mass (In tons)
Mass 0.575
//Moment of Inertia (in crazy units. Just fiddle with this until you find something nice)
MomentOfInertia 100.0
//More bounciness means the vehicle will bounce more upon going up slopes, but fall through the ground less
Bounciness 0.3
//For calculating whether wheels are on the ground or not for driving
WheelRadius 1.0
//Wheel positions for collision handling. Tanks still have 4 wheels, they are just the corner ones.
WheelPosition 0 -28 -10 -17
WheelPosition 1 -28 -10 17
WheelPosition 2 30 -10 17
WheelPosition 3 30 -10 -17
WheelSpringStrength 0.55
//If true, then all wheels will apply drive forces
FourWheelDrive false
//Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick)
FuelTankSize 1000
//Inventory Slots
CargoSlots 36
ShellSlots 0
//Driver and passenger positions
Driver 3 -3 -8
RotatedDriverOffset 0 0 0
Passengers 3
Passenger 1 3 -3 8 core
Passenger 2 -17 -3 8 core 
Passenger 3 -17 -3 -8 core 

ShootDelay 999
ShellDelay 999
//Sounds
StartSound Engine
StartSoundLength 20
EngineSound Engine
EngineSoundLength 20
ShootSound bullet
ShellSound shell
//Recipe
//Each section of the plane may have many parts
//The sections are tailWheel, tail, bay, topWing, leftWingWheel, leftWing, rightWingWheel,
//rightWing, nose, turret, coreWheel, core
AddRecipeParts core 1 smallChassis 3 vehicleSeat
AddRecipeParts frontLeftWheel 1 wheel
AddRecipeParts frontRightWheel 1 wheel
AddRecipeParts backLeftWheel 1 wheel
AddRecipeParts backRightWheel 1 wheel
//Dye colours are "black", "red", "green", "brown", "blue", "purple", "cyan", "silver", "gray", "pink", "lime", "yellow", "lightBlue", "magenta", "orange", "white"
AddDye 5 black
//Health and collision
SetupPart core 100 -64 -8 -16 126 17 31
SetupPart frontLeftWheel 100 20 -10 19 15 15 10
SetupPart frontRightWheel 100 20 -10 -29 15 15 10
SetupPart backRightWheel 100 -61 -10 -32 15 15 12
SetupPart backLeftWheel 100 -61 -10 20 15 15 12
BulletDetection 5
