Added
- Proper support for `RoR` scenarios.
- Scenarios can now easily be converted back and forth by doing:
- `scenario.variant = ScenarioVariant.AOE2`
- `scenario.variant = ScenarioVariant.ROR`
- Note: 'Support' does **not** include any `RoR` datasets.
- Warnings for writing scenarios with an incorrect variant (like legacy variants)
- A setting to disable said warnings: `settings.SHOW_VARIANT_WARNINGS = False`
---