Author: sveinung
Date: Thu Jun 18 08:51:32 2015
New Revision: 29166

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

when playing with square tiles.

Suggested by Caedo

See patch #5983

Modified:
    trunk/data/experimental/effects.ruleset

Modified: trunk/data/experimental/effects.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/experimental/effects.ruleset?rev=29166&r1=29165&r2=29166&view=diff
==============================================================================
--- trunk/data/experimental/effects.ruleset     (original)
+++ trunk/data/experimental/effects.ruleset     Thu Jun 18 08:51:32 2015
@@ -2570,7 +2570,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"
@@ -2593,7 +2593,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