#include #include #include inherit LIB_ITEM; static void create() { item::create(); SetKeyName("short sword"); SetId( ({ "sword", "short sword" }) ); SetAdjectives( ({ "short" }) ); SetShort("a short sword"); SetLong("A cheap and rather dull short sword."); SetMass(300); SetBaseCost(50); SetVendorType(VT_WEAPON); SetClass(20); SetDamageType(BLADE); SetWeaponType("blade"); }