generated from Outer-Wilds-New-Horizons/nh-addon-template
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathaddon-manifest.json
24 lines (24 loc) · 1.17 KB
/
addon-manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"$schema": "https://raw.githubusercontent.com/Outer-Wilds-New-Horizons/new-horizons/main/NewHorizons/Schemas/addon_manifest_schema.json",
"achievements" : [
{
"ID" : "RSS_AllSpacecraft",
"secret" : false,
"signalIDs" : [ "Parker Solar Probe", "MESSENGER", "Venera 9", "International Space Station", "Hubble Space Telescope", "Aquarius", "Lunar Reconnaissance Orbiter", "Perseverance", "Mars Odyssey", "Europa Clipper", "Laplace-P", "Jupiter Icy Moons Explorer", "Cassini", "Huygens", "Uranus Orbiter", "Neptune Odyssey", "Pioneer 11", "Voyager 2", "Voyager 1", "Pioneer 10" ]
},
{
"ID" : "RSS_AllJellyfish",
"secret" : false,
"conditionIDs" : [ "RSS_MetGustavo", "RSS_MetGarry", "RSS_MetGeoffrey", "RSS_MetGriffin", "RSS_MetGertrude", "RSS_MetGooseberry", "RSS_MetGabro", "RSS_MetGoldie", "RSS_MetGideon", "RSS_MetGregory", "RSS_MetGerald" ]
},
{
"ID" : "RSS_FindJammer",
"secret" : false,
"conditionIDs" : [ "RSS_MetJammer" ]
},
{
"ID" : "RSS_FindVesselWormhole",
"secret" : false
}
]
}