From the NannyMUD documentation

LAST CHANGE

2002-07-15

NAME

        morphologyd - A morphologyd daemon.

FUNCTIONS

QUERY FUNCTIONS

	query_morph_group
	query_body_parts

DESCRIPTION

	This daemon handles the morphology of monsters, i.e. what
	general form they have and what body parts. It also has a list
	of larger groups, into which bodily similar races has been
	grouped.

FUNCTION


NAME

        query_morph_group - 

SYNTAX

string query_morph_group(string race)

DESCRIPTION

	This function returns the morph-group of a race. This will be
	one of :
	NONE
	OTHER
	angeloid
	animal
	bird
	bovine
	canine
	centauroid
	demonoid
	dragonoid
	elfinoid
	equine
	feline
	fish
	goblinoid
	griffonoid
	humanoid
	insect
	lobsteroid
	mermoid
	nagoid
	plant
	wormoid

FUNCTION


NAME

        query_body_parts - 

SYNTAX

string *query_body_parts(string race)

DESCRIPTION

	This function returns an array of strings with the body parts
	the given race is assumed to have.