Order components by class/rating descending

This commit is contained in:
Colin McLeod
2015-05-27 03:22:58 -07:00
parent 68e6835da1
commit 678c402a2f
26 changed files with 4663 additions and 4663 deletions

View File

@@ -1,58 +1,13 @@
{
"Cargo Racks": [
{
"id": "00",
"id": "07",
"grp": "cr",
"name": "Cargo Rack (Capacity: 2)",
"class": 1,
"name": "Cargo Rack (Capacity: 256)",
"class": 8,
"rating": "E",
"cost": 1000,
"capacity": 2
},
{
"id": "01",
"grp": "cr",
"name": "Cargo Rack (Capacity: 4)",
"class": 2,
"rating": "E",
"cost": 3250,
"capacity": 4
},
{
"id": "02",
"grp": "cr",
"name": "Cargo Rack (Capacity: 8)",
"class": 3,
"rating": "E",
"cost": 10563,
"capacity": 8
},
{
"id": "03",
"grp": "cr",
"name": "Cargo Rack (Capacity: 16)",
"class": 4,
"rating": "E",
"cost": 34328,
"capacity": 16
},
{
"id": "04",
"grp": "cr",
"name": "Cargo Rack (Capacity: 32)",
"class": 5,
"rating": "E",
"cost": 111566,
"capacity": 32
},
{
"id": "05",
"grp": "cr",
"name": "Cargo Rack (Capacity: 64)",
"class": 6,
"rating": "E",
"cost": 362591,
"capacity": 64
"cost": 3829866,
"capacity": 256
},
{
"id": "06",
@@ -64,13 +19,58 @@
"capacity": 128
},
{
"id": "07",
"id": "05",
"grp": "cr",
"name": "Cargo Rack (Capacity: 256)",
"class": 8,
"name": "Cargo Rack (Capacity: 64)",
"class": 6,
"rating": "E",
"cost": 3829866,
"capacity": 256
"cost": 362591,
"capacity": 64
},
{
"id": "04",
"grp": "cr",
"name": "Cargo Rack (Capacity: 32)",
"class": 5,
"rating": "E",
"cost": 111566,
"capacity": 32
},
{
"id": "03",
"grp": "cr",
"name": "Cargo Rack (Capacity: 16)",
"class": 4,
"rating": "E",
"cost": 34328,
"capacity": 16
},
{
"id": "02",
"grp": "cr",
"name": "Cargo Rack (Capacity: 8)",
"class": 3,
"rating": "E",
"cost": 10563,
"capacity": 8
},
{
"id": "01",
"grp": "cr",
"name": "Cargo Rack (Capacity: 4)",
"class": 2,
"rating": "E",
"cost": 3250,
"capacity": 4
},
{
"id": "00",
"grp": "cr",
"name": "Cargo Rack (Capacity: 2)",
"class": 1,
"rating": "E",
"cost": 1000,
"capacity": 2
}
]
}