Author: cazfi
Date: Sat Feb 14 21:09:41 2015
New Revision: 28147

URL: http://svn.gna.org/viewcvs/freeciv?rev=28147&view=rev
Log:
Updated civ2civ3 cheating and handicapped AI effects

Patch by David Fernandez <bardo>

See patch #5811

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

Modified: branches/S2_6/data/civ2civ3/effects.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/data/civ2civ3/effects.ruleset?rev=28147&r1=28146&r2=28147&view=diff
==============================================================================
--- branches/S2_6/data/civ2civ3/effects.ruleset (original)
+++ branches/S2_6/data/civ2civ3/effects.ruleset Sat Feb 14 21:09:41 2015
@@ -81,9 +81,33 @@
       "OutputType", "Shield", "Local"
     }
 
+[effect_ai_cheat_happiness]
+type    = "Make_Content"
+value  = 1
+reqs   =
+    { "type", "name", "range"
+      "AI", "Cheating", "Player"
+    }
+
 [effect_ai_cheat_pollution]
 type    = "Pollu_Prod_Pct"
-value   = -20
+value  = -20
+reqs   =
+    { "type", "name", "range"
+      "AI", "Cheating", "Player"
+    }
+
+[effect_ai_cheat_veteran]
+type    = "Veteran_Combat"
+value   = 20
+reqs    =
+    { "type", "name", "range"
+      "AI", "Cheating", "Player"
+    }
+
+[effect_ai_cheat_incite_cost]
+type    = "Incite_Cost_Pct"
+value   = 20
 reqs    =
     { "type", "name", "range"
       "AI", "Cheating", "Player"
@@ -99,11 +123,9 @@
       "Extra", "Fortress", "Local", FALSE
       "Extra", "Airbase", "Local", FALSE
       "TerrainClass", "Oceanic", "Local"; FALSE
-
-    }
-
-
-[effect_ai_handicap_science]
+    }
+
+[effect_ai_handicapped_science]
 type    = "Output_Bonus"
 value   = -25
 reqs    =
@@ -112,9 +134,25 @@
       "OutputType", "Science", "Local"
     }
 
-[effect_ai_handicap_defense]
+[effect_ai_handicapped_defense]
 type    = "Defend_Bonus"
 value   = -25
+reqs    =
+    { "type", "name", "range"
+      "AI", "Handicapped", "Player"
+    }
+
+[effect_ai_handicapped_bribe]
+type    = "Unit_Bribe_Cost_Pct"
+value   = -20
+reqs    =
+    { "type", "name", "range"
+      "AI", "Handicapped", "Player"
+    }
+
+[effect_ai_handicapped_incite_cost]
+type    = "Incite_Cost_Pct"
+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