// Gototh, 01/04/99
inherit "/std/races/humanoid";
void setup() {
set_name( "nymph" );
set_long( "An extremely attractive humanoid.\n" );
set_desc( "an extremely attractive humanoid" );
set_weight(1600);
set_height(175);
// Can see in the dark, but gets blinded by light.
set_sight( ({ 0, 0, 75, 90 }) );
// Physically flawless, but not so hot in the mental department.
set_stats( ({ 6, 8, -2, 6, -2 }) );
} /* setup() */