mirror of
https://github.com/YouHaveTrouble/DiscipleOfLand.git
synced 2026-05-11 22:16:55 +00:00
add a few more nodes
This commit is contained in:
@@ -116,5 +116,23 @@
|
|||||||
"rarefied-raw-dark-amber": {
|
"rarefied-raw-dark-amber": {
|
||||||
"name": "Rarefied Raw Dark Amber",
|
"name": "Rarefied Raw Dark Amber",
|
||||||
"level": 93
|
"level": 93
|
||||||
|
},
|
||||||
|
"raw-spodumene": {
|
||||||
|
"name": "Raw Spodumene",
|
||||||
|
"level": 90,
|
||||||
|
"stars": 3,
|
||||||
|
"perception": 3850
|
||||||
|
},
|
||||||
|
"mempisang-log": {
|
||||||
|
"name": "Mempisang Log",
|
||||||
|
"level": 90,
|
||||||
|
"stars": 1,
|
||||||
|
"perception": 2990
|
||||||
|
},
|
||||||
|
"paldao-log": {
|
||||||
|
"name": "Paldao Log",
|
||||||
|
"level": 90,
|
||||||
|
"stars": 2,
|
||||||
|
"perception": 3600
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+49
-1
@@ -203,7 +203,7 @@
|
|||||||
"job": "botanist",
|
"job": "botanist",
|
||||||
"type": "unspoiled",
|
"type": "unspoiled",
|
||||||
"position": {
|
"position": {
|
||||||
"zone": "yar-tel",
|
"zone": "yak-tel",
|
||||||
"x": 36.9,
|
"x": 36.9,
|
||||||
"y": 34.8
|
"y": 34.8
|
||||||
},
|
},
|
||||||
@@ -263,5 +263,53 @@
|
|||||||
"items": [
|
"items": [
|
||||||
"rarefied-raw-dark-amber"
|
"rarefied-raw-dark-amber"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"job": "miner",
|
||||||
|
"type": "legendary",
|
||||||
|
"position": {
|
||||||
|
"zone": "elpis",
|
||||||
|
"x": 30.2,
|
||||||
|
"y": 18.2
|
||||||
|
},
|
||||||
|
"times": [
|
||||||
|
"08:00-10:00",
|
||||||
|
"20:00-22:00"
|
||||||
|
],
|
||||||
|
"items": [
|
||||||
|
"raw-spodumene"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"job": "botanist",
|
||||||
|
"type": "legendary",
|
||||||
|
"position": {
|
||||||
|
"zone": "elpis",
|
||||||
|
"x": 33.1,
|
||||||
|
"y": 14.7
|
||||||
|
},
|
||||||
|
"times": [
|
||||||
|
"06:00-08:00",
|
||||||
|
"18:00-20:00"
|
||||||
|
],
|
||||||
|
"items": [
|
||||||
|
"mempisang-log"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"job": "botanist",
|
||||||
|
"type": "legendary",
|
||||||
|
"position": {
|
||||||
|
"zone": "elpis",
|
||||||
|
"x": 9.8,
|
||||||
|
"y": 29.8
|
||||||
|
},
|
||||||
|
"times": [
|
||||||
|
"02:00-04:00",
|
||||||
|
"14:00-16:00"
|
||||||
|
],
|
||||||
|
"items": [
|
||||||
|
"paldao-log"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -343,5 +343,39 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"elpis": {
|
||||||
|
"name": {
|
||||||
|
"en": "Elpis"
|
||||||
|
},
|
||||||
|
"aetherytes": [
|
||||||
|
{
|
||||||
|
"position": {
|
||||||
|
"x": 24.6,
|
||||||
|
"y": 24.0
|
||||||
|
},
|
||||||
|
"name": {
|
||||||
|
"en": "Anagnorisis"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": {
|
||||||
|
"x": 8.7,
|
||||||
|
"y": 32.3
|
||||||
|
},
|
||||||
|
"name": {
|
||||||
|
"en": "The Twelve Wonders"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": {
|
||||||
|
"x": 10.8,
|
||||||
|
"y": 17.0
|
||||||
|
},
|
||||||
|
"name": {
|
||||||
|
"en": "Poieten Oikos"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user