AW Arcaeca
Deus Vult
For the UU of the Inuit civ I'm making, I've been considering giving it the ability to walk on ice.
...Not terribly useful, but it'll do.
So I gave the unit a free new promotion that goes something like this:
And the promotion shows up, so the xml must work fine - but the unit can't walk on ice.
So any ideas? I'm guessing this will require more than just xml, so I'm bracing myself for the worst: lua. But even then can it be done, or is impassibility hard-coded in the DLL?
...Not terribly useful, but it'll do.

So I gave the unit a free new promotion that goes something like this:
Code:
<UnitPromotions_Features>
<Row>
<PromotionType>PROMOTION_ICEWALKERS</PromotionType>
<FeatureType>FEATURE_ICE</FeatureType>
<PassableTech>TECH_AGRICULTURE</PassableTech>
</Row>
</UnitPromotions_Features>
So any ideas? I'm guessing this will require more than just xml, so I'm bracing myself for the worst: lua. But even then can it be done, or is impassibility hard-coded in the DLL?