Function or property to determine what skill (if any) is needed to craft an item?

Razorsoup

Member
Is there a way to determine what skill is needed to craft a given item? For example, milk of magnesium requires Advanced Saucecrafting to create. Is there an ASH function that would tell me that? For items that have a chain of multiple possible creation steps I only care about what skill is needed for the final step that actually results in the item.
 

slyz

Developer
There is the recipe CLI command, but no ASH equivalent is I remember correctly.

You can do what aqualectrix did for her PriceAdvisor script, and directly parse concoctions.txt. That script is a lot to digest, but it is really worth it if you want to learn about ASH scripting and how Mafia handles concoctions.
 

Razorsoup

Member
Thanks. Looks like properly parsing concoctions.txt would be a bit of work but would definitely give me the information I am looking for.
 
Top