Author: cazfi
Date: Sat Feb 14 21:09:35 2015
New Revision: 28146

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

Patch by David Fernandez <bardo>

See patch #5811

Modified:
    trunk/data/civ2civ3/effects.ruleset

Modified: trunk/data/civ2civ3/effects.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/civ2civ3/effects.ruleset?rev=28146&r1=28145&r2=28146&view=diff
==============================================================================
--- trunk/data/civ2civ3/effects.ruleset (original)
+++ trunk/data/civ2civ3/effects.ruleset Sat Feb 14 21:09:35 2015
@@ -82,9 +82,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"
@@ -100,11 +124,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    =
@@ -113,9 +135,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