mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-22 03:20:29 +03:00
schemas: navroute: Add horizons and odyssey flags
This commit is contained in:
parent
adfc9b0e0e
commit
43e181a830
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user