20 lines
294 B
JSON
Raw Normal View History

2022-01-23 23:35:02 +08:00
{
"weight": 20,
"name": "Overworld Oil Deposit",
2022-01-29 15:57:48 +08:00
"yield": {
"min": 175,
"max": 300
2022-01-23 23:35:02 +08:00
},
"depletion": {
"amount": 1,
2022-01-29 15:57:48 +08:00
"chance": 100,
"depleted_yield": 25
2022-01-23 23:35:02 +08:00
},
"fluid": "oil",
"biome_modifier": {
"type": "biome_dictionary",
"ocean": 5,
"sandy": 5
}
}