mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 22:33:24 +00:00
Order components by class/rating descending
This commit is contained in:
@@ -1,5 +1,45 @@
|
||||
{
|
||||
"Missile Racks": [
|
||||
{
|
||||
"id": "2f",
|
||||
"grp": "mr",
|
||||
"class": 2,
|
||||
"rating": "B",
|
||||
"cost": 240400,
|
||||
"mass": 4,
|
||||
"power": 1.2,
|
||||
"mode": "F",
|
||||
"type": "E",
|
||||
"damage": 7,
|
||||
"armourpen": "F",
|
||||
"rof": 2.5,
|
||||
"dps": 8,
|
||||
"thermload": 3,
|
||||
"grp": "mr",
|
||||
"clip": 12,
|
||||
"ammo": 24,
|
||||
"missile": "D"
|
||||
},
|
||||
{
|
||||
"id": "2g",
|
||||
"grp": "mr",
|
||||
"class": 2,
|
||||
"rating": "B",
|
||||
"cost": 512400,
|
||||
"mass": 4,
|
||||
"power": 1.2,
|
||||
"mode": "F",
|
||||
"type": "E",
|
||||
"damage": 6,
|
||||
"armourpen": "F",
|
||||
"rof": 0.3,
|
||||
"dps": 3,
|
||||
"thermload": 3,
|
||||
"grp": "mr",
|
||||
"clip": 6,
|
||||
"ammo": 18,
|
||||
"missile": "S"
|
||||
},
|
||||
{
|
||||
"id": "2d",
|
||||
"grp": "mr",
|
||||
@@ -39,46 +79,6 @@
|
||||
"clip": 6,
|
||||
"ammo": 6,
|
||||
"missile": "S"
|
||||
},
|
||||
{
|
||||
"id": "2f",
|
||||
"grp": "mr",
|
||||
"class": 2,
|
||||
"rating": "B",
|
||||
"cost": 240400,
|
||||
"mass": 4,
|
||||
"power": 1.2,
|
||||
"mode": "F",
|
||||
"type": "E",
|
||||
"damage": 7,
|
||||
"armourpen": "F",
|
||||
"rof": 2.5,
|
||||
"dps": 8,
|
||||
"thermload": 3,
|
||||
"grp": "mr",
|
||||
"clip": 12,
|
||||
"ammo": 24,
|
||||
"missile": "D"
|
||||
},
|
||||
{
|
||||
"id": "2g",
|
||||
"grp": "mr",
|
||||
"class": 2,
|
||||
"rating": "B",
|
||||
"cost": 512400,
|
||||
"mass": 4,
|
||||
"power": 1.2,
|
||||
"mode": "F",
|
||||
"type": "E",
|
||||
"damage": 6,
|
||||
"armourpen": "F",
|
||||
"rof": 0.3,
|
||||
"dps": 3,
|
||||
"thermload": 3,
|
||||
"grp": "mr",
|
||||
"clip": 6,
|
||||
"ammo": 18,
|
||||
"missile": "S"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user