mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 22:55:35 +00:00
Initial commit
This commit is contained in:
66
data/ships/adder.json
Normal file
66
data/ships/adder.json
Normal file
@@ -0,0 +1,66 @@
|
||||
{
|
||||
"adder": {
|
||||
"group": "ex",
|
||||
"name": "Adder",
|
||||
"manufacturer": "Zorgon Peterson",
|
||||
"class": 1,
|
||||
"cost": 39993,
|
||||
"speed": 220,
|
||||
"boost": 320,
|
||||
"agility": 8,
|
||||
"shields": 60,
|
||||
"armour": 90,
|
||||
"fuelcost": 50,
|
||||
"componentCapacity": {
|
||||
"common": [
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
3
|
||||
],
|
||||
"hardpoints": [
|
||||
2,
|
||||
1,
|
||||
1,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"internal": [
|
||||
3,
|
||||
3,
|
||||
2,
|
||||
2,
|
||||
1
|
||||
]
|
||||
},
|
||||
"defaultComponents": {
|
||||
"common": [
|
||||
"3E",
|
||||
"3E",
|
||||
"3E",
|
||||
"1E",
|
||||
"2E",
|
||||
"3E",
|
||||
"3C"
|
||||
],
|
||||
"hardpoints": [
|
||||
0,
|
||||
17,
|
||||
17,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"internal": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
]
|
||||
},
|
||||
"mass": 35
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user