Author: shadowmaster
Date: Mon Nov  5 17:22:28 2007
New Revision: 21516

URL: http://svn.gna.org/viewcvs/wesnoth?rev=21516&view=rev
Log:
* Raised Demon's XP from 45 to 80.
* Scenarios 6a and 8: code clean-up.

Modified:
    
trunk/data/campaigns/Under_the_Burning_Suns/scenarios/06a_In_the_Tunnels_of_Trolls.cfg
    
trunk/data/campaigns/Under_the_Burning_Suns/scenarios/08_Out_of_the_Frying_Pan.cfg
    trunk/data/campaigns/Under_the_Burning_Suns/units/Ixthala_Demon.cfg

Modified: 
trunk/data/campaigns/Under_the_Burning_Suns/scenarios/06a_In_the_Tunnels_of_Trolls.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/Under_the_Burning_Suns/scenarios/06a_In_the_Tunnels_of_Trolls.cfg?rev=21516&r1=21515&r2=21516&view=diff
==============================================================================
--- 
trunk/data/campaigns/Under_the_Burning_Suns/scenarios/06a_In_the_Tunnels_of_Trolls.cfg
 (original)
+++ 
trunk/data/campaigns/Under_the_Burning_Suns/scenarios/06a_In_the_Tunnels_of_Trolls.cfg
 Mon Nov  5 17:22:28 2007
@@ -2,10 +2,8 @@
 
 [scenario]
     #textdomain wesnoth-utbs
-
     id="6a_In_the_Tunnels_of_the_Trolls"
     name= _ "In the Tunnels of the Trolls"
-    label= _ "In the Tunnels of the Trolls"
 
     
map_data="{campaigns/Under_the_Burning_Suns/maps/06a_In_the_Tunnels_of_the_Trolls.map}"
 
@@ -14,21 +12,9 @@
     [/music]
 
     next_scenario=7_a_Dealing with Dwarves
-
-    #don't display snapshot of map in saved games
-    snapshot="no"
-
+    
     #max turns in scenario varies depending on difficulty
-#ifdef EASY
-    turns="62"
-#endif
-#ifdef NORMAL
-    turns="58"
-#endif
-#ifdef HARD
-    turns="56"
-#endif
-
+    {TURNS 62 58 56}
     victory_when_enemies_defeated=no
 
     {UNDERGROUND}

Modified: 
trunk/data/campaigns/Under_the_Burning_Suns/scenarios/08_Out_of_the_Frying_Pan.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/Under_the_Burning_Suns/scenarios/08_Out_of_the_Frying_Pan.cfg?rev=21516&r1=21515&r2=21516&view=diff
==============================================================================
--- 
trunk/data/campaigns/Under_the_Burning_Suns/scenarios/08_Out_of_the_Frying_Pan.cfg
 (original)
+++ 
trunk/data/campaigns/Under_the_Burning_Suns/scenarios/08_Out_of_the_Frying_Pan.cfg
 Mon Nov  5 17:22:28 2007
@@ -2,32 +2,17 @@
 
 [scenario]
     #textdomain wesnoth-utbs
-
     id="8_Out_of_the_Frying_Pan"
     name= _ "Out of the Frying Pan"
-    label= _ "Out of the Frying Pan"
-
     next_scenario=9_Blood_is_Thicker_Than_Water
-
     
map_data="{campaigns/Under_the_Burning_Suns/maps/08_Out_of_the_Frying_Pan.map}"
 
     [music]
         name=underground.ogg
     [/music]
 
-    #don't display snapshot of map in saved games
-    snapshot="no"
-
     #max turns in scenario varies depending on difficulty
-#ifdef EASY
-    turns="72"
-#endif
-#ifdef NORMAL
-    turns="68"
-#endif
-#ifdef HARD
-    turns="64"
-#endif
+    {TURNS 72 68 64}
 
     victory_when_enemies_defeated=no
 

Modified: trunk/data/campaigns/Under_the_Burning_Suns/units/Ixthala_Demon.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/Under_the_Burning_Suns/units/Ixthala_Demon.cfg?rev=21516&r1=21515&r2=21516&view=diff
==============================================================================
--- trunk/data/campaigns/Under_the_Burning_Suns/units/Ixthala_Demon.cfg 
(original)
+++ trunk/data/campaigns/Under_the_Burning_Suns/units/Ixthala_Demon.cfg Mon Nov 
 5 17:22:28 2007
@@ -11,7 +11,7 @@
         fire=70
     [/resistance]
     movement=6
-    experience=45
+    experience=80
     {AMLA_NECROHEAL}
     level=2
     alignment=chaotic


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

Reply via email to