mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-09 15:35:35 +00:00
Adding Planetary Approach Suite modules for completeness of the interface (they are in game... should be in Coriolis). This also lead to discovering a bug, where Coriolis generated an inara link that included the planetary approach suite as a module to buy, when the Super Cruise Assist module was fitted... this was simply an incorrect EDDBId on the Super Cruise Assist module and has now been updated to the correct ID. It also raised another bug, where Coriolis would generate the link with the standard Docking Computer in it, no matter which docking computer you actually installed... again, this was an incorrect ID, both computers had the same EDDB Id, this has now been corrected.
This commit is contained in:
committed by
Felix Linker
parent
ba264c325e
commit
365412375e
@@ -84,5 +84,6 @@ module.exports = {
|
|||||||
gmrp: require('./internal/guardian_module_reinforcement_package').gmrp,
|
gmrp: require('./internal/guardian_module_reinforcement_package').gmrp,
|
||||||
sua: require('./internal/supercruise_assist').sua,
|
sua: require('./internal/supercruise_assist').sua,
|
||||||
ews: require('./internal/experemental_weapon_stabilizer').ews,
|
ews: require('./internal/experemental_weapon_stabilizer').ews,
|
||||||
|
pas: require('./internal/planetary_approach_suite').pas,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
"class": 1,
|
"class": 1,
|
||||||
"cost": 13509,
|
"cost": 13509,
|
||||||
"edID": 128935155,
|
"edID": 128935155,
|
||||||
"eddbID": 890,
|
"eddbID": 1810,
|
||||||
"grp": "dc",
|
"grp": "dc",
|
||||||
"id": "3x",
|
"id": "3x",
|
||||||
"integrity": 10,
|
"integrity": 10,
|
||||||
|
|||||||
35
modules/internal/planetary_approach_suite.json
Normal file
35
modules/internal/planetary_approach_suite.json
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
{
|
||||||
|
"pas": [
|
||||||
|
{
|
||||||
|
"class": 1,
|
||||||
|
"cost": 500,
|
||||||
|
"edID": 128672317,
|
||||||
|
"eddbID": 0,
|
||||||
|
"grp": "pas",
|
||||||
|
"id": "4C",
|
||||||
|
"mass": 0,
|
||||||
|
"name": "Planetary Approach Suite (Horizons)",
|
||||||
|
"power": 0,
|
||||||
|
"rating": "I",
|
||||||
|
"symbol": "Int_PlanetApproachSuite",
|
||||||
|
"ukName": "Planetary Approach Suite (Horizons)",
|
||||||
|
"ukDiscript": "Assistant for planetary approach and landing."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"class": 1,
|
||||||
|
"cost": 500,
|
||||||
|
"edID": 128975719,
|
||||||
|
"eddbID": 0,
|
||||||
|
"grp": "pas",
|
||||||
|
"id": "4F",
|
||||||
|
"mass": 0,
|
||||||
|
"name": "Advanced Planetary Approach Suite (Odyssey)",
|
||||||
|
"power": 0,
|
||||||
|
"rating": "I",
|
||||||
|
"symbol": "int_planetapproachsuite_advanced",
|
||||||
|
"ukName": "Advanced Planetary Approach Suite (Odyssey)",
|
||||||
|
"ukDiscript": "Advanced assistant for planetary approach and landing."
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
@@ -4,7 +4,7 @@
|
|||||||
"class": 1,
|
"class": 1,
|
||||||
"cost": 9121,
|
"cost": 9121,
|
||||||
"edID": 128932273,
|
"edID": 128932273,
|
||||||
"eddbID": 1538,
|
"eddbID": 1809,
|
||||||
"grp": "sua",
|
"grp": "sua",
|
||||||
"id": "3w",
|
"id": "3w",
|
||||||
"mass": 0,
|
"mass": 0,
|
||||||
|
|||||||
@@ -115,7 +115,14 @@
|
|||||||
2,
|
2,
|
||||||
1,
|
1,
|
||||||
1,
|
1,
|
||||||
1
|
1,
|
||||||
|
{
|
||||||
|
"class": 1,
|
||||||
|
"name": "Planetary",
|
||||||
|
"eligible": {
|
||||||
|
"pas": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"defaults": {
|
"defaults": {
|
||||||
@@ -142,7 +149,8 @@
|
|||||||
0,
|
0,
|
||||||
"",
|
"",
|
||||||
0,
|
0,
|
||||||
0
|
0,
|
||||||
|
"4F"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -163,7 +163,14 @@
|
|||||||
"ghrp": 1
|
"ghrp": 1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
1
|
1,
|
||||||
|
{
|
||||||
|
"class": 1,
|
||||||
|
"name": "Planetary",
|
||||||
|
"eligible": {
|
||||||
|
"pas": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"defaults": {
|
"defaults": {
|
||||||
@@ -198,7 +205,8 @@
|
|||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
0
|
0,
|
||||||
|
"4F"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -161,7 +161,14 @@
|
|||||||
"ghrp": 1
|
"ghrp": 1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
1
|
1,
|
||||||
|
{
|
||||||
|
"class": 1,
|
||||||
|
"name": "Planetary",
|
||||||
|
"eligible": {
|
||||||
|
"pas": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"defaults": {
|
"defaults": {
|
||||||
@@ -195,7 +202,8 @@
|
|||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
0
|
0,
|
||||||
|
"4F"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -163,7 +163,14 @@
|
|||||||
"ghrp": 1
|
"ghrp": 1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
1
|
1,
|
||||||
|
{
|
||||||
|
"class": 1,
|
||||||
|
"name": "Planetary",
|
||||||
|
"eligible": {
|
||||||
|
"pas": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"defaults": {
|
"defaults": {
|
||||||
@@ -196,7 +203,9 @@
|
|||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
0
|
0,
|
||||||
|
"",
|
||||||
|
"4F"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -145,7 +145,14 @@
|
|||||||
4,
|
4,
|
||||||
4,
|
4,
|
||||||
2,
|
2,
|
||||||
1
|
1,
|
||||||
|
{
|
||||||
|
"class": 1,
|
||||||
|
"name": "Planetary",
|
||||||
|
"eligible": {
|
||||||
|
"pas": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"defaults": {
|
"defaults": {
|
||||||
@@ -189,7 +196,8 @@
|
|||||||
0,
|
0,
|
||||||
"",
|
"",
|
||||||
"00",
|
"00",
|
||||||
0
|
0,
|
||||||
|
"4F"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -121,7 +121,14 @@
|
|||||||
3,
|
3,
|
||||||
2,
|
2,
|
||||||
2,
|
2,
|
||||||
1
|
1,
|
||||||
|
{
|
||||||
|
"class": 1,
|
||||||
|
"name": "Planetary",
|
||||||
|
"eligible": {
|
||||||
|
"pas": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"defaults": {
|
"defaults": {
|
||||||
@@ -154,7 +161,8 @@
|
|||||||
0,
|
0,
|
||||||
"00",
|
"00",
|
||||||
"",
|
"",
|
||||||
0
|
0,
|
||||||
|
"4F"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -116,7 +116,14 @@
|
|||||||
3,
|
3,
|
||||||
2,
|
2,
|
||||||
2,
|
2,
|
||||||
1
|
1,
|
||||||
|
{
|
||||||
|
"class": 1,
|
||||||
|
"name": "Planetary",
|
||||||
|
"eligible": {
|
||||||
|
"pas": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"defaults": {
|
"defaults": {
|
||||||
@@ -144,7 +151,8 @@
|
|||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
0
|
0,
|
||||||
|
"4F"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -131,7 +131,14 @@
|
|||||||
3,
|
3,
|
||||||
3,
|
3,
|
||||||
3,
|
3,
|
||||||
1
|
1,
|
||||||
|
{
|
||||||
|
"class": 1,
|
||||||
|
"name": "Planetary",
|
||||||
|
"eligible": {
|
||||||
|
"pas": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"defaults": {
|
"defaults": {
|
||||||
@@ -169,7 +176,8 @@
|
|||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
"",
|
"",
|
||||||
0
|
0,
|
||||||
|
"4F"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -117,7 +117,14 @@
|
|||||||
2,
|
2,
|
||||||
2,
|
2,
|
||||||
1,
|
1,
|
||||||
1
|
1,
|
||||||
|
{
|
||||||
|
"class": 1,
|
||||||
|
"name": "Planetary",
|
||||||
|
"eligible": {
|
||||||
|
"pas": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"defaults": {
|
"defaults": {
|
||||||
@@ -146,7 +153,8 @@
|
|||||||
0,
|
0,
|
||||||
"",
|
"",
|
||||||
0,
|
0,
|
||||||
0
|
0,
|
||||||
|
"4F"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -123,7 +123,14 @@
|
|||||||
2,
|
2,
|
||||||
2,
|
2,
|
||||||
1,
|
1,
|
||||||
1
|
1,
|
||||||
|
{
|
||||||
|
"class": 1,
|
||||||
|
"name": "Planetary",
|
||||||
|
"eligible": {
|
||||||
|
"pas": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"defaults": {
|
"defaults": {
|
||||||
@@ -155,7 +162,8 @@
|
|||||||
"00",
|
"00",
|
||||||
"",
|
"",
|
||||||
0,
|
0,
|
||||||
0
|
0,
|
||||||
|
"4F"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -118,7 +118,14 @@
|
|||||||
2,
|
2,
|
||||||
2,
|
2,
|
||||||
1,
|
1,
|
||||||
1
|
1,
|
||||||
|
{
|
||||||
|
"class": 1,
|
||||||
|
"name": "Planetary",
|
||||||
|
"eligible": {
|
||||||
|
"pas": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"defaults": {
|
"defaults": {
|
||||||
@@ -148,7 +155,8 @@
|
|||||||
"",
|
"",
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
0
|
0,
|
||||||
|
"4F"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -117,7 +117,14 @@
|
|||||||
3,
|
3,
|
||||||
2,
|
2,
|
||||||
1,
|
1,
|
||||||
1
|
1,
|
||||||
|
{
|
||||||
|
"class": 1,
|
||||||
|
"name": "Planetary",
|
||||||
|
"eligible": {
|
||||||
|
"pas": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"defaults": {
|
"defaults": {
|
||||||
@@ -146,7 +153,8 @@
|
|||||||
0,
|
0,
|
||||||
"",
|
"",
|
||||||
0,
|
0,
|
||||||
0
|
0,
|
||||||
|
"4F"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -121,7 +121,14 @@
|
|||||||
2,
|
2,
|
||||||
2,
|
2,
|
||||||
1,
|
1,
|
||||||
1
|
1,
|
||||||
|
{
|
||||||
|
"class": 1,
|
||||||
|
"name": "Planetary",
|
||||||
|
"eligible": {
|
||||||
|
"pas": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"defaults": {
|
"defaults": {
|
||||||
@@ -150,7 +157,8 @@
|
|||||||
0,
|
0,
|
||||||
"",
|
"",
|
||||||
0,
|
0,
|
||||||
0
|
0,
|
||||||
|
"4F"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -126,7 +126,14 @@
|
|||||||
1,
|
1,
|
||||||
1,
|
1,
|
||||||
1,
|
1,
|
||||||
1
|
1,
|
||||||
|
{
|
||||||
|
"class": 1,
|
||||||
|
"name": "Planetary",
|
||||||
|
"eligible": {
|
||||||
|
"pas": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"defaults": {
|
"defaults": {
|
||||||
@@ -152,7 +159,8 @@
|
|||||||
"",
|
"",
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
0
|
0,
|
||||||
|
"4F"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -147,7 +147,14 @@
|
|||||||
3,
|
3,
|
||||||
2,
|
2,
|
||||||
2,
|
2,
|
||||||
1
|
1,
|
||||||
|
{
|
||||||
|
"class": 1,
|
||||||
|
"name": "Planetary",
|
||||||
|
"eligible": {
|
||||||
|
"pas": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"defaults": {
|
"defaults": {
|
||||||
@@ -179,7 +186,8 @@
|
|||||||
"02",
|
"02",
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
0
|
0,
|
||||||
|
"4F"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -159,7 +159,14 @@
|
|||||||
4,
|
4,
|
||||||
4,
|
4,
|
||||||
3,
|
3,
|
||||||
1
|
1,
|
||||||
|
{
|
||||||
|
"class": 1,
|
||||||
|
"name": "Planetary",
|
||||||
|
"eligible": {
|
||||||
|
"pas": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"defaults": {
|
"defaults": {
|
||||||
@@ -202,7 +209,8 @@
|
|||||||
"02",
|
"02",
|
||||||
"01",
|
"01",
|
||||||
"",
|
"",
|
||||||
0
|
0,
|
||||||
|
"4F"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -149,7 +149,14 @@
|
|||||||
3,
|
3,
|
||||||
3,
|
3,
|
||||||
2,
|
2,
|
||||||
1
|
1,
|
||||||
|
{
|
||||||
|
"class": 1,
|
||||||
|
"name": "Planetary",
|
||||||
|
"eligible": {
|
||||||
|
"pas": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"defaults": {
|
"defaults": {
|
||||||
@@ -183,7 +190,8 @@
|
|||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
"",
|
"",
|
||||||
0
|
0,
|
||||||
|
"4F"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -163,7 +163,14 @@
|
|||||||
},
|
},
|
||||||
2,
|
2,
|
||||||
2,
|
2,
|
||||||
1
|
1,
|
||||||
|
{
|
||||||
|
"class": 1,
|
||||||
|
"name": "Planetary",
|
||||||
|
"eligible": {
|
||||||
|
"pas": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"defaults": {
|
"defaults": {
|
||||||
@@ -198,7 +205,8 @@
|
|||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
"",
|
"",
|
||||||
0
|
0,
|
||||||
|
"4F"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -120,7 +120,14 @@
|
|||||||
4,
|
4,
|
||||||
2,
|
2,
|
||||||
1,
|
1,
|
||||||
1
|
1,
|
||||||
|
{
|
||||||
|
"class": 1,
|
||||||
|
"name": "Planetary",
|
||||||
|
"eligible": {
|
||||||
|
"pas": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"defaults": {
|
"defaults": {
|
||||||
@@ -152,7 +159,8 @@
|
|||||||
"02",
|
"02",
|
||||||
0,
|
0,
|
||||||
"",
|
"",
|
||||||
0
|
0,
|
||||||
|
"4F"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -112,7 +112,14 @@
|
|||||||
2,
|
2,
|
||||||
1,
|
1,
|
||||||
1,
|
1,
|
||||||
1
|
1,
|
||||||
|
{
|
||||||
|
"class": 1,
|
||||||
|
"name": "Planetary",
|
||||||
|
"eligible": {
|
||||||
|
"pas": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"defaults": {
|
"defaults": {
|
||||||
@@ -136,7 +143,8 @@
|
|||||||
"3v",
|
"3v",
|
||||||
"",
|
"",
|
||||||
0,
|
0,
|
||||||
0
|
0,
|
||||||
|
"4F"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -123,7 +123,14 @@
|
|||||||
3,
|
3,
|
||||||
2,
|
2,
|
||||||
2,
|
2,
|
||||||
1
|
1,
|
||||||
|
{
|
||||||
|
"class": 1,
|
||||||
|
"name": "Planetary",
|
||||||
|
"eligible": {
|
||||||
|
"pas": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"defaults": {
|
"defaults": {
|
||||||
@@ -155,7 +162,8 @@
|
|||||||
0,
|
0,
|
||||||
"00",
|
"00",
|
||||||
"",
|
"",
|
||||||
0
|
0,
|
||||||
|
"4F"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -121,7 +121,14 @@
|
|||||||
2,
|
2,
|
||||||
1,
|
1,
|
||||||
1,
|
1,
|
||||||
1
|
1,
|
||||||
|
{
|
||||||
|
"class": 1,
|
||||||
|
"name": "Planetary",
|
||||||
|
"eligible": {
|
||||||
|
"pas": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"defaults": {
|
"defaults": {
|
||||||
@@ -151,7 +158,8 @@
|
|||||||
"00",
|
"00",
|
||||||
"",
|
"",
|
||||||
0,
|
0,
|
||||||
0
|
0,
|
||||||
|
"4F"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -158,7 +158,14 @@
|
|||||||
},
|
},
|
||||||
4,
|
4,
|
||||||
3,
|
3,
|
||||||
1
|
1,
|
||||||
|
{
|
||||||
|
"class": 1,
|
||||||
|
"name": "Planetary",
|
||||||
|
"eligible": {
|
||||||
|
"pas": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"defaults": {
|
"defaults": {
|
||||||
@@ -200,7 +207,8 @@
|
|||||||
0,
|
0,
|
||||||
"01",
|
"01",
|
||||||
"",
|
"",
|
||||||
0
|
0,
|
||||||
|
"4F"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -126,7 +126,14 @@
|
|||||||
1,
|
1,
|
||||||
1,
|
1,
|
||||||
1,
|
1,
|
||||||
1
|
1,
|
||||||
|
{
|
||||||
|
"class": 1,
|
||||||
|
"name": "Planetary",
|
||||||
|
"eligible": {
|
||||||
|
"pas": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"defaults": {
|
"defaults": {
|
||||||
@@ -152,7 +159,8 @@
|
|||||||
"",
|
"",
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
0
|
0,
|
||||||
|
"4F"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -118,7 +118,14 @@
|
|||||||
3,
|
3,
|
||||||
2,
|
2,
|
||||||
2,
|
2,
|
||||||
1
|
1,
|
||||||
|
{
|
||||||
|
"class": 1,
|
||||||
|
"name": "Planetary",
|
||||||
|
"eligible": {
|
||||||
|
"pas": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"defaults": {
|
"defaults": {
|
||||||
@@ -147,7 +154,8 @@
|
|||||||
"44",
|
"44",
|
||||||
"00",
|
"00",
|
||||||
"",
|
"",
|
||||||
0
|
0,
|
||||||
|
"4F"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -122,7 +122,14 @@
|
|||||||
3,
|
3,
|
||||||
3,
|
3,
|
||||||
2,
|
2,
|
||||||
1
|
1,
|
||||||
|
{
|
||||||
|
"class": 1,
|
||||||
|
"name": "Planetary",
|
||||||
|
"eligible": {
|
||||||
|
"pas": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"defaults": {
|
"defaults": {
|
||||||
@@ -155,7 +162,8 @@
|
|||||||
"",
|
"",
|
||||||
0,
|
0,
|
||||||
"00",
|
"00",
|
||||||
0
|
0,
|
||||||
|
"4F"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -120,7 +120,14 @@
|
|||||||
3,
|
3,
|
||||||
3,
|
3,
|
||||||
2,
|
2,
|
||||||
1
|
1,
|
||||||
|
{
|
||||||
|
"class": 1,
|
||||||
|
"name": "Planetary",
|
||||||
|
"eligible": {
|
||||||
|
"pas": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"defaults": {
|
"defaults": {
|
||||||
@@ -152,7 +159,8 @@
|
|||||||
"",
|
"",
|
||||||
0,
|
0,
|
||||||
"00",
|
"00",
|
||||||
0
|
0,
|
||||||
|
"4F"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -120,7 +120,14 @@
|
|||||||
3,
|
3,
|
||||||
2,
|
2,
|
||||||
2,
|
2,
|
||||||
1
|
1,
|
||||||
|
{
|
||||||
|
"class": 1,
|
||||||
|
"name": "Planetary",
|
||||||
|
"eligible": {
|
||||||
|
"pas": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"defaults": {
|
"defaults": {
|
||||||
@@ -152,7 +159,8 @@
|
|||||||
"01",
|
"01",
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
0
|
0,
|
||||||
|
"4F"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -120,7 +120,14 @@
|
|||||||
3,
|
3,
|
||||||
2,
|
2,
|
||||||
2,
|
2,
|
||||||
1
|
1,
|
||||||
|
{
|
||||||
|
"class": 1,
|
||||||
|
"name": "Planetary",
|
||||||
|
"eligible": {
|
||||||
|
"pas": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"defaults": {
|
"defaults": {
|
||||||
@@ -151,7 +158,8 @@
|
|||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
"",
|
"",
|
||||||
0
|
0,
|
||||||
|
"4F"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -122,7 +122,14 @@
|
|||||||
3,
|
3,
|
||||||
3,
|
3,
|
||||||
2,
|
2,
|
||||||
1
|
1,
|
||||||
|
{
|
||||||
|
"class": 1,
|
||||||
|
"name": "Planetary",
|
||||||
|
"eligible": {
|
||||||
|
"pas": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"defaults": {
|
"defaults": {
|
||||||
@@ -156,7 +163,8 @@
|
|||||||
0,
|
0,
|
||||||
"00",
|
"00",
|
||||||
"",
|
"",
|
||||||
0
|
0,
|
||||||
|
"4F"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -121,7 +121,14 @@
|
|||||||
3,
|
3,
|
||||||
2,
|
2,
|
||||||
1,
|
1,
|
||||||
1
|
1,
|
||||||
|
{
|
||||||
|
"class": 1,
|
||||||
|
"name": "Planetary",
|
||||||
|
"eligible": {
|
||||||
|
"pas": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"defaults": {
|
"defaults": {
|
||||||
@@ -152,7 +159,7 @@
|
|||||||
"",
|
"",
|
||||||
"00",
|
"00",
|
||||||
"3w",
|
"3w",
|
||||||
0,
|
"4F",
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
0
|
0
|
||||||
|
|||||||
@@ -113,7 +113,14 @@
|
|||||||
1,
|
1,
|
||||||
1,
|
1,
|
||||||
1,
|
1,
|
||||||
1
|
1,
|
||||||
|
{
|
||||||
|
"class": 1,
|
||||||
|
"name": "Planetary",
|
||||||
|
"eligible": {
|
||||||
|
"pas": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"defaults": {
|
"defaults": {
|
||||||
@@ -138,7 +145,8 @@
|
|||||||
"",
|
"",
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
0
|
0,
|
||||||
|
"4F"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -156,7 +156,14 @@
|
|||||||
"ghrp": 1
|
"ghrp": 1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
1
|
1,
|
||||||
|
{
|
||||||
|
"class": 1,
|
||||||
|
"name": "Planetary",
|
||||||
|
"eligible": {
|
||||||
|
"pas": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"defaults": {
|
"defaults": {
|
||||||
@@ -200,7 +207,8 @@
|
|||||||
"",
|
"",
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
0
|
0,
|
||||||
|
"4F"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -116,7 +116,14 @@
|
|||||||
3,
|
3,
|
||||||
2,
|
2,
|
||||||
2,
|
2,
|
||||||
1
|
1,
|
||||||
|
{
|
||||||
|
"class": 1,
|
||||||
|
"name": "Planetary",
|
||||||
|
"eligible": {
|
||||||
|
"pas": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"defaults": {
|
"defaults": {
|
||||||
@@ -144,7 +151,8 @@
|
|||||||
"44",
|
"44",
|
||||||
"00",
|
"00",
|
||||||
"",
|
"",
|
||||||
0
|
0,
|
||||||
|
"4F"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -121,7 +121,14 @@
|
|||||||
3,
|
3,
|
||||||
3,
|
3,
|
||||||
2,
|
2,
|
||||||
1
|
1,
|
||||||
|
{
|
||||||
|
"class": 1,
|
||||||
|
"name": "Planetary",
|
||||||
|
"eligible": {
|
||||||
|
"pas": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"defaults": {
|
"defaults": {
|
||||||
@@ -154,7 +161,8 @@
|
|||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
"",
|
"",
|
||||||
0
|
0,
|
||||||
|
"4F"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -124,7 +124,14 @@
|
|||||||
3,
|
3,
|
||||||
3,
|
3,
|
||||||
2,
|
2,
|
||||||
1
|
1,
|
||||||
|
{
|
||||||
|
"class": 1,
|
||||||
|
"name": "Planetary",
|
||||||
|
"eligible": {
|
||||||
|
"pas": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"defaults": {
|
"defaults": {
|
||||||
@@ -159,7 +166,8 @@
|
|||||||
"01",
|
"01",
|
||||||
0,
|
0,
|
||||||
"",
|
"",
|
||||||
0
|
0,
|
||||||
|
"4F"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -128,7 +128,14 @@
|
|||||||
2,
|
2,
|
||||||
1,
|
1,
|
||||||
1,
|
1,
|
||||||
1
|
1,
|
||||||
|
{
|
||||||
|
"class": 1,
|
||||||
|
"name": "Planetary",
|
||||||
|
"eligible": {
|
||||||
|
"pas": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"defaults": {
|
"defaults": {
|
||||||
@@ -156,7 +163,8 @@
|
|||||||
0,
|
0,
|
||||||
"",
|
"",
|
||||||
0,
|
0,
|
||||||
0
|
0,
|
||||||
|
"4F"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -130,7 +130,14 @@
|
|||||||
2,
|
2,
|
||||||
1,
|
1,
|
||||||
1,
|
1,
|
||||||
1
|
1,
|
||||||
|
{
|
||||||
|
"class": 1,
|
||||||
|
"name": "Planetary",
|
||||||
|
"eligible": {
|
||||||
|
"pas": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"defaults": {
|
"defaults": {
|
||||||
@@ -160,7 +167,8 @@
|
|||||||
0,
|
0,
|
||||||
"",
|
"",
|
||||||
0,
|
0,
|
||||||
0
|
0,
|
||||||
|
"4F"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -129,7 +129,14 @@
|
|||||||
1,
|
1,
|
||||||
1,
|
1,
|
||||||
1,
|
1,
|
||||||
1
|
1,
|
||||||
|
{
|
||||||
|
"class": 1,
|
||||||
|
"name": "Planetary",
|
||||||
|
"eligible": {
|
||||||
|
"pas": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"defaults": {
|
"defaults": {
|
||||||
@@ -158,7 +165,8 @@
|
|||||||
0,
|
0,
|
||||||
"",
|
"",
|
||||||
0,
|
0,
|
||||||
0
|
0,
|
||||||
|
"4F"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user