inherit "/std/object";
void setup()
{
set_name("jewel");
set_short("jewel");
set_long("This is a magnificent jewel which is a deep blue in color and sparkles in the "
"light. Truely, this must be the Gem of Raisa. "
"\n\n");
add_alias("gem");
add_alias("jewel");
set_main_plural("jewels");
add_plural("jewels");
add_plural("gems");
set_value(0);
set_weight(10);
}