Author: cazfi
Date: Tue Jan  6 20:02:04 2015
New Revision: 27557

URL: http://svn.gna.org/viewcvs/freeciv?rev=27557&view=rev
Log:
Fanatics have free upkeep in civ2 ruleset. Otherwiase free upkeep is reduced to 
8 units
from each city.

See patch #3505

Modified:
    trunk/data/civ2/effects.ruleset

Modified: trunk/data/civ2/effects.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/civ2/effects.ruleset?rev=27557&r1=27556&r2=27557&view=diff
==============================================================================
--- trunk/data/civ2/effects.ruleset     (original)
+++ trunk/data/civ2/effects.ruleset     Tue Jan  6 20:02:04 2015
@@ -417,6 +417,14 @@
       "OutputType", "Food", "Local"
     }
 
+[effect_fundamentalism_free_fanatics]
+type  = "Fanatics"
+value = 1
+reqs  =
+    { "type", "name", "range"
+      "Gov", "Fundamentalism", "Player"
+    }
+
 [effect_republic_unit_upkeep]
 type    = "Upkeep_Factor"
 value   = 1
@@ -489,7 +497,7 @@
 
 [effect_upkeep_free_units_fundamentalism]
 type    = "Unit_Upkeep_Free_Per_City"
-value   = 10
+value   = 8
 reqs    =
     { "type", "name", "range"
       "Gov", "Fundamentalism", "Player"


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

Reply via email to