Changes between Initial Version and Version 1 of XML.Entity.Actions.Scout


Ignore:
Timestamp:
Feb 23, 2008, 4:19:01 AM (16 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • XML.Entity.Actions.Scout

    v1 v1  
     1The entity has a Scout command in the GUI. Once put into Scout mode, the entity moves methodically back and forth through an enemy's Civ Territory in ever expanding arcs to reveal the terrain/entities there.
     2
     3When it reaches the edge of the map, it will begin working its way back in ever-decreasing circles until it returns to its point-of-origin (presuming it survived to do so), and continue the cycle ad infinitum.
     4
     5More than one scouting entity may be placed into a Flanking Formation which will reveal a broader swath of the terrain on each pass as it continues to Scout.
     6
     7'''Example:'''
     8
     9{{{
     10        <Actions>
     11                <Scout />
     12        </Actions>
     13}}}
     14----