20 lines
301 B
JSON
20 lines
301 B
JSON
|
{
|
||
|
"weight": 20,
|
||
|
"name": "Overworld Oil Deposit",
|
||
|
"rate": {
|
||
|
"min": 100,
|
||
|
"max": 625
|
||
|
},
|
||
|
"depletion": {
|
||
|
"amount": 1,
|
||
|
"chance": 5,
|
||
|
"depleted_production_rate": 45
|
||
|
},
|
||
|
"fluid": "oil",
|
||
|
"biome_modifier": {
|
||
|
"type": "biome_dictionary",
|
||
|
"ocean": 5,
|
||
|
"sandy": 5
|
||
|
}
|
||
|
}
|