Compare commits

...

1 Commits

Author SHA1 Message Date
willyb321
cb2af43ab9 gitflow-feature-stash: 3-3 2018-11-08 09:31:33 +11:00
4 changed files with 1359 additions and 1432 deletions

2705
dist/index.js vendored

File diff suppressed because it is too large Load Diff

41
dist/index.json vendored
View File

@@ -18796,36 +18796,6 @@
} }
], ],
"sc": [ "sc": [
{
"class": 1,
"cost": 1545000,
"edID": 128663561,
"eddbID": 1244,
"grp": "sc",
"id": "2f",
"integrity": 40,
"mass": 2,
"name": "Advanced Discovery Scanner",
"power": 0,
"rangeLS": null,
"rating": "C",
"symbol": "Int_StellarBodyDiscoveryScanner_Advanced"
},
{
"class": 1,
"cost": 505000,
"edID": 128663560,
"eddbID": 1243,
"grp": "sc",
"id": "2g",
"integrity": 40,
"mass": 2,
"name": "Intermediate Discovery Scanner",
"power": 0,
"rangeLS": 1000,
"rating": "D",
"symbol": "Int_StellarBodyDiscoveryScanner_Intermediate"
},
{ {
"class": 1, "class": 1,
"cost": 1000, "cost": 1000,
@@ -18835,9 +18805,11 @@
"id": "2h", "id": "2h",
"integrity": 40, "integrity": 40,
"mass": 2, "mass": 2,
"name": "Basic Discovery Scanner", "name": "Discovery Scanner",
"power": 0, "power": 0,
"rangeLS": 500, "passiveRangeLS": 33.36,
"activeRangeLS": null,
"scanTimeSec": 5,
"rating": "E", "rating": "E",
"symbol": "Int_StellarBodyDiscoveryScanner_Standard" "symbol": "Int_StellarBodyDiscoveryScanner_Standard"
} }
@@ -20634,7 +20606,10 @@
"eddbID": 1245, "eddbID": 1245,
"grp": "ss", "grp": "ss",
"id": "2i", "id": "2i",
"mass": 1.3, "mass": 0,
"ammo": 3,
"integrity": 20,
"probeRadius": 20,
"name": "Detailed Surface Scanner", "name": "Detailed Surface Scanner",
"power": 0, "power": 0,
"rating": "C", "rating": "C",

View File

@@ -1,35 +1,5 @@
{ {
"sc": [ "sc": [
{
"class": 1,
"cost": 1545000,
"edID": 128663561,
"eddbID": 1244,
"grp": "sc",
"id": "2f",
"integrity": 40,
"mass": 2,
"name": "Advanced Discovery Scanner",
"power": 0,
"rangeLS": null,
"rating": "C",
"symbol": "Int_StellarBodyDiscoveryScanner_Advanced"
},
{
"class": 1,
"cost": 505000,
"edID": 128663560,
"eddbID": 1243,
"grp": "sc",
"id": "2g",
"integrity": 40,
"mass": 2,
"name": "Intermediate Discovery Scanner",
"power": 0,
"rangeLS": 1000,
"rating": "D",
"symbol": "Int_StellarBodyDiscoveryScanner_Intermediate"
},
{ {
"class": 1, "class": 1,
"cost": 1000, "cost": 1000,
@@ -39,9 +9,11 @@
"id": "2h", "id": "2h",
"integrity": 40, "integrity": 40,
"mass": 2, "mass": 2,
"name": "Basic Discovery Scanner", "name": "Discovery Scanner",
"power": 0, "power": 0,
"rangeLS": 500, "passiveRangeLS": 33.36,
"activeRangeLS": null,
"scanTimeSec": 5,
"rating": "E", "rating": "E",
"symbol": "Int_StellarBodyDiscoveryScanner_Standard" "symbol": "Int_StellarBodyDiscoveryScanner_Standard"
} }

View File

@@ -7,7 +7,10 @@
"eddbID": 1245, "eddbID": 1245,
"grp": "ss", "grp": "ss",
"id": "2i", "id": "2i",
"mass": 1.3, "mass": 0,
"ammo": 3,
"integrity": 20,
"probeRadius": 20,
"name": "Detailed Surface Scanner", "name": "Detailed Surface Scanner",
"power": 0, "power": 0,
"rating": "C", "rating": "C",