mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 15:15:34 +00:00
Massive refactor for 3rd party import
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"Beam Lasers" : [
|
||||
"Beam Laser": [
|
||||
{
|
||||
"id": "0u",
|
||||
"grp": "bl",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"Burst Lasers": [
|
||||
"Burst Laser": [
|
||||
{
|
||||
"id": "14",
|
||||
"grp": "ul",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"Cannons": [
|
||||
"Cannon": [
|
||||
{
|
||||
"id": "1q",
|
||||
"grp": "c",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"Cargo Scanners": [
|
||||
"Cargo Scanner": [
|
||||
{
|
||||
"id": "0d",
|
||||
"grp": "cs",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"Countermeasures": [
|
||||
"Countermeasure": [
|
||||
{
|
||||
"id": "00",
|
||||
"grp": "cm",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"Fragment Cannons": [
|
||||
"Fragment Cannon": [
|
||||
{
|
||||
"id": "1t",
|
||||
"grp": "fc",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"Frame Shift Wake Scanners": [
|
||||
"Frame Shift Wake Scanner": [
|
||||
{
|
||||
"id": "0i",
|
||||
"grp": "ws",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"Kill Warrant Scanners": [
|
||||
"Kill Warrant Scanner": [
|
||||
{
|
||||
"id": "0n",
|
||||
"grp": "kw",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"Mine Launchers": [
|
||||
"Mine Launcher": [
|
||||
{
|
||||
"id": "2j",
|
||||
"grp": "nl",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"Mining Lasers": [
|
||||
"Mining Laser": [
|
||||
{
|
||||
"id": "2l",
|
||||
"grp": "ml",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"Missile Racks": [
|
||||
"Missile Rack": [
|
||||
{
|
||||
"id": "2f",
|
||||
"grp": "mr",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"Multi-cannons": [
|
||||
"Multi-cannon": [
|
||||
{
|
||||
"id": "26",
|
||||
"grp": "mc",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"Plasma Accelerators": [
|
||||
"Plasma Accelerator": [
|
||||
{
|
||||
"id": "1g",
|
||||
"grp": "pa",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"Pulse Lasers": [
|
||||
"Pulse Laser": [
|
||||
{
|
||||
"id": "1d",
|
||||
"grp": "pl",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"Rail Guns": [
|
||||
"Rail Gun": [
|
||||
{
|
||||
"id": "29",
|
||||
"grp": "rg",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"Shield Boosters": [
|
||||
"Shield Booster": [
|
||||
{
|
||||
"id": "08",
|
||||
"grp": "sb",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"Torpedo Pylons": [
|
||||
"Torpedo Pylon": [
|
||||
{
|
||||
"id": "2h",
|
||||
"grp": "tp",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"Auto Field-Maintenance Units": [
|
||||
"Auto Field-Maintenance Unit": [
|
||||
{
|
||||
"id": "1f",
|
||||
"grp": "am",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"Cargo Racks": [
|
||||
"Cargo Rack": [
|
||||
{ "id": "00", "grp": "cr", "class": 1, "rating": "E", "cost": 1000, "capacity": 2 },
|
||||
{ "id": "01", "grp": "cr", "class": 2, "rating": "E", "cost": 3250, "capacity": 4 },
|
||||
{ "id": "02", "grp": "cr", "class": 3, "rating": "E", "cost": 10563, "capacity": 8 },
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"Collector Limpet Controllers": [
|
||||
"Collector Limpet Controller": [
|
||||
{ "id": "Cf", "grp":"cc", "class":7, "rating":"E", "cost": 437400, "mass": 32.0, "power":0.41, "range":1.36, "maximum": 4, "time":300 },
|
||||
{ "id": "Cg", "grp":"cc", "class":7, "rating":"D", "cost": 874800, "mass": 32.0, "power":0.55, "range":1.02, "maximum": 4, "time":600 },
|
||||
{ "id": "Ch", "grp":"cc", "class":7, "rating":"C", "cost":1749600, "mass": 80.0, "power":0.69, "range":1.70, "maximum": 4, "time":510 },
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"Docking Computers": [
|
||||
"Docking Computer": [
|
||||
{
|
||||
"id": "24",
|
||||
"grp": "dc",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"FSD Interdictors": [
|
||||
"FSD Interdictor": [
|
||||
{
|
||||
"id": "6p",
|
||||
"grp": "fi",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"Fuel Scoops": [
|
||||
"Fuel Scoop": [
|
||||
{
|
||||
"id": "3q",
|
||||
"grp": "fs",
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"Fuel Transfer Limpet Controllers": [
|
||||
"Fuel Transfer Limpet Controller": [
|
||||
{ "id": "Ff", "grp":"fx", "class":7, "rating":"E", "cost": 437400, "mass": 80.0, "power":0.55, "range":1.02, "maximum": 8 },
|
||||
{ "id": "Fg", "grp":"fx", "class":7, "rating":"D", "cost": 874800, "mass": 32.0, "power":0.41, "range":1.36, "maximum": 8 },
|
||||
{ "id": "Fh", "grp":"fx", "class":7, "rating":"C", "cost":1749600, "mass": 80.0, "power":0.69, "range":1.70, "maximum": 8 },
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"Hatch Breaker Limpet Controllers": [
|
||||
"Hatch Breaker Limpet Controller": [
|
||||
{
|
||||
"id": "7d",
|
||||
"grp": "hb",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"Hull Reinforcement Packages": [
|
||||
"Hull Reinforcement Package": [
|
||||
{
|
||||
"id": "2e",
|
||||
"grp": "hr",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"Prismatic Shield Generators": [
|
||||
"Prismatic Shield Generator": [
|
||||
{ "id": "p6", "grp": "psg", "class": 1, "rating": "A", "cost": 132195, "mass": 2.5, "power": 2.52, "minmass": 13, "optmass": 25, "maxmass": 63, "minmul": 2.04, "optmul": 1.44, "maxmul": 0.84 },
|
||||
{ "id": "p5", "grp": "psg", "class": 2, "rating": "A", "cost": 240336, "mass": 5, "power": 3.15, "minmass": 23, "optmass": 55, "maxmass": 138, "minmul": 2.04, "optmul": 1.44, "maxmul": 0.84 },
|
||||
{ "id": "p4", "grp": "psg", "class": 3, "rating": "A", "cost": 761868, "mass": 10, "power": 3.78, "minmass": 83, "optmass": 165, "maxmass": 413, "minmul": 2.04, "optmul": 1.44, "maxmul": 0.84 },
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"Prospector Limpet Controllers": [
|
||||
"Prospector Limpet Controller": [
|
||||
{ "id": "Pf", "grp":"pc", "class":7, "rating":"E", "cost": 437400, "mass": 80.0, "power":0.55, "range": 5.10, "maximum": 8 },
|
||||
{ "id": "Pg", "grp":"pc", "class":7, "rating":"D", "cost": 874800, "mass": 32.0, "power":0.41, "range": 6.80, "maximum": 8 },
|
||||
{ "id": "Ph", "grp":"pc", "class":7, "rating":"C", "cost":1749600, "mass": 80.0, "power":0.69, "range": 8.50, "maximum": 8 },
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"Refineries": [
|
||||
"Refinery": [
|
||||
{
|
||||
"id": "23",
|
||||
"grp": "rf",
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"Scanners": [
|
||||
"Scanner": [
|
||||
{
|
||||
"id": "2f",
|
||||
"grp": "sc",
|
||||
"name": "Adv. Discovery Scanner",
|
||||
"name": "Advanced Discovery Scanner",
|
||||
"class": 1,
|
||||
"rating": "C",
|
||||
"cost": 1545000,
|
||||
@@ -14,7 +14,7 @@
|
||||
{
|
||||
"id": "2g",
|
||||
"grp": "sc",
|
||||
"name": "Inter. Discovery Scanner",
|
||||
"name": "Intermediate Discovery Scanner",
|
||||
"class": 1,
|
||||
"rating": "D",
|
||||
"cost": 505000,
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"Shield Cell Banks": [
|
||||
"Shield Cell Bank": [
|
||||
{ "id": "65", "grp": "scb", "class": 8, "rating": "E", "cost": 697584, "mass": 160, "power": 1.44, "cells": 5, "rechargeRating": "C", "recharge": 0 },
|
||||
{ "id": "64", "grp": "scb", "class": 8, "rating": "D", "cost": 1743961, "mass": 64, "power": 1.92, "cells": 3, "rechargeRating": "C", "recharge": 0 },
|
||||
{ "id": "63", "grp": "scb", "class": 8, "rating": "C", "cost": 4359903, "mass": 160, "power": 2.4, "cells": 4, "rechargeRating": "B", "recharge": 0 },
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"Shield Generators": [
|
||||
"Shield Generator": [
|
||||
{ "id": "4t", "grp": "sg", "class": 8, "rating": "E", "cost": 2007241, "mass": 160, "power": 2.4, "minmass": 900, "optmass": 1800, "maxmass": 4500, "minmul": 1.3, "optmul": 0.8, "maxmul": 0.3 },
|
||||
{ "id": "4s", "grp": "sg", "class": 8, "rating": "D", "cost": 6021722, "mass": 64, "power": 3.2, "minmass": 900, "optmass": 1800, "maxmass": 4500, "minmul": 1.4, "optmul": 0.9, "maxmul": 0.4 },
|
||||
{ "id": "4r", "grp": "sg", "class": 8, "rating": "C", "cost": 18065165, "mass": 160, "power": 4, "minmass": 900, "optmass": 1800, "maxmass": 4500, "minmul": 1.5, "optmul": 1, "maxmul": 0.5 },
|
||||
|
||||
Reference in New Issue
Block a user