Final Frontier Domain

PsiCorps

FF: Babylon 5 mod team
Joined
Dec 30, 2007
Messages
1,455
Location
Vietnam
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.
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.
 
I don't believe domain works that way; you have DOMAIN_LAND, DOMAIN_SEA and DOMAIN_AIR, but not one for each terrain type. At least, that's how it is in regular Civ. Don't know about Final Frontier.
 
the capital ships are domain land, the fighters are domain air (at least they are set in the Civ4UnitInfos this way)
 
Back
Top Bottom