Problem
Currently, modders must specify unit's locomotors by using the appropriate locomotor class IDs, which are nonsensical and hard to parse. This also stands out compared to the rest of the INI configuration.
Instead, allow modders to use aliases that will map the locomotor classes to the units appropriately behind the scenes.
Phobos has a similar mechanism: https://phobos.readthedocs.io/en/latest/Miscellanous.html#semantic-locomotor-aliases
Proposal
Modders write aliases that map to locomotors. For example:
[SOMETECHNO]
Locomotor=Drive
Problem
Currently, modders must specify unit's locomotors by using the appropriate locomotor class IDs, which are nonsensical and hard to parse. This also stands out compared to the rest of the INI configuration.
Instead, allow modders to use aliases that will map the locomotor classes to the units appropriately behind the scenes.
Phobos has a similar mechanism: https://phobos.readthedocs.io/en/latest/Miscellanous.html#semantic-locomotor-aliases
Proposal
Modders write aliases that map to locomotors. For example: