Theraze
Active member
Obviously painful penne pasta has more than 0 ingredients - it should find 2. I discovered this while trying to iterate over ingredients to check for sauces for Saucemaven support in ED... it's very hard to check for ingredients with 'sauce' in the name if you can't retrieve the ingredients.> ash count(get_ingredients($item[painful penne pasta]))
Returned: 0
> recipe painful penne pasta
painful penne pasta: [Cooking (fancy) (Pastamastery)] dry noodles + jabañero pepper
***dry noodles
***jabañero pepper: [Coin Master purchase] worthless item
******worthless item

Edit: Just checked and this may only apply to items that you don't have the skills to create, as cocktailcrafting items are showing just fine on this AoSP character:
But since in SC, you can still buy those items, the ingredients that create the items make a difference in which skills trigger...> ash get_ingredients($item[ducha de oro])
Returned: aggregate int [item]
little paper umbrella => 1
tequila sunrise => 1
> ash get_ingredients($item[painful penne pasta])
Returned: aggregate int [item]

Last edited: