// Autogenned file
inherit ARMOUR_OBJ;
void setup(){
set_name("pin" );
set_short("silver pin" );
add_adjective("silver" );
add_plural("jewellery" );
add_alias( "jewellery" );
set_long("The head of this pin is cleverly crafted to "
"resemble a hummingbird, with the shaft of the "
"pin being the bird's long beak.\n" );
set_weight(1 );
set_value(2300 );
add_property("shop type", "jewellers" );
set_type("badge" );
setup_armour(320 );
set_damage_chance(7);
} /* setup() */