mirror of
https://github.com/EDCD/EDDN.git
synced 2025-06-07 10:53:04 +03:00
schemas: READMES: Consistent horizons/odyssey language
This commit is contained in:
parent
3d023bf280
commit
339abce9e4
@ -42,6 +42,12 @@ You MUST remove the following key/value pairs from the data:
|
|||||||
- `BlackMarket` - Because we're using this schema, so this is un-necessary.
|
- `BlackMarket` - Because we're using this schema, so this is un-necessary.
|
||||||
|
|
||||||
### Augmentations
|
### Augmentations
|
||||||
|
#### horizons flag
|
||||||
|
You SHOULD add this key/value pair, using the value from the `LoadGame` event.
|
||||||
|
|
||||||
|
#### odyssey flag
|
||||||
|
You SHOULD add this key/value pair, using the value from the `LoadGame` event.
|
||||||
|
|
||||||
#### systemName
|
#### systemName
|
||||||
The star system name for where this market is. Use the `StarSystem` value
|
The star system name for where this market is. Use the `StarSystem` value
|
||||||
from the prior `Docked` or `Location` event.
|
from the prior `Docked` or `Location` event.
|
||||||
|
@ -17,6 +17,12 @@ You MUST remove any key where the key name ends in
|
|||||||
You MUST remove the two keys `IsNewEntry` and `NewTraitsDiscovered`.
|
You MUST remove the two keys `IsNewEntry` and `NewTraitsDiscovered`.
|
||||||
|
|
||||||
### Augmentations
|
### Augmentations
|
||||||
|
#### horizons flag
|
||||||
|
You SHOULD add this key/value pair, using the value from the `LoadGame` event.
|
||||||
|
|
||||||
|
#### odyssey flag
|
||||||
|
You SHOULD add this key/value pair, using the value from the `LoadGame` event.
|
||||||
|
|
||||||
#### StarPos
|
#### StarPos
|
||||||
You MUST **add** a `StarPos` key with value of type `array` containing the
|
You MUST **add** a `StarPos` key with value of type `array` containing the
|
||||||
galaxy co-ordinates of the system. You will need to have obtained these
|
galaxy co-ordinates of the system. You will need to have obtained these
|
||||||
|
@ -44,9 +44,10 @@ Remove not only the `Category_Localised` key/value, as above, but also the
|
|||||||
|
|
||||||
### Augmentations
|
### Augmentations
|
||||||
#### horizons flag
|
#### horizons flag
|
||||||
Use the value from the `LoadGame` event.
|
You SHOULD add this key/value pair, using the value from the `LoadGame` event.
|
||||||
|
|
||||||
#### odyssey flag
|
#### odyssey flag
|
||||||
Use the value from the `LoadGame` event.
|
You SHOULD add this key/value pair, using the value from the `LoadGame` event.
|
||||||
|
|
||||||
### Using CAPI data
|
### Using CAPI data
|
||||||
It is *not* recommended to use CAPI data as the source as it's fraught with
|
It is *not* recommended to use CAPI data as the source as it's fraught with
|
||||||
|
@ -31,9 +31,10 @@ Remove not only the `Category_Localised` key/value, as above, but also the
|
|||||||
|
|
||||||
### Augmentations
|
### Augmentations
|
||||||
#### horizons flag
|
#### horizons flag
|
||||||
Use the value from the `LoadGame` event.
|
You SHOULD add this key/value pair, using the value from the `LoadGame` event.
|
||||||
|
|
||||||
#### odyssey flag
|
#### odyssey flag
|
||||||
Use the value from the `LoadGame` event.
|
You SHOULD add this key/value pair, using the value from the `LoadGame` event.
|
||||||
|
|
||||||
#### StarPos
|
#### StarPos
|
||||||
You MUST add a `StarPos` array containing the system co-ordinates from the
|
You MUST add a `StarPos` array containing the system co-ordinates from the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user