// Autogenned file
inherit ARMOUR_OBJ;
void setup(){
set_name("ring" );
set_short("gold ring" );
add_adjective("gold" );
add_plural("jewellery" );
add_alias( "jewellery" );
set_main_plural("gold rings" );
set_long("This is a very nice ring that has been lovingly crafted "
"from gold. It's engraved with leaf-patterns running around "
"the outside.\n" );
set_weight(1 );
set_value(2000 );
add_property("shop type", "jewellers" );
set_type("ring" );
setup_armour(320 );
set_damage_chance(7);
} /* setup() */