#Foundry Recipe Data (Community Dataset)

5 messages · Page 1 of 1 (latest)

ionic peak
#

I’m maintaining a public, versioned dataset with crafting recipes extracted directly from the official Foundry asset files.

The data is published per Foundry release (currently v0.6.0.22650) and provided as clean JSON files for use in calculators, websites, and other community tools.

The dataset is updated whenever new Foundry Modkit / asset files are released.

I hope this can help the community, and I’d really appreciate any feedback or suggestions.

GitHub (docs & source):
https://github.com/felixstaude/foundry-recipe-data

Data endpoint:
https://felixstaude.github.io/foundry-recipe-data/

GitHub

Contribute to felixstaude/foundry-recipe-data development by creating an account on GitHub.

rough yacht
#

This is great.
Any chance you can get the experimental version?
Are the shipping pads and assembly lines able to be included in this lists?

The Planit mod is probably the best current version of this type of calculator, but having this data is very useful for non ingame work. It would also be good to port this to the wiki. It's been attempted a few times in the last few updates but always didn't get finalized before halting. Much of the wiki is outdated info, but manually porting over the raw info is not ideal.

ionic peak
#

Thanks!

Regarding the experimental version: unfortunately I currently can’t support it, since all data is extracted from the official Foundry Modkit / asset downloads here:
https://modkit.foundry-game.com/downloads/

Those only provide the latest stable release. If experimental asset files ever become available somewhere, adding support for them wouldn’t be a problem.

Shipping pads are already included in the recipe data. For assembly lines, the individual robot components (e.g. heads, torsos, etc.) are present as separate recipes (for example _base_mining_robot_01_head).
The actual Assembly Line data itself will likely need to be added manually, since I haven’t found any dedicated Assembly Line information in the asset files yet.

The dataset is intended to be reused for tools and the wiki. While most data comes directly from the asset files, some parts may be added manually, so please keep in mind that errors are still possible.

rough yacht
#

Yeah, thought it might be somewhere else. Darn. The shipping pad rates and values are somewhere in the game, but i guess its not in the asset list. Not having assembly line in them is a annoying, I get its simple but why not be included. Oh well thanks for this.

dusty atlas
#

This is amazing thank you! Thanks for setting this up.