// Autogenned file
inherit ARMOUR_OBJ;
void setup(){
set_name("ring" );
set_short("occult gold ring" );
add_adjective(({ "occult", "gold" }) );
add_plural("jewellery" );
add_alias( "jewellery" );
set_main_plural("occult gold rings" );
set_long( "This gold 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( 3000 );
setup_armour( 320 );
set_type( "ring" );
set_damage_chance( 7 );
add_property("shop type", "jewellers" );
add_property("occult jewellery", 1);
} /* setup() */