Fall from Heaven Wiki
Register
Advertisement
SDK/DLL | Python | XML | DDS

CIV4BuildInfos | CIV4CommandInfos | CIV4FormationInfos | CIV4PromotionInfos | CIV4SpecialUnitInfos | CIV4SpellInfos | CIV4UnitClassInfos | CIV4UnitInfos

SeeInvisible
Data Type: Vector
Allowed Values: Any number of Invisible Types as Defined in CIV4InvisibleInfos
Default Value: NONE
Function: Determines which Invisible Types a Unit is allowed to see
Examples of Use: Hawks can see INVISIBLE_LAND (Like Shadows), while Scouts can see INVISIBLE_ANIMAL (Like Giant Spiders)

Though almost all units who utilize this tag only see a single Invisible Type, it must be noted that the field is a Vector type, not a String, and as such can have multiple entries.

For example, to have a Hawk see both INVISIBLE_LAND and INVISIBLE_ANIMAL units, you would use the field:

 <SeeInvisible>INVISIBLE_LAND,INVISIBLE_ANIMAL</SeeInvisible>

It is vital not to have a space after the comma for this field to work properly.

Advertisement