// Autogenned file
inherit WEAPON_OBJ;
void setup(){
set_name("ninjan-to" );
set_short("ninjan-to" );
set_main_plural("ninjan-tos" );
add_alias("sword" );
add_plural(({ "ninjan-tos", "swords" }) );
set_long("This is a smaller, straight version of the katana. "
"It is favoured by the oriental assassin because it is "
"more easily hidden under clothing than the larger katana.\n" );
set_weight(30 );
set_value(8000 );
new_weapon(4000 );
set_damage_chance(8 );
add_attack("chop", 50, ({ 10, 2, 50 }), "sharp", "sharp", 0 );
add_attack("slice", 50, ({ 10, 2, 50 }), "sharp", "sharp", 0 );
add_attack("pierce", 30, ({ 10, 3, 60 }), "pierce", "pierce", 0);
} /* setup() */