// Autogenned file
inherit WEAPON_OBJ;
void setup(){
set_name("waki-zashi" );
set_short("waki-zashi" );
set_main_plural("waki-zashis" );
add_alias("sword" );
add_plural("swords" );
set_long("This oriental short sword is the perfect companion to a "
"katana to form the Dai-sho or long-short. The weapon has "
"a perfect balance and a blade of the finest quality, extremely "
"sharp and strong.\n" );
set_weight(16 );
set_value(6000 );
new_weapon(2000 );
set_damage_chance(2 );
add_attack("slice", 75, ({ 0, 3, 40 }), "sharp", "sharp", 0 );
add_attack("pierce", 50, ({ 2, 3, 60 }), "pierce", "pierce", 0);
} /* setup() */