Re: my earlier comments on the 'abilities at a glance' on the unit info screens not turning up - I haven't got a conclusive reason but can give some examples
Unit with:
attributes sea_faring, can_sap
and
stat_ground 1, 1, -1, -1
does NOT have abilities shown in screen.
Unit with:
attributes hide_forest, can_sap
and
stat_ground 1, 1, -1, -1
DOES have abilities shown in screen, Red Spot was on to something with that..
but also
Unit with:
attributes sea_faring, can_sap
and
stat_ground 1, 1, -2, -1
DOES have abilities shown in screen.
Unit with:
attributes sea_faring, druid, can_swim, can_sap
and
stat_ground 1, 1, -1, -1
does NOT have abilities shown in screen, but if you switch sea_faring to hardy it does work
but also;
Unit with:
attributes sea_faring, druid, can_swim, can_sap
and
stat_ground 1, 1, -2, -1
DOES have abilities shown in screen
also
Unit with:
attributes hardy, druid, can_sap
and
stat_ground 1, 1, -1, -1
DOES have abilities shown in screen, though have noticed that the druid attribute isn't mentioned - not sure if it ever is?
I'm a little lost as to what the linkage is between combinations that do work and ones that don't! Could anyone else have a look and see if they can confirm any of this and come up with some idea why...
Bookmarks