// Autogenned file
inherit ARMOUR_OBJ;
void setup(){
set_name("ring" );
set_short("lion's head ring" );
add_adjective(({ "lion's", "head" }) );
add_alias( "jewellery" );
add_plural("jewellery" );
set_long("This silvery ring has been carved into the head of a lion, "
"with two small chips of lapis lazuli for the eyes.\n" );
set_weight(1 );
set_value(1500 );
add_property("shop type", "jewellers" );
set_type("ring" );
setup_armour(320 );
set_damage_chance(7);
} /* setup() */