Initial commit

This commit is contained in:
Colin McLeod
2015-04-10 12:25:47 -07:00
commit 1097ca5a42
112 changed files with 10638 additions and 0 deletions

66
data/ships/viper.json Normal file
View File

@@ -0,0 +1,66 @@
{
"viper": {
"group": "co",
"name": "Viper",
"manufacturer": "Faulcon DeLacy",
"class": 1,
"cost": 95893,
"speed": 320,
"boost": 400,
"agility": 6,
"shields": 105,
"armour": 70,
"fuelcost": 50,
"componentCapacity": {
"common": [
3,
3,
3,
2,
3,
3,
2
],
"hardpoints": [
2,
2,
1,
1,
0,
0
],
"internal": [
3,
3,
2,
1
]
},
"defaultComponents": {
"common": [
"3E",
"3E",
"3E",
"2E",
"3E",
"3E",
"2C"
],
"hardpoints": [
17,
17,
0,
0,
0,
0
],
"internal": [
0,
0,
0,
0
]
},
"mass": 60
}
}