-
-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationfeature requestThis issue requests a feature that doesn't exist (yet)This issue requests a feature that doesn't exist (yet)good first issueGood for newcomersGood for newcomersmappingThis issue or it's solution is related to how information is mappedThis issue or it's solution is related to how information is mapped
Description
I'm not sure if this is the best place to ask this, but the openapi spec for the raw endpoints Status and WarInfo needs to be updated.
WarSeason/801/Status/
List of missing fields
-
communityTargets
- currently an empty list, use unknown
-
planetActiveEffects
- List of "planetEffect" objects composed of planet index field and a galacticEffectID field
- as of writing, the only planet on here is Meridia,
-
activeElectionPolicyEffects:
- currently an empty list. Use unknown.
-
Global Events
- list of Global Event objects, currently just used for the briefing text at start/end of mo.
- eventId: integer,
- id32: integer, use unknown
- portraitId32: integer, use unknown
- title: string, displayed on the map screen at start/end of MO.
- titleId32:integer, use unknown
- message: string, displayed on map screen at start/end of MO.
- messageId32: integer
- race: integer, use unknown. Have only ever seen a value of 1 here.
- flag: integer, see added globalEvents flags json and documentation md file json#45
- assignmentId32 27824062
- effectIds: list, contents and use is currently unknown.
- planetIndices: list, contents presumably planet index values.
-
superEarthWarResults
- currently an empty list. Use Unknown.
-
layoutVersion
+integer, presumably for the galactic war map
WarSeason/801/WarInfo/
List of missing fields
- layoutVersion
- same as Status
- capitalInfos
- currently an empty list. Use Unknown.
- planetPermanentEffects
- currently an empty list. Use Unknown.
I'm making this issue because Meridia's status as an all-consuming black hole is apparently reflected in the api under planetActiveEffects.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationfeature requestThis issue requests a feature that doesn't exist (yet)This issue requests a feature that doesn't exist (yet)good first issueGood for newcomersGood for newcomersmappingThis issue or it's solution is related to how information is mappedThis issue or it's solution is related to how information is mapped