20 lines
294 B
JSON
20 lines
294 B
JSON
{
|
|
"weight": 20,
|
|
"name": "Overworld Oil Deposit",
|
|
"yield": {
|
|
"min": 175,
|
|
"max": 300
|
|
},
|
|
"depletion": {
|
|
"amount": 1,
|
|
"chance": 100,
|
|
"depleted_yield": 25
|
|
},
|
|
"fluid": "oil",
|
|
"biome_modifier": {
|
|
"type": "biome_dictionary",
|
|
"ocean": 5,
|
|
"sandy": 5
|
|
}
|
|
}
|