You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added UI for custom draft options. You can now create map drafts, or whatever, really. Just flip the switch at the top of the draft creation page and enter your options and image urls.
We modified the preset and draft format to make it more flexible.
Previously, a chosen option would be an event with a civilisation property:
Now, a chosen option is an event with a chosenOptionId:
In theory, you can use that chosenOptionId to look for relevant values in the preset's draftOptions property:
In practice however, Presets usually still use the implicit encodedCivilisations shorthand (and do not have a draftOptions property):
Good thing the chosenOptionId for those is just the civilisation name in English 😏