Hi all
I am trying to add a benefit to a tech that gives a unit extra movement once it is discovered. In the same way that refrigeration gives all sea units an extra movement point. I know where i need to add the information to get the bonus movement point but i can't figure out what the domain type is.
This is the relevant XML info.
<DomainExtraMoves>
<DomainExtraMove>
<DomainType>DOMAIN_SEA</DomainType>
<iExtraMoves>1</iExtraMoves></DomainExtraMove>
</DomainExtraMoves>
</DomainExtraMoves>
Is the DOMAIN for FF units sea, ocean or coast. I could do the trial and error method but that's a lot more work. Far easier to ask and hope someone knows.
I am trying to add a benefit to a tech that gives a unit extra movement once it is discovered. In the same way that refrigeration gives all sea units an extra movement point. I know where i need to add the information to get the bonus movement point but i can't figure out what the domain type is.
This is the relevant XML info.
Spoiler :
<DomainExtraMoves>
<DomainExtraMove>
<DomainType>DOMAIN_SEA</DomainType>
<iExtraMoves>1</iExtraMoves></DomainExtraMove>
</DomainExtraMoves>
</DomainExtraMoves>
Is the DOMAIN for FF units sea, ocean or coast. I could do the trial and error method but that's a lot more work. Far easier to ask and hope someone knows.