

alien Meeps
{
	// This is the player -- no need to define traits or anything.
	
	textureset toad ;

	set colonies 6 ; // give the player some status
	
	tokencolor 1 1 0 ;
} ;


alien "D-Saurs"
{
	textureset big ;

	tokencolor 0 1 0 ;

	set colonies 1 ;

} ;


alien Fanches
{
	textureset bird ;

	tokencolor 1 .5 0 ;

	set colonies 10 ;
} ;


alien Zards
{
	textureset lizard ;

	tokencolor 1 0 0 ;

	set colonies 6 ;
} ;
