Merge pull request #147 from EDCD/enhancement/133/navroute-horizons-and-odyssey-flags

schemas: navroute: Add horizons and odyssey flags
This commit is contained in:
Athanasius 2021-10-19 13:06:30 +01:00 committed by GitHub
commit 4e060b6127
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,15 @@
},
"event": {
"enum" : [ "NavRoute" ]
},
},
"horizons": {
"type" : "boolean",
"description" : "Whether the sending Cmdr has a Horizons pass."
},
"odyssey": {
"type" : "boolean",
"description" : "Whether the sending Cmdr has an Odyssey expansion."
},
"Route": {
"type" : "array",
"description" : "Route generated by in game plotter",