#include #include inherit LIB_ITEM; void create(){ ::create(); SetKeyName("sword"); SetId( ({"thing","item","thang","dingus"}) ); SetAdjectives( ({"generic","sample","template"}) ); SetShort("a sword"); SetLong("This is an object of indeterminate nature and proportions."); SetMass(20); SetBaseCost("silver",10); SetVendorType(VT_TREASURE); } void init(){ ::init(); }