Author: esr
Date: Mon Aug 25 07:04:09 2008
New Revision: 28957

URL: http://svn.gna.org/viewcvs/wesnoth?rev=28957&view=rev
Log:
Bias the orcs towards killing each other.  Otherwise Al'Tar tends to
run straight north and slaughter the peasants.

Modified:
    trunk/data/campaigns/Northern_Rebirth/scenarios/01_Breaking_the_Chains.cfg

Modified: 
trunk/data/campaigns/Northern_Rebirth/scenarios/01_Breaking_the_Chains.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/Northern_Rebirth/scenarios/01_Breaking_the_Chains.cfg?rev=28957&r1=28956&r2=28957&view=diff
==============================================================================
--- trunk/data/campaigns/Northern_Rebirth/scenarios/01_Breaking_the_Chains.cfg 
(original)
+++ trunk/data/campaigns/Northern_Rebirth/scenarios/01_Breaking_the_Chains.cfg 
Mon Aug 25 07:04:09 2008
@@ -92,6 +92,18 @@
         side=2
         recruit=Orcish Grunt,Orcish Archer,Wolf Rider
         {GOLD4 150 175 200 225}
+        [ai]
+            village_value=0.75 # Weakened desire to capture villages
+            caution=0.50       # Wants to survive the duel
+            [target]
+                side=3
+                value=2.0
+            [/target]
+            [target]
+                side=1
+                value=1.0
+            [/target]
+        [/ai]
     [/side]
 
     {STARTING_VILLAGES 2 7}
@@ -105,6 +117,19 @@
         side=3
         recruit=Orcish Grunt,Orcish Archer,Wolf Rider
         {GOLD4 150 175 200 225}
+        [ai]
+            leader=5           # Strong desire to kill Al'Tar
+            village_value=0.75 # Weakened desire to capture villages
+            caution=0.50       # Wants to survive the duel
+            [target]
+                side=2
+                value=2.0
+            [/target]
+            [target]
+                side=1
+                value=1.0
+            [/target]
+        [/ai]
     [/side]
 
     {STARTING_VILLAGES 3 6}


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to