Author: soliton
Date: Fri Apr  3 01:54:33 2009
New Revision: 34418

URL: http://svn.gna.org/viewcvs/wesnoth?rev=34418&view=rev
Log:
* Reduced XP requirements for the Captain variation.
* Disabled the sword2 (and thus armor) AMLA for the Captain variation.
* Enabled the bolas AMLA for all variations.

Modified:
    trunk/changelog
    trunk/data/campaigns/Under_the_Burning_Suns/units/Kaleh.cfg
    trunk/players_changelog

Modified: trunk/changelog
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/changelog?rev=34418&r1=34417&r2=34418&view=diff
==============================================================================
--- trunk/changelog (original)
+++ trunk/changelog Fri Apr  3 01:54:33 2009
@@ -15,6 +15,9 @@
    * Under the Burning Suns:
      * Kaleh advancement:
        * Gave the Hero variation more HP.
+       * Reduced XP requirements for the Captain variation.
+       * Disabled the sword2 (and thus armor) AMLA for the Captain variation.
+       * Enabled the bolas AMLA for all variations.
        * Added the camouflage AMLA back.
  * Editor2:
    * New feature: exporting of selection coordinates to system clipboard

Modified: trunk/data/campaigns/Under_the_Burning_Suns/units/Kaleh.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/Under_the_Burning_Suns/units/Kaleh.cfg?rev=34418&r1=34417&r2=34418&view=diff
==============================================================================
--- trunk/data/campaigns/Under_the_Burning_Suns/units/Kaleh.cfg (original)
+++ trunk/data/campaigns/Under_the_Burning_Suns/units/Kaleh.cfg Fri Apr  3 
01:54:33 2009
@@ -286,6 +286,7 @@
         [/effect]
     ) {VARIATION}}
 #enddef
+
 #define KALEH_STUN VARIATION
     {KALEH_ADVANCEMENT 4 10 (
         id=stun
@@ -525,6 +526,7 @@
     [/variation]
     # Generic Fighter variation tree.
 #define KALEH_FIGHTER VARIATION
+    {KALEH_BOLAS        {VARIATION}}
     {KALEH_SWORD        {VARIATION}}
     {KALEH_BOW          {VARIATION}}
     {KALEH_BOW2         {VARIATION}}
@@ -540,12 +542,11 @@
         inherit=no
         level=1
         hitpoints=28
-        experience=22
+        experience=28
         name= _ "Desert Fighter"
+        {KALEH_LEADERSHIP   Captain }
+        {KALEH_SWORD2       Hero    }
         {KALEH_FIGHTER      Fighter1}
-        {KALEH_LEADERSHIP   Captain }
-        {KALEH_BOLAS        Hero    }
-        {KALEH_SWORD2       Hero    }
     [/variation]
     [variation]
         {KALEH}
@@ -556,49 +557,47 @@
         experience=40
         name= _ "Desert Fighter"
         {KALEH_LEADERSHIP   Captain2}
-        {KALEH_BOLAS        Hero2   }
         {KALEH_SWORD2       Hero2   }
         {KALEH_FIGHTER      Fighter2}
     [/variation]
     [variation]
         {KALEH}
-        hitpoints=28
         variation_name=Fighter2
         inherit=no
         level=2
-        experience=40
+        hitpoints=28
+        experience=50
         name= _ "Desert Fighter"
         {KALEH_LEADERSHIP   Captain3}
-        {KALEH_BOLAS        Hero3   }
         {KALEH_SWORD2       Hero3   }
         {KALEH_FIGHTER      Fighter3}
     [/variation]
     [variation]
         {KALEH}
-        hitpoints=28
         variation_name=Fighter3
         inherit=no
         level=3
-        experience=100
+        hitpoints=28
+        experience=80
         name= _ "Desert Fighter"
         {KALEH_LEADERSHIP   Captain3}
-        {KALEH_BOLAS        Hero3   }
         {KALEH_SWORD2       Hero3   }
         {KALEH_FIGHTER      Fighter3}
     [/variation]
-    # Captain variation tree - reached when leadership is chosen; disables 
bolas
+    # Captain variation tree - reached when leadership is chosen
+    # disables sword2 and thus armor
+    # reduces XP requirements by 3 per variation
 #define KALEH_CAPTAIN VARIATION
     {KALEH_LEADERSHIP {VARIATION}}
-    {KALEH_SWORD2     {VARIATION}}
     {KALEH_FIGHTER    {VARIATION}}
 #enddef
     [variation]
         {KALEH}
-        hitpoints=28
         variation_name=Captain
         inherit=no
         level=2
-        experience=40
+        hitpoints=28
+        experience=37
         name= _ "Desert Captain"
         {KALEH_CAPTAIN Captain2}
     [/variation]
@@ -608,7 +607,7 @@
         inherit=no
         level=2
         hitpoints=28
-        experience=40
+        experience=44
         name= _ "Desert Captain"
         {KALEH_CAPTAIN Captain3}
     [/variation]
@@ -618,14 +617,14 @@
         inherit=no
         level=3
         hitpoints=28
-        experience=100
+        experience=71
         name= _ "Desert Marshal"
         {KALEH_CAPTAIN Captain3}
     [/variation]
-    # Hero variation tree - reached when bolas or sword2 is chosen; disables 
leadership
-    # gives more HP
+    # Hero variation tree - reached when sword2 is chosen
+    # disables leadership
+    # gives +3 HP per variation
 #define KALEH_HERO VARIATION
-    {KALEH_BOLAS   {VARIATION}}
     {KALEH_SWORD2  {VARIATION}}
     {KALEH_FIGHTER {VARIATION}}
 #enddef
@@ -634,7 +633,7 @@
         variation_name=Hero
         inherit=no
         level=2
-        hitpoints=28
+        hitpoints=31
         experience=40
         name= _ "Desert Hero"
         {KALEH_HERO Hero2}
@@ -644,8 +643,8 @@
         variation_name=Hero2
         inherit=no
         level=2
-        hitpoints=32
-        experience=40
+        hitpoints=34
+        experience=50
         name= _ "Desert Hero"
         {KALEH_HERO Hero3}
     [/variation]
@@ -654,8 +653,8 @@
         variation_name=Hero3
         inherit=no
         level=3
-        hitpoints=36
-        experience=100
+        hitpoints=37
+        experience=80
         name= _ "Desert Champion"
         {KALEH_HERO Hero3}
     [/variation]

Modified: trunk/players_changelog
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/players_changelog?rev=34418&r1=34417&r2=34418&view=diff
==============================================================================
--- trunk/players_changelog (original)
+++ trunk/players_changelog Fri Apr  3 01:54:33 2009
@@ -10,7 +10,10 @@
   * Under the Burning Suns:
     * Kaleh advancement:
       * Gave the Hero variation more HP.
-         * Added the camouflage AMLA back.
+      * Reduced XP requirements for the Captain variation.
+      * Disabled the sword2 (and thus armor) AMLA for the Captain variation.
+      * Enabled the bolas AMLA for all variations.
+      * Added the camouflage AMLA back.
 
   * Graphics:
     * New portrait for Orc Grunt, Dwarf Fighter (alternative), Goblin Spearman,


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

Reply via email to