(ctor) CustomItem( Type type, int loc )
(ctor) CustomItem( int itemID, int loc )
(ctor) CustomItem( int itemID, int loc, bool longText )
(ctor) CustomItem( Type type, int loc, int art )
(ctor) CustomItem( Type type, int itemID, int loc, int art, bool longText )
int ArtNumber( get; )
int ItemID( get; )
int LocNumber( get; )
bool LongText( get; )
Type Type( get; )
Item Create()