Hi,
Instead of hard coded values in source code
STR_BATTLESHIP
STR_SUPPLY_SHIP
STR_TERROR_SHIP
STR_ALIEN_INFILTRATION
STR_ALIEN_BASE
STR_ALIEN_RETALIATION
STR_ALIEN_SUPPLY
STR_ALIEN_TERROR
please consider adding those as global values inside ruleset just like alienFuel: STR_ELERIUM_115.
This could be an array of items that game would pick one value from list of available like below. This would work nice even in Vanilla TFTD.
alienBaseMissions:
- STR_ALIEN_BASE
- STR_ALIEN_BASE_ALTERNATIVE
alienBattleShipClassUfo:
- STR_BATTLESHIP
- STR_MOTHERSHIP
If not a list just make it a single string
alienBaseMissions: STR_ALIEN_BASE
alienBattleShipClassUfo: STR_BATTLESHIP