Run JSON through validation to ensure correctness
This commit is contained in:
parent
96956d3ba1
commit
1ebee3c8e5
@ -1,7 +1,7 @@
|
||||
{
|
||||
"CU": {
|
||||
"name": "Cardasian Union",
|
||||
"color": 0xCC9933,
|
||||
"color": "0xCC9933",
|
||||
"cenx": -9337.944,
|
||||
"ceny": 310,
|
||||
"cenz": 20,
|
||||
@ -80,7 +80,7 @@
|
||||
},
|
||||
"UFP": {
|
||||
"name": "United Federation Of Planets",
|
||||
"color": 0x0000FF,
|
||||
"color": "0x0000FF",
|
||||
"cenx": -9197.944,
|
||||
"ceny": 0,
|
||||
"cenz": 0,
|
||||
@ -243,7 +243,7 @@
|
||||
},
|
||||
"BFN": {
|
||||
"name": "Bajoran Free Nation",
|
||||
"color": 0xffaaaa,
|
||||
"color": "0xffaaaa",
|
||||
"cenx": -9325.944,
|
||||
"ceny": 221.7,
|
||||
"cenz": -45.1,
|
||||
@ -267,8 +267,8 @@
|
||||
},
|
||||
"BC": {
|
||||
"name": "Breen Confederacy",
|
||||
"color": 0x00AAAA,
|
||||
"cenx": 09376.050179,
|
||||
"color": "0x00AAAA",
|
||||
"cenx": 9376.050179,
|
||||
"ceny": 203.150816,
|
||||
"cenz": -46.281517,
|
||||
"rad": 0,
|
||||
@ -294,7 +294,7 @@
|
||||
},
|
||||
"KE": {
|
||||
"name": "Klingon Empire",
|
||||
"color": 0xFF0000,
|
||||
"color": "0xFF0000",
|
||||
"cenx": -9577.944,
|
||||
"ceny": 120,
|
||||
"cenz": -90.160,
|
||||
@ -371,7 +371,7 @@
|
||||
},
|
||||
"RSE": {
|
||||
"name": "Romulan Star Empire",
|
||||
"color": 0x00ff00,
|
||||
"color": "0x00ff00",
|
||||
"cenx": -9477.00,
|
||||
"ceny": -230.00,
|
||||
"cenz": 10.00,
|
||||
@ -443,7 +443,7 @@
|
||||
},
|
||||
"GFA": {
|
||||
"name": "Galactic Ferengal Alliance",
|
||||
"color": 0xFFFF00,
|
||||
"color": "0xFFFF00",
|
||||
"cenx": -8977.944,
|
||||
"ceny": 260.00,
|
||||
"cenz": -50.00,
|
||||
@ -510,7 +510,7 @@
|
||||
},
|
||||
"OA": {
|
||||
"name": "Orion Alliance",
|
||||
"color": 0x00FFFF,
|
||||
"color": "0x00FFFF",
|
||||
"cenx": 0,
|
||||
"ceny": 0,
|
||||
"cenz": 0,
|
||||
@ -542,7 +542,7 @@
|
||||
},
|
||||
"DOM": {
|
||||
"name": "Dominion",
|
||||
"color": 0xA9FFEE,
|
||||
"color": "0xA9FFEE",
|
||||
"cenx": 0,
|
||||
"ceny": 0,
|
||||
"cenz": 0,
|
||||
@ -624,7 +624,7 @@
|
||||
},
|
||||
"UNITY": {
|
||||
"name": "The Unity",
|
||||
"color": 0xFFA9EE,
|
||||
"color": "0xFFA9EE",
|
||||
"cenx": 0,
|
||||
"ceny": 0,
|
||||
"cenz": 0,
|
||||
@ -712,7 +712,7 @@
|
||||
},
|
||||
"TA": {
|
||||
"name": "Tholian Assembly",
|
||||
"color": 0xFEA901,
|
||||
"color": "0xFEA901",
|
||||
"cenx": -9107.944,
|
||||
"ceny": -290.00,
|
||||
"cenz": -10.00,
|
||||
@ -744,7 +744,7 @@
|
||||
},
|
||||
"UQS": {
|
||||
"name": "Unified Qvarne Systems",
|
||||
"color": 0x990103,
|
||||
"color": "0x990103",
|
||||
"cenx": -9109.941,
|
||||
"ceny": 228.477,
|
||||
"cenz": -135.785,
|
||||
@ -797,7 +797,7 @@
|
||||
},
|
||||
"GORN": {
|
||||
"name": "Gorn",
|
||||
"color": 0xFF02FF,
|
||||
"color": "0xFF02FF",
|
||||
"cenx": -9267.944,
|
||||
"ceny": -330.00,
|
||||
"cenz": 80.00,
|
||||
@ -844,7 +844,7 @@
|
||||
},
|
||||
"20": {
|
||||
"abr": "UNK",
|
||||
"color": 0xB3B3B3,
|
||||
"color": "0xB3B3B3",
|
||||
"cenx": 0,
|
||||
"ceny": 0,
|
||||
"cenz": 0,
|
||||
@ -1059,4 +1059,4 @@
|
||||
},
|
||||
"bases": {}
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user