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