Author: cazfi
Date: Thu Nov  3 22:27:21 2016
New Revision: 34362

URL: http://svn.gna.org/viewcvs/freeciv?rev=34362&view=rev
Log:
Added Attack_Bonus of -20 to handicapped AI and change its Defend_Bonus to the 
same value.

See patch #7924

Modified:
    trunk/data/civ2civ3/effects.ruleset
    trunk/data/default/ai_effects.ruleset

Modified: trunk/data/civ2civ3/effects.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/civ2civ3/effects.ruleset?rev=34362&r1=34361&r2=34362&view=diff
==============================================================================
--- trunk/data/civ2civ3/effects.ruleset (original)
+++ trunk/data/civ2civ3/effects.ruleset Thu Nov  3 22:27:21 2016
@@ -144,7 +144,15 @@
 
 [effect_ai_handicapped_defense]
 type    = "Defend_Bonus"
-value   = -25
+value   = -20
+reqs    =
+    { "type", "name", "range"
+      "AI", "Handicapped", "Player"
+    }
+
+[effect_ai_handicapped_attack]
+type    = "Attack_Bonus"
+value   = -20
 reqs    =
     { "type", "name", "range"
       "AI", "Handicapped", "Player"

Modified: trunk/data/default/ai_effects.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/default/ai_effects.ruleset?rev=34362&r1=34361&r2=34362&view=diff
==============================================================================
--- trunk/data/default/ai_effects.ruleset       (original)
+++ trunk/data/default/ai_effects.ruleset       Thu Nov  3 22:27:21 2016
@@ -73,7 +73,15 @@
 
 [effect_ai_handicapped_defense]
 type    = "Defend_Bonus"
-value   = -25
+value   = -20
+reqs    =
+    { "type", "name", "range"
+      "AI", "Handicapped", "Player"
+    }
+
+[effect_ai_handicapped_attack]
+type    = "Attack_Bonus"
+value   = -20
 reqs    =
     { "type", "name", "range"
       "AI", "Handicapped", "Player"


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

Reply via email to