Migrating data to seperate sub-repo

This commit is contained in:
Colin McLeod
2015-10-22 20:31:29 -07:00
commit 0e48c6a8cc
65 changed files with 4532 additions and 0 deletions

64
ships/sidewinder.json Executable file
View File

@@ -0,0 +1,64 @@
{
"sidewinder": {
"properties": {
"name": "Sidewinder",
"manufacturer": "Faulcon DeLacy",
"class": 1,
"hullCost": 12870,
"speed": 220,
"boost": 320,
"boostEnergy": 7,
"agility": 8,
"baseShieldStrength": 40,
"baseArmour": 108,
"hullMass": 25,
"masslock": 6,
"pipSpeed": 0.1375
},
"retailCost": 32000,
"slots": {
"standard": [
2,
2,
2,
1,
1,
1,
1
],
"hardpoints": [
1,
1,
0,
0
],
"internal": [
2,
2,
1
]
},
"defaults": {
"standard": [
"2E",
"2E",
"2E",
"1E",
"1E",
"1E",
"1C"
],
"hardpoints": [
17,
17,
0,
0
],
"internal": [
"3v",
"01",
"2h"
]
}
}
}