mirror of
https://github.com/YouHaveTrouble/DiscipleOfLand.git
synced 2026-05-12 14:36:55 +00:00
38 lines
568 B
JSON
38 lines
568 B
JSON
[
|
|
{
|
|
"job": "botanist",
|
|
"type": "unspoiled",
|
|
"position": {
|
|
"zone": "labyrinthos",
|
|
"x": 9.7,
|
|
"y": 22.2
|
|
},
|
|
"times": [
|
|
"06:00-08:00",
|
|
"18:00-20:00"
|
|
],
|
|
"items": [
|
|
"rarefied-dark-rye",
|
|
"rarefied-iceberg-lettuce"
|
|
]
|
|
},
|
|
{
|
|
"job": "botanist",
|
|
"type": "unspoiled",
|
|
"position": {
|
|
"zone": "thavnair",
|
|
"x": 14.3,
|
|
"y": 14.5
|
|
},
|
|
"times": [
|
|
"02:00-04:00",
|
|
"14:00-16:00"
|
|
],
|
|
"items": [
|
|
"rarefied-palm-log",
|
|
"rarefied-coconut"
|
|
]
|
|
}
|
|
]
|
|
|