// Autogenned file inherit CLOTHING_OBJ; void setup(){ set_name("satchel" ); set_short("large satchel" ); add_adjective(({ "large" }) ); set_main_plural("large satchels" ); set_long("This is a large satchel made of leather with a nice " "long strap so that it can be worn across the torso. " "It'll hold quite a few items, although nothing too bulky.\n" ); set_material("leather" ); set_weight(20 ); set_value(1000 ); set_type("sash" ); setup_clothing(800 ); set_damage_chance(15 ); add_pocket("main", 40 ); add_pocket("main", 40 ); add_pocket("side", 20); } /* setup() */