We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2443fc4 commit a4d6172Copy full SHA for a4d6172
src/resources/nodes.json
@@ -1631,8 +1631,8 @@
1631
"type": 4,
1632
"faction": 1,
1633
"lvl": [
1634
- 29,
1635
- 31
+ 30,
+ 32
1636
],
1637
"xp": 52
1638
},
@@ -2322,7 +2322,7 @@
2322
"SolNode236": {
2323
"name": "The Duviri Experience",
2324
"type": 28,
2325
- "faction": 5,
+ "faction": 10,
2326
2327
20,
2328
20
@@ -2331,7 +2331,7 @@
2331
"SolNode237": {
2332
"name": "The Lone Story",
2333
2334
2335
2336
2337
src/utils/nodes.js
@@ -87,7 +87,8 @@ export const factionIndexMap = [
87
undefined,
88
"Murmur",
89
"Scaldra",
90
- "Techrot"
+ "Techrot",
91
+ "Duviri"
92
];
93
94
export const nodeShape = {
0 commit comments