Author: sveinung
Date: Fri Jun 17 03:16:25 2016
New Revision: 32878

URL: http://svn.gna.org/viewcvs/freeciv?rev=32878&view=rev
Log:
Document the UnitState req type's properties.

See patch #7266

Modified:
    trunk/doc/README.effects

Modified: trunk/doc/README.effects
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/doc/README.effects?rev=32878&r1=32877&r2=32878&view=diff
==============================================================================
--- trunk/doc/README.effects    (original)
+++ trunk/doc/README.effects    Fri Jun 17 03:16:25 2016
@@ -576,3 +576,12 @@
 Hint: By using negation ("not present") it is possible to check if a tile
 has more than the given numbers. It is possible to combine a negated and a
 non negated requirement to specify a range.
+
+The UnitState requirement type
+------------------------------
+"Transported" is fulfilled if the unit is transported by another unit.
+"Transporting" is fulfilled if the unit is transporting another unit.
+"OnLivableTile" is fulfilled if the unit is on a tile where it can exist
+                outside of a transport.
+"OnDomesticTile" is fulfilled if the unit is on a tile owned by its player.
+"HasHomeCity" is fulfilled if the unit has a home city.


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to