                      Concept : Command Condition Items

 When specifying commands, you can often "filter" the  objects  to  which  the
command is applied by explicitly disqualifying those objects which do not meet
certain conditions.  You generally specify conditions by including on the com-
mand  line  a  question  mark, immediately followed by one or more conditional
expressions made up of condition items and relational operators.  For example,

   [##:##] Command: cens #1 ?civ>50&mil=0

asks for a census of those sectors in realm 1 that meet the conditions of hav-
ing  (1)  more  than 50 civilians, and (2) no military.  Another example might
be,

   [##:##] Command: ship w ?mil>civ&auto=0&roff=1&mob>50

in which we're asking for a list of all ships in fleet w that  have  more  mil
than  civs  aboard  (mil>civ), do not have sailing orders (auto=0), have their
aircraft autotracking radar turned off (roff=1), and still have more  than  50
mobility.

                      Concept : Command Condition Items

A complete list of all condition items follows:

SECTOR CONDITION ITEMS

                owner  owner of the sector
               oldown  original owner of captured sector
                  des  sector designation
                   dx  distribution x coordinate
                   dy  distribution y coordinate
              newtype  new sector designation
           efficiency  efficiency
                 work  work/loyalty
             mobility  mobility units
             minerals  sector contents
             ocontent  oil content
             pcontent  oil content
            fertility  food fertility
      uranium content  uranium
            civilians  civilians
             military  military

                      Concept : Command Condition Items

                   uw  uncompensated workers
uncompensated workers  uncompensated workers
               shells  number of shells
                 guns  number of guns
            petroleum  amount of petrol
             iron ore  amount of iron ore
          dust (gold)  amount of gold dust
         bars of gold  number of gold bars
                 food  quantity of food
                  oil  amount of crude oil
                  rad  amount of radioactive materials
                  lcm  light construction materials
                  hcm  heavy construction materials
               pstage  plague stage (0-4)
  roads (or highways)  road improvement level (0-100)
 rails (or railroads)  rail improvement level (0-100)
               bunker  bunker size (0-255)
geography (or geology)  underlying geologic sector designation
                 head  sector has a bridge head (1=yes, 0=no)
                 hold  sector is on production hold (1=yes, 0=no)

                      Concept : Command Condition Items

                 roff  radar tracking is turned off (1=yes, 0=no)
               rident  radar tracks only identifiable aircraft (1=yes, 0=no)
             rhostile  radar tracks only hostile aircraft (1=yes, 0=no)
               starve  sector had starvation at last update (1=yes, 0=no)
             distpath  distribution path
           s_delivery  product delivery routes (shells)
           g_delivery  gun delivery routes
           p_delivery  petroleum delivery routes
           i_delivery  iron ore delivery routes
           d_delivery  gold dust delivery routes
           b_delivery  gold bar delivery routes
           f_delivery  food delivery routes
           o_delivery  oil delivery routes
           r_delivery  radioactive material delivery routes
           l_delivery  lcm delivery routes
           h_delivery  hcm delivery routes
           u_delivery  uncompensated worker delivery routes
               s_dist  product distribution thresholds (shells)
               g_dist  guns distribution thresholds
               p_dist  petroleum distribution thresholds

                      Concept : Command Condition Items

               i_dist  iron ore distribution thresholds
               d_dist  gold dust distribution thresholds
               b_dist  gold bar distribution thresholds
               f_dist  food distribution thresholds
               o_dist  oil distribution thresholds
               r_dist  radioactive material distribution thresholds
               l_dist  lcm distribution thresholds
               h_dist  hcm distribution thresholds
               u_dist  uncompensated worker distribution thresholds

SHIP/VEHICLE CONDITION ITEMS

                owner  ship owner
           efficiency  ship's efficiency (0-100)
             mobility  ship's mobility (0-127)
                 tech  ship's tech level
                fleet  fleet identifier
               nplane  number of planes aboard
                ntank  number of tanks aboard
              autonav  ship is sailing under orders (1=yes, 0=no)

                      Concept : Command Condition Items

aboard (or carrier, or transport)  ID of ship transporting this vehicle
                depth  current submarine depth (0=surf, 1=peri, 2=deep)
             altitude  current balloon altitude (0=ground, 1=low, 2=high)
air (or gas, or volume)  amount of air/gas remaining
               convoy  convoy identifier
         camouflagued  ship is camouflaged (1=yes, 0=no)
                 roff  radar tracking is turned off (1=yes, 0=no)
               rident  radar tracks only identifiable aircraft (1=yes, 0=no)
             rhostile  radar tracks only hostile aircraft (1=yes, 0=no)

AIRCRAFT CONDITION ITEMS

                owner  aircraft's owner
           efficiency  aircraft's efficency
             mobility  aircraft's mobility
                 tech  aircraft's tech level
                 wing  wing identifier
                range  maximum flight range
ship (or aboard, or carrier)  ID of ship/vehicle transporting this aircraft
               attack  aircraft's attack rating

                      Concept : Command Condition Items

               defend  aircraft's defense rating
               harden  aircraft's hardening factor
              nukeamt  number of nuclear warheads aboard
                  gdr  ABM global defense radius
                  idr  intercept defense radius

SPY CONDITION ITEMS

                owner  spy's owner
           efficiency  spy's efficiency
             mobility  spy's mobility
                 tech  spy's tech level
                 ship  ID of ship/vehicle transporting spy
            education  spy's education level
            happiness  spy's happiness level
                  age  spy's age
                pilot  spy's pilot tech level

See also : realm, command

                      Concept : Command Condition Items

