Skip to content

Commit

Permalink
fix: sol node updates for disruption
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobiah committed Sep 24, 2019
1 parent d93ee9e commit 13d2a01
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
15 changes: 10 additions & 5 deletions data/solNodes.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
"SolNode30": {
"value": "Olympus (Mars)",
"enemy": "Grineer",
"type": "Mobile Defense"
"type": "Disruption"
},
"SolNode31": {
"value": "Anthe (Saturn)",
Expand Down Expand Up @@ -437,7 +437,7 @@
"SolNode87": {
"value": "Ganymede (Jupiter)",
"enemy": "Corpus",
"type": "Ancient Retribution"
"type": "Disruption"
},
"SolNode88": {
"value": "Adrastea (Jupiter)",
Expand Down Expand Up @@ -592,7 +592,7 @@
"SolNode118": {
"value": "Laomedeia (Neptune)",
"enemy": "Corpus",
"type": "Spy"
"type": "Disruption"
},
"SolNode119": {
"value": "Caloris (Mercury)",
Expand Down Expand Up @@ -938,7 +938,7 @@
"SolNode188": {
"value": "Kelpie (Sedna)",
"enemy": "Grineer",
"type": "Sabotage"
"type": "Disruption"
},
"SolNode189": {
"value": "Naga (Sedna)",
Expand Down Expand Up @@ -1232,7 +1232,7 @@
"SolNode745": {
"value": "Tamu (Kuva Fortress)",
"enemy": "Grineer",
"type": "Defense"
"type": "Disruption"
},
"SolNode746": {
"value": "Dakata (Kuva Fortress)",
Expand Down Expand Up @@ -1324,6 +1324,11 @@
"enemy": "Corpus",
"type": "Rescue"
},
"SolNode308": {
"value": "Apollo (Lua)",
"enemy": "Corpus",
"type": "Disruption"
},
"SettlementNode1": {
"value": "Roche (Phobos)",
"enemy": "Corpus",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"scripts": {
"lint": "npx eslint --ignore-path .gitignore .",
"lint:fix": "npx eslint --ignore-path .gitignore . --fix",
"test": "npx mocha",
"test": "npx nyc --reporter=html --reporter=text mocha",
"coverage": "npm test && npx nyc report --reporter=text-lcov | npx coveralls",
"sort_lang": "python tools/sort_languages.py"
},
"repository": {
Expand Down

0 comments on commit 13d2a01

Please sign in to comment.