Skip to content

Instantly share code, notes, and snippets.

@vvdaal
Created April 26, 2020 23:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vvdaal/edd7371d57bb5ec9b4c52847383a27e1 to your computer and use it in GitHub Desktop.
Save vvdaal/edd7371d57bb5ec9b4c52847383a27e1 to your computer and use it in GitHub Desktop.
Spoilage for each Item type in JSON format. Made from https://ark.gamepedia.com/Spoilage#Foods
{
"foods": {
"berries":
{
"player_inventory": 600,
"tamed_dino_or_trough": 2400,
"preserving_bin": 6600,
"refrigerator": 60000,
"crop_plot": 120000
},
"crops":
{
"player_inventory": 300,
"tamed_dino_or_trough": 1200,
"preserving_bin": 3000,
"refrigerator": 30000,
"crop_plot": 60000
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment