<URL: http://bugs.freeciv.org/Ticket/Display.html?id=40266 >

 There was Empire_Size_Step effect in civ1 ruleset making it
unplayable. Also, No_Diplomacy for effect barbarians was missing.


 - ML

diff -Nurd -X.diff_ignore freeciv/data/civ1/effects.ruleset 
freeciv/data/civ1/effects.ruleset
--- freeciv/data/civ1/effects.ruleset   2007-03-19 09:57:32.000000000 +0200
+++ freeciv/data/civ1/effects.ruleset   2008-06-11 18:48:54.000000000 +0300
@@ -16,6 +16,15 @@
 ; /* <-- avoid gettext warnings
 ; */ <-- avoid gettext warnings
 
+; Barbarian effects
+
+[effect_barb1]
+name    = "No_Diplomacy"
+value   = 1
+reqs    =
+    { "type",   "name", "range"
+      "Nation", "Barbarian", "Player"
+    }
 
 ; Specialist output bonuses
 
@@ -340,6 +349,12 @@
       "Gov", "Republic",  "Player"
     }
 
+; FIXME: How this should work in Civ1?
+;        This just makes it playable.
+[effect_empire_size_step]
+name    = "Empire_Size_Step"
+value   = 10
+
 [effect_max_rates_0]
 name    = "Max_Rates"
 value   = 100
_______________________________________________
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev

Reply via email to