//Naming
Name Centurion
ShortName CentAVRE
//Visuals
Icon CentAVRE
Model bmp.CentAVRE
Texture CentAVRE
//Third Person Camera Distance
CameraDistance 11.5
//Throttle
MaxThrottle 1.0
MaxNegativeThrottle 0.5
//Steering modifiers
TurnLeftSpeed 0.5
TurnRightSpeed 0.5
//Drag
Drag 10.0
//For calculating whether wheels are on the ground or not for driving
WheelRadius 1.5
//Wheel positions for collision handling. Tanks still have 4 wheels, they are just the corner ones.
WheelPosition 0 -51 -10 -33
WheelPosition 1 -51 -10 33
WheelPosition 2 56 -10 33
WheelPosition 3 56 -10 -33
WheelSpringStrength 0.5
//If true, then all wheels will apply drive forces
FourWheelDrive true
//Tank mode activate
Tank true
//Fuel Tank Size (1 point of fuel will keep one propeller going with throttle at 1 for 1 tick)
FuelTankSize 2000
//Inventory Slots
CargoSlots 0
ShellSlots 5
//Driver and passenger positions
Driver 0 37 0 -360 360 -10 18
RotatedDriverOffset -8 0 7
Passengers 2
Passenger 1 0 29 0 turret
Passenger 2 38 8 10 core
RotatedPassengerOffset 1 -3 0 -6
RotatedPassengerOffset 
BarrelPosition 58 29 0
//Secondary gun
AddGun 31 30 6 turret m60
//Delays are in ticks or 1/20ths of seconds
ShootDelay 1
ShellDelay 140
AllowAllAmmo False
AddAmmo HESH165
//Sounds
StartSound ChallengerIdle
StartSoundLength 40
EngineSound ChallengerRun
EngineSoundLength 40
ShootSoundPrimary 155shoot
ShootSoundSecondary M60Shoot
//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 turret 1 tankTurret
AddRecipeParts core 1 advancedTankBody 1 vehicleSeat 10 iron 4 ERA
AddRecipeParts leftTrack 1 catTrack
AddRecipeParts rightTrack 1 catTrack
//Dye colours are "black", "red", "green", "brown", "blue", "purple", "cyan", "silver", "gray", "pink", "lime", "yellow", "lightBlue", "magenta", "orange", "white"
AddDye 10 gray
//Health and collision
SetupPart core 1400 -80 0 -35 150 27 70
SetupPart rightTrack 600 -80 -9 -33 150 25 13
SetupPart leftTrack 600 -80 -9 20 150 25 13
SetupPart turret 700 -43 23 -22 79 23 47
BulletDetection 7