[Datasets documentation](https://ksneijders.github.io/AoE2ScenarioParser/api_docs/datasets/trigger_lists/action_type/) has been improved:
- Ordering of attributes within datasets has been matched to source instead of alphabetically.
- So (for example) the order of ages is no longer: "Castle Age, Dark Age, Feudal Age, Imperial Age"
- Invalid links from UGC site have been filtered out
Changed
- `MapManager.map_color_mood` will now return the `ColorMood` enum when possible
---