VERSION 2
C2SFERRARI		// Name of this drone, for cross-referencing porpoises
CAR

1.3		// Mass (tonnes)
50, 50, 30	// Centre of mass, as %age distance from front, left, bottom (woof)
smooth	// Cornering (smooth/sharp)

variable	// Speed (constant/variable) -
	1.00		// Max accel (BRU/s/s, 1 BRU/s = 15mph approx.) 
	6.25		// Max speed (BRU/s)
	1.25		// Min speed (BRU/s)

0.5			// Crushability (0 = no crushing, 0.5 average softness, 1.0 very soft, 2.0 extremely soft) - 
	25 , 25	// Crush limits front, back as %age of total length of vehicle
	15 , 15	// Crush limits left, right
	0  , 30	// Crush limits bottom, top

respawn		// Ability to be resurrected after twattage (respawn / norespawn)
inline		// Orientation relative to path incline: inline (car, plane), vertical (cable car)
distance		// Processing - 'always' or 'distance'

// If zero between these two lines, a box based on the actor-to-bounds will be used instead

START OF BOUNDING SHAPES
1                           // Number of 'Bounding shapes' entries.

polyhedron
16					// number of points
-0.197232, 0.005000, -0.256870
-0.171763, 0.020089, -0.435620
-0.183403, 0.092433, -0.437026
-0.145513, 0.228604, -0.034136
-0.145513, 0.234307, 0.082114
-0.189263, 0.176183, 0.414146
-0.179341, 0.055558, 0.438208
-0.197232, 0.005000, 0.303442
0.197300, 0.005000, 0.303442
0.179409, 0.055558, 0.438208
0.189331, 0.176183, 0.414146
0.145581, 0.234307, 0.082114
0.145581, 0.228604, -0.034136
0.183472, 0.092433, -0.437026
0.171831, 0.020089, -0.435620
0.197300, 0.005000, -0.256870

END OF BOUNDING SHAPES

START OF FUNKYGROOVY STUFF

steeringGroove
	FRPIVOT.ACT
	forward

steeringGroove
	FLPIVOT.ACT
	forward
	
spinnyGroove
	RRWHEEL.ACT
	x
	dronespeed
	forward
	0.13

spinnyGroove
	RLWHEEL.ACT
	x
	dronespeed
	forward
	0.13

spinnyGroove
	FRWHEEL.ACT
	x
	dronespeed
	forward
	0.13

spinnyGroove
	FLWHEEL.ACT
	x
	dronespeed
	forward
	0.13

END OF FUNKYGROOVY STUFF
