Author: cazfi
Date: Sun Apr 10 10:28:30 2016
New Revision: 32333

URL: http://svn.gna.org/viewcvs/freeciv?rev=32333&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:
    branches/S2_6/data/experimental/effects.ruleset

Modified: branches/S2_6/data/experimental/effects.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/data/experimental/effects.ruleset?rev=32333&r1=32332&r2=32333&view=diff
==============================================================================
--- branches/S2_6/data/experimental/effects.ruleset     (original)
+++ branches/S2_6/data/experimental/effects.ruleset     Sun Apr 10 10:28:30 2016
@@ -132,13 +132,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
@@ -2326,7 +2335,7 @@
       "Building", "Statue of Liberty", "Player"
     }
 
-[effect_sun_tzus_war_academy]
+[effect_sun_tzus_land_veteran]
 type    = "Veteran_Build"
 value  = 1
 reqs   =
@@ -2337,13 +2346,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