Author: sveinung
Date: Thu Jun 18 08:58:47 2015
New Revision: 29167

URL: http://svn.gna.org/viewcvs/freeciv?rev=29167&view=rev
Log:
experimental: Make largest city radius rounder

when playing with square tiles.

Suggested by Caedo

See patch #5983

Modified:
    branches/S2_6/data/experimental/effects.ruleset

Modified: branches/S2_6/data/experimental/effects.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/data/experimental/effects.ruleset?rev=29167&r1=29166&r2=29167&view=diff
==============================================================================
--- branches/S2_6/data/experimental/effects.ruleset     (original)
+++ branches/S2_6/data/experimental/effects.ruleset     Thu Jun 18 08:58:47 2015
@@ -2555,7 +2555,7 @@
 ; City radius 4 - radius is sqrt(2+3+5+7) = 4.12
 [effect_city_radius_3]
 type    = "City_Radius_Sq"
-value   = 7
+value   = 8
 reqs    =
     { "type", "name", "range"
       "MinSize", "30", "City"
@@ -2578,7 +2578,7 @@
 ; City radius 4 - radius of vision is sqrt(2+3+5+7) = 4.12
 [effect_city_vision_3]
 type    = "City_Vision_Radius_Sq"
-value   = 7
+value   = 8
 reqs    =
     { "type", "name", "range"
       "MinSize", "30", "City"


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

Reply via email to