Skip to content

Commit a4d6172

Browse files
committed
Add Duviri faction
1 parent 2443fc4 commit a4d6172

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

src/resources/nodes.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1631,8 +1631,8 @@
16311631
"type": 4,
16321632
"faction": 1,
16331633
"lvl": [
1634-
29,
1635-
31
1634+
30,
1635+
32
16361636
],
16371637
"xp": 52
16381638
},
@@ -2322,7 +2322,7 @@
23222322
"SolNode236": {
23232323
"name": "The Duviri Experience",
23242324
"type": 28,
2325-
"faction": 5,
2325+
"faction": 10,
23262326
"lvl": [
23272327
20,
23282328
20
@@ -2331,7 +2331,7 @@
23312331
"SolNode237": {
23322332
"name": "The Lone Story",
23332333
"type": 28,
2334-
"faction": 5,
2334+
"faction": 10,
23352335
"lvl": [
23362336
20,
23372337
20

src/utils/nodes.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ export const factionIndexMap = [
8787
undefined,
8888
"Murmur",
8989
"Scaldra",
90-
"Techrot"
90+
"Techrot",
91+
"Duviri"
9192
];
9293

9394
export const nodeShape = {

0 commit comments

Comments
 (0)