// Autogenned file
inherit ARMOUR_OBJ;
void setup(){
set_name("ring" );
set_short("occult silver ring" );
add_adjective(({ "occult", "silver" }) );
add_plural("jewellery" );
add_alias( "jewellery" );
set_main_plural("occult silver rings" );
set_long( "This silver ring has been engraved with occult designs, "
"such as mystic runes, stick-men wielding sticks and ferocious "
"stick-bats, flying through the air propelled by the flapping "
"of their stick-wings.\n" );
set_weight( 1 );
set_value( 1000 );
setup_armour( 400 );
set_type( "ring" );
set_damage_chance( 7 );
add_property("shop type", "jewellers" );
add_property("occult jewellery", 1);
} /* setup() */