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

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

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

0.1			// 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.245982, 0.005000, -0.650854
-0.245982, 0.118198, -0.880229
-0.245982, 0.312261, -0.882417
-0.245982, 0.486479, -0.798589
-0.245982, 0.660698, -0.472182
-0.245982, 0.660698, 0.877505
-0.245982, 0.190933, 0.875318
-0.245982, 0.005000, 0.425396
0.246050, 0.005000, 0.425396
0.246050, 0.190933, 0.875318
0.246050, 0.660698, 0.877505
0.246050, 0.660698, -0.472182
0.246050, 0.486479, -0.798589
0.246050, 0.312261, -0.882417
0.246050, 0.118198, -0.880229
0.246050, 0.005000, -0.650854



END OF BOUNDING SHAPES

START OF FUNKYGROOVY STUFF

steeringGroove
	FRPIVOT.ACT
	forward

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

spinnyGroove
	RLWHEEL.ACT
	x
	dronespeed
	forward
	0.2

spinnyGroove
	MRWHEEL.ACT
	x
	dronespeed
	forward
	0.2

spinnyGroove
	MLWHEEL.ACT
	x
	dronespeed
	forward
	0.2

spinnyGroove
	FRWHEEL.ACT
	x
	dronespeed
	forward
	0.2

spinnyGroove
	FLWHEEL.ACT
	x
	dronespeed
	forward
	0.2

END OF FUNKYGROOVY STUFF
