inherit"std/object";
void setup()
{
set_name("crystal vase");
add_alias("vase");
set_main_plural("crystal vases");
add_plural("vases");
set_short("Crystal Vase");
set_long("This is a beautiful vase made of the world's finest "
"crystal. At a height of about six inched, this hour "
"glass shaped vase is the perfect size for a single "
"flower. Looking closely at its sides, you see small "
"etchings of beautiful roses.\n");
set_weight(20);
set_value(1);
}