// Autogenned file
inherit ARMOUR_OBJ;
void setup(){
set_name("ring" );
set_short("thick gold wedding band" );
add_alias("band" );
add_adjective(({"thick", "gold", "wedding" }) );
set_main_plural("thick gold wedding bands" );
add_plural(({"bands", "rings"}) );
set_long("This ring is fashioned in heavy, dull gold. Its weight and " "strength reflect your own deep commitment to your marriage.\n" );
set_weight(1 );
set_value(20000 );
add_property("shop type", "jewellers" );
add_property("no recycling", 1 );
set_type("ring" );
setup_armour(320 );
set_damage_chance(10);
} /* setup() */