addQuest("You could try all the #food available from cooks and chefs across the island. I can tell you what I've sampled on my travels.");
addReply("food", null, new ListProducedItemsOfClassAction("food","I think I've tasted everything, [#items]. I can tell you more about each foodstuff, if you like."));
add(
ConversationStates.ATTENDING,
"",
new TriggerIsProducedItemOfClassCondition("food"),
ConversationStates.ATTENDING,
null,
new ListProducedItemDetailAction()
);
addJob("Aaaah, I am on holiday here, only walking around.");