Massive refactor for 3rd party import

This commit is contained in:
Colin McLeod
2015-07-19 21:32:14 -07:00
parent c796adf40d
commit 03986cb88a
50 changed files with 4278 additions and 156 deletions

View File

@@ -0,0 +1,49 @@
{
"Scanner": [
{
"id": "2f",
"grp": "sc",
"name": "Advanced Discovery Scanner",
"class": 1,
"rating": "C",
"cost": 1545000,
"mass": 2,
"power": 0,
"rangeLS": null
},
{
"id": "2g",
"grp": "sc",
"name": "Intermediate Discovery Scanner",
"class": 1,
"rating": "D",
"cost": 505000,
"mass": 2,
"power": 0,
"rangeLS": 1000
},
{
"id": "2h",
"grp": "sc",
"name": "Basic Discovery Scanner",
"class": 1,
"rating": "E",
"cost": 1000,
"mass": 2,
"power": 0,
"rangeLS": 500
},
{
"id": "2i",
"grp": "sc",
"name": "Detailed Surface Scanner",
"class": 1,
"retractedOnly": 1,
"rating": "C",
"cost": 250000,
"mass": 1.3,
"power": 0.6,
"rangeLS": 0.33
}
]
}