Author: cazfi
Date: Wed May  4 17:00:46 2016
New Revision: 32575

URL: http://svn.gna.org/viewcvs/freeciv?rev=32575&view=rev
Log:
Enabled tired attack in civ2civ3 ruleset.

Patch by David Fernandez <bardo>

See patch #7160

Modified:
    trunk/data/civ2civ3/README.civ2civ3
    trunk/data/civ2civ3/game.ruleset

Modified: trunk/data/civ2civ3/README.civ2civ3
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/civ2civ3/README.civ2civ3?rev=32575&r1=32574&r2=32575&view=diff
==============================================================================
--- trunk/data/civ2civ3/README.civ2civ3 (original)
+++ trunk/data/civ2civ3/README.civ2civ3 Wed May  4 17:00:46 2016
@@ -77,6 +77,11 @@
   shrinks due to starvation, one of those extra units will be disbanded.
 
 - Units lose one Veteran level when upgraded.
+
+- Enabled tired attack: units that attack with less than a single move
+  point will have their attack power reduced accordingly.
+  If they have 2/3 movement points, they will attack with 2/3 strength.
+  If they have 1/3 movement points, they will attack with 1/3 strength.
 
 - Unlimited movement on rails delayed to maglev (available with
   Superconductors). Movement bonus on Railroads x6, on Roads x3, on

Modified: trunk/data/civ2civ3/game.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/civ2civ3/game.ruleset?rev=32575&r1=32574&r2=32575&view=diff
==============================================================================
--- trunk/data/civ2civ3/game.ruleset    (original)
+++ trunk/data/civ2civ3/game.ruleset    Wed May  4 17:00:46 2016
@@ -189,7 +189,7 @@
 ; 2/3 move points will have attack power 2/3 of normal.
 ; If this is set to FALSE units will attack with full strength even if they
 ; have only fractional moves left.
-tired_attack = FALSE
+tired_attack = TRUE
 
 [actions]
 ; If force_trade_route is set to TRUE it is illegal for an actor unit to


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

Reply via email to