Author: cazfi
Date: Sun Apr 10 10:28:25 2016
New Revision: 32332

URL: http://svn.gna.org/viewcvs/freeciv?rev=32332&view=rev
Log:
Added such effects for "Big Land" units that were present for "Land" units in
experimental ruleset.

Reported by Caedo <caedo>

See bug #24539

Modified:
    trunk/data/experimental/effects.ruleset

Modified: trunk/data/experimental/effects.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/experimental/effects.ruleset?rev=32332&r1=32331&r2=32332&view=diff
==============================================================================
--- trunk/data/experimental/effects.ruleset     (original)
+++ trunk/data/experimental/effects.ruleset     Sun Apr 10 10:28:25 2016
@@ -133,13 +133,22 @@
 value   = 3
 
 ; Fortress HP regen
-[effect_fortress_hp_regen]
+[effect_fortress_hp_regen_land]
 type    = "HP_Regen"
 value   = 25
 reqs    =
     { "type", "name", "range"
       "Extra", "Fortress", "Tile"
       "UnitClass", "Land", "Local"
+    }
+
+[effect_fortress_hp_regen_big_land]
+type    = "HP_Regen"
+value   = 25
+reqs    =
+    { "type", "name", "range"
+      "Extra", "Fortress", "Tile"
+      "UnitClass", "Big Land", "Local"
     }
 
 ; Nuclear power gives +1 moves to sea units
@@ -2335,7 +2344,7 @@
       "Building", "Statue of Liberty", "Player"
     }
 
-[effect_sun_tzus_war_academy]
+[effect_sun_tzus_land_veteran]
 type    = "Veteran_Build"
 value  = 1
 reqs   =
@@ -2346,13 +2355,34 @@
       "UnitFlag", "NoVeteran", "Local", FALSE
     }
 
-[effect_sun_tzus_war_academy_1]
+[effect_sun_tzus_big_land_veteran]
+type    = "Veteran_Build"
+value  = 1
+reqs   =
+    { "type", "name", "range", "present"
+      "Building", "Sun Tzu's War Academy", "Player", TRUE
+      "UnitClass", "Big Land", "Local", TRUE
+      "UnitFlag", "NonMil", "Local", FALSE
+      "UnitFlag", "NoVeteran", "Local", FALSE
+    }
+
+[effect_sun_tzus_land_combat_vet]
 type    = "Veteran_Combat"
 value  = 50
 reqs   =
     { "type", "name", "range", "present"
       "Building", "Sun Tzu's War Academy", "Player", TRUE
       "UnitClass", "Land", "Local", TRUE
+      "UnitFlag", "Diplomat", "Local", FALSE
+    }
+
+[effect_sun_tzus_big_land_combat_vet]
+type    = "Veteran_Combat"
+value  = 50
+reqs   =
+    { "type", "name", "range", "present"
+      "Building", "Sun Tzu's War Academy", "Player", TRUE
+      "UnitClass", "Big Land", "Local", TRUE
       "UnitFlag", "Diplomat", "Local", FALSE
     }
 


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

Reply via email to