VERSION 2	// Version of this text file's format

F14			// Name of drone  this replaces, for cross-referencing porpoises

PLANE

1.5			// Mass (tonnes)
40, 50, 40	// Centre of mass, as %age distance from front, left, bottom (woof)

smooth		// Cornering (smooth/sharp)

variable	// Speed (constant/variable) -
			// if constant, must be followed by ONE number (the speed),
			// if variable, must be followed by THREE numbers on separate lines (accel, max speed, min speed)
	1.0		// Max accel (BRU/s/s, 1 BRU/s = 15mph approx.) 
	13.0	// Max speed (BRU/s) (that's about 190 mph)
	0.5		// Min speed (BRU/s) (or taxi speed for a plane)

0			// Crushability (0 = no crushing, 0.5 average softness, 1.0 very soft, 2.0 extremely soft) - 
			// if not 0 (zero) then must be followed by three lines of 2 values
//	15, 15	// Crush limits front, back as %age of total length of vehicle
//	5, 5	// 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)

always		// Processing - 'always' or 'distance'

// If nothing between these two lines, the actor-to-bounds will be used instead

START OF BOUNDING SHAPES

1					// number of shapes

polyhedron
8					// number of points

-0.750,0.4830,-0.467
0.7688,0.4830,-0.467
-0.157,0.0020,-0.249
0.1797,0.0020,-0.249
0.0104,0.4493,0.6868
0.0104,0.4493,0.6868
0.2714,0.1961,0.6868
-0.250,0.1961,0.6868


END OF BOUNDING SHAPES



START OF FUNKYGROOVY STUFF
END OF FUNKYGROOVY STUFF
