schemas: navroute: Add horizons and odyssey flags

This commit is contained in:
Athanasius 2021-10-18 10:33:36 +00:00
parent adfc9b0e0e
commit 43e181a830

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",