// Autogenned file inherit ARMOUR_OBJ; void setup(){ set_name("torc" ); set_short("golden torc" ); add_adjective("golden" ); add_plural("jewellery" ); add_alias( "jewellery" ); add_property("shop type", "jewellers" ); set_long("This is a rather finely carved golden torc, with a " "little clasp in the back for easy removal.\n" ); set_type("necklace" ); set_material("gold" ); setup_armour(200 ); set_weight(2 ); set_value(2000); } /* setup() */