View Single Post
01/30/15, 06:45 PM   #23
katkat42
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 155
ITEMTYPE enums and provisioning ingredients:
With the new provisioning changes, we now have one in-game item with ITEMTYPE_SPICE, one in-game item with ITEMTYPE_FLAVORING, and alllllllll the rest have ITEMTYPE_INGREDIENT. Perhaps the following might be implemented?
ITEMTYPE_MEAT (fish, white meat, red meat, game, small game, poultry)
ITEMTYPE_FRUIT (apples, bananas, jazbay grapes, melons, tomatoes, pumpkins)
ITEMTYPE_VEGETABLE (carrots, potatoes, corn, radishes, beets, greens)
ITEMTYPE_ALCOHOL, ITEMTYPE_TEA, ITEMTYPE_TONIC similarly
And the other 12 ingredients can stay ITEMTYPE_INGREDIENT, since they're pretty generic.

I figure, since enchanting runes got subdivided, it's worth a shot, and it would make certain things in SousChef much easier :-)
  Reply With Quote