Initial commit

This commit is contained in:
2023-10-03 21:57:18 +02:00
commit 0c78d614bf
24 changed files with 1570 additions and 0 deletions
+63
View File
@@ -0,0 +1,63 @@
[
{
"position": {
"zone": "labyrinthos",
"x": 30.3,
"y": 11.9
},
"name": {
"en": "The Archeion"
}
},
{
"position": {
"zone": "labyrinthos",
"x": 21.6,
"y": 20.4
},
"name": {
"en": "Sharlayan Hamlet"
}
},
{
"position": {
"zone": "labyrinthos",
"x": 6.8,
"y": 27.5
},
"name": {
"en": "Aporia"
}
},
{
"position": {
"zone": "thavnair",
"x": 29.5,
"y": 16.5
},
"name": {
"en": "Palaka's Stand"
}
},
{
"position": {
"zone": "thavnair",
"x": 10.9,
"y": 22.2
},
"name": {
"en": "The Great Work"
}
},
{
"position": {
"zone": "thavnair",
"x": 25.3,
"y": 34.0
},
"name": {
"en": "Yedlihmad"
}
}
]
+22
View File
@@ -0,0 +1,22 @@
{
"rarefied-iceberg-lettuce": {
"name": "Rarefied Iceberg Lettuce",
"scrip-color": "purple",
"level": 90
},
"rarefied-dark-rye": {
"name": "Rarefied Dark Rye",
"scrip-color": "white",
"level": 89
},
"rarefied-palm-log": {
"name": "Rarefied Palm Log",
"scrip-color": "white",
"level": 81
},
"rarefied-coconut": {
"name": "Rarefied Coconut",
"scrip-color": "white",
"level": 85
}
}
+37
View File
@@ -0,0 +1,37 @@
[
{
"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"
]
}
]
+12
View File
@@ -0,0 +1,12 @@
{
"labyrinthos": {
"name": {
"en": "Labyrinthos"
}
},
"thavnair": {
"name": {
"en": "Thavnair"
}
}
}