Author: jtn
Date: Mon Oct  3 12:01:41 2016
New Revision: 33969

URL: http://svn.gna.org/viewcvs/freeciv?rev=33969&view=rev
Log:
sandbox: Allow a city's outer workable tiles to be stolen, but not inner tiles.

See patch #7745.

Modified:
    trunk/data/sandbox/README.sandbox
    trunk/data/sandbox/game.ruleset

Modified: trunk/data/sandbox/README.sandbox
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/sandbox/README.sandbox?rev=33969&r1=33968&r2=33969&view=diff
==============================================================================
--- trunk/data/sandbox/README.sandbox   (original)
+++ trunk/data/sandbox/README.sandbox   Mon Oct  3 12:01:41 2016
@@ -106,3 +106,8 @@
 Custom policy "Personal Freedom":
 You can trade off a science bonus against extra unhappiness from your
 aggressive military units.
+
+Border stealing:
+The workable tiles next to a city are permanently within the city
+owner's borders, once claimed. The outer workable tiles can be stolen
+by a city with greater influence.

Modified: trunk/data/sandbox/game.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/sandbox/game.ruleset?rev=33969&r1=33968&r2=33969&view=diff
==============================================================================
--- trunk/data/sandbox/game.ruleset     (original)
+++ trunk/data/sandbox/game.ruleset     Mon Oct  3 12:01:41 2016
@@ -818,7 +818,7 @@
 ; If City_Radius_Sq is variable, so is the set of locked tiles; this is
 ; a squared value, so the radius of the ring of tiles which are workable
 ; but not locked (or vice versa) varies but the area is constant.
-radius_sq_city_permanent = 0
+radius_sq_city_permanent = -3
 
 [research]
 ; Method of calculating technology costs


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

Reply via email to