Adding EDDB IDs

This commit is contained in:
Colin McLeod
2015-10-27 11:59:44 -07:00
parent 8edcc68cfe
commit 5350fb5e07
64 changed files with 803 additions and 2476 deletions

View File

@@ -1,44 +1,7 @@
{
"ml": [
{
"id": "2l",
"grp": "ml",
"class": 1,
"rating": "D",
"cost": 6800,
"mass": 2,
"power": 0.5,
"mode": "F",
"armourpen": "D",
"thermload": 3
},
{
"id": "2m",
"grp": "ml",
"class": 2,
"rating": "D",
"cost": 22580,
"mass": 2,
"power": 0.75,
"mode": "F",
"armourpen": "D",
"thermload": 5
},
{
"id": "ml",
"grp": "ml",
"name": "Mining Lance",
"class": 1,
"rating": "D",
"cost": 13600,
"mass": 2,
"power": 0.7,
"mode": "F",
"type": "T",
"damage": 3,
"dps": 3,
"armourpen": "D",
"thermload": 3
}
{ "id": "2l", "eddbID": 888, "grp": "ml", "class": 1, "rating": "D", "cost": 6800, "mass": 2, "power": 0.5, "mode": "F", "armourpen": "D", "thermload": 3 },
{ "id": "2m", "eddbID": 889, "grp": "ml", "class": 2, "rating": "D", "cost": 22580, "mass": 2, "power": 0.75, "mode": "F", "armourpen": "D", "thermload": 5 },
{ "id": "ml", "eddbID": 1479, "grp": "ml", "name": "Mining Lance", "class": 1, "rating": "D", "cost": 13600, "mass": 2, "power": 0.7, "mode": "F", "type": "T", "damage": 3, "dps": 3, "armourpen": "D", "thermload": 3 }
]
}