mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 07:05:35 +00:00
Diamondback Explorer data
- Small reduce on font size, to avoid a line break (should we up a bit the width ?)
This commit is contained in:
@@ -20,6 +20,7 @@ a.ship {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
font-size: 1.1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
small {
|
small {
|
||||||
|
|||||||
@@ -73,6 +73,43 @@
|
|||||||
"mass": 26
|
"mass": 26
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"diamondback_explorer": [
|
||||||
|
{
|
||||||
|
"name": "Lightweight Alloy",
|
||||||
|
"class": 1,
|
||||||
|
"rating": "I",
|
||||||
|
"cost": 0,
|
||||||
|
"mass": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Reinforced Alloy",
|
||||||
|
"class": 1,
|
||||||
|
"rating": "I",
|
||||||
|
"cost": 800000,
|
||||||
|
"mass": 23
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Military Grade Composite",
|
||||||
|
"class": 1,
|
||||||
|
"rating": "I",
|
||||||
|
"cost": 1800000,
|
||||||
|
"mass": 47
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Mirrored Surface Composite",
|
||||||
|
"class": 1,
|
||||||
|
"rating": "I",
|
||||||
|
"cost": 4200000,
|
||||||
|
"mass": 26
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Reactive Surface Composite",
|
||||||
|
"class": 1,
|
||||||
|
"rating": "I",
|
||||||
|
"cost": 4714000,
|
||||||
|
"mass": 47
|
||||||
|
}
|
||||||
|
],
|
||||||
"imperial_courier": [
|
"imperial_courier": [
|
||||||
{
|
{
|
||||||
"name": "Lightweight Alloy",
|
"name": "Lightweight Alloy",
|
||||||
|
|||||||
72
data/ships/diamondback_explorer.json
Normal file
72
data/ships/diamondback_explorer.json
Normal file
@@ -0,0 +1,72 @@
|
|||||||
|
{
|
||||||
|
"diamondback_explorer": {
|
||||||
|
"properties": {
|
||||||
|
"grp": "ex",
|
||||||
|
"name": "Diamondback Explorer",
|
||||||
|
"manufacturer": "Lakon",
|
||||||
|
"class": 1,
|
||||||
|
"cost": 2000000,
|
||||||
|
"speed": 242,
|
||||||
|
"boost": 316,
|
||||||
|
"agility": 5,
|
||||||
|
"shields": 115,
|
||||||
|
"armour": 270,
|
||||||
|
"fuelcost": 50,
|
||||||
|
"mass": 298
|
||||||
|
},
|
||||||
|
"slots": {
|
||||||
|
"common": [
|
||||||
|
4,
|
||||||
|
4,
|
||||||
|
5,
|
||||||
|
3,
|
||||||
|
4,
|
||||||
|
3,
|
||||||
|
5
|
||||||
|
],
|
||||||
|
"hardpoints": [
|
||||||
|
3,
|
||||||
|
2,
|
||||||
|
2,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0
|
||||||
|
],
|
||||||
|
"internal": [
|
||||||
|
4,
|
||||||
|
4,
|
||||||
|
3,
|
||||||
|
3,
|
||||||
|
2
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"defaults": {
|
||||||
|
"common": [
|
||||||
|
"4E",
|
||||||
|
"4E",
|
||||||
|
"5E",
|
||||||
|
"3E",
|
||||||
|
"4E",
|
||||||
|
"3E",
|
||||||
|
"5C"
|
||||||
|
],
|
||||||
|
"hardpoints": [
|
||||||
|
0,
|
||||||
|
17,
|
||||||
|
17,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
0
|
||||||
|
],
|
||||||
|
"internal": [
|
||||||
|
"49",
|
||||||
|
"02",
|
||||||
|
"01",
|
||||||
|
0,
|
||||||
|
"2h"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user