Author: quartex
Date: Wed Apr 18 06:15:00 2007
New Revision: 16885

URL: http://svn.gna.org/viewcvs/wesnoth?rev=16885&view=rev
Log:
UTBS: minor balancing changes

Modified:
    trunk/changelog
    trunk/data/campaigns/Under_the_Burning_Suns/scenarios/3_Long_Night.cfg
    trunk/data/campaigns/Under_the_Burning_Suns/scenarios/8_Frying_Pan.cfg

Modified: trunk/changelog
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/changelog?rev=16885&r1=16884&r2=16885&view=diff
==============================================================================
--- trunk/changelog (original)
+++ trunk/changelog Wed Apr 18 06:15:00 2007
@@ -15,6 +15,8 @@
      * better placement and duration of story images
      * graphical enhancements including a new ethiliel portrait
      * added 'Ruffian' an L0 outlaw to give the player something easy to kill.
+   * Under the Burning Suns
+     * Scenario 3: Made orc ambush happen on a random turn
  * graphics
    * added the --max-fps command line switch
    * changed the drawing logic so it no longer delays when the drawing is

Modified: trunk/data/campaigns/Under_the_Burning_Suns/scenarios/3_Long_Night.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/Under_the_Burning_Suns/scenarios/3_Long_Night.cfg?rev=16885&r1=16884&r2=16885&view=diff
==============================================================================
--- trunk/data/campaigns/Under_the_Burning_Suns/scenarios/3_Long_Night.cfg 
(original)
+++ trunk/data/campaigns/Under_the_Burning_Suns/scenarios/3_Long_Night.cfg Wed 
Apr 18 06:15:00 2007
@@ -885,6 +885,21 @@
        [set_variable]
                name=village_counter
                value=12
+       [/set_variable]
+       
+       #ifdef EASY
+               {RANDOM 7..9}
+       #endif
+       #ifdef MEDIUM
+               {RANDOM 6..8}
+       #endif
+       #ifdef HARD
+               {RANDOM 6..8}
+       #endif
+       
+       [set_variable]
+       name=ambush_turn
+       value=$random
        [/set_variable]
 
        #used to make sure that deaths.cfg event fires correctly
@@ -1078,7 +1093,16 @@
 
 #changed to turn 7
 [event]
-name=turn 7
+name = new turn
+first_time_only = no
+
+[if]
+       [variable]
+       name=turn_number
+       numerical_equals=ambush_turn
+       [/variable]
+
+[then]
 
        #ifdef EASY
        [unit]
@@ -1172,6 +1196,8 @@
        description=Kaleh
        message= _ "If those raiders capture any of our encampments, I fear our 
people's fate will be just as bad as if it was captured by the undead."
        [/message]
+[/end]
+       
 [/event]
 
 
@@ -1809,7 +1835,7 @@
        {CLEAR_VARIABLE revenge}
        {CLEAR_VARIABLE undead_leaders_killed}
        {CLEAR_VARIABLE Possessed_Garak}
-
+       {CLEAR_VARIABLE ambush_turn}
 
        #temp variables
        {CLEAR_VARIABLE temp}

Modified: trunk/data/campaigns/Under_the_Burning_Suns/scenarios/8_Frying_Pan.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/Under_the_Burning_Suns/scenarios/8_Frying_Pan.cfg?rev=16885&r1=16884&r2=16885&view=diff
==============================================================================
--- trunk/data/campaigns/Under_the_Burning_Suns/scenarios/8_Frying_Pan.cfg 
(original)
+++ trunk/data/campaigns/Under_the_Burning_Suns/scenarios/8_Frying_Pan.cfg Wed 
Apr 18 06:15:00 2007
@@ -3753,7 +3753,7 @@
 
 [message]
 description=Kaleh
-message= _ "Keratur, son of Tanuil. What is Eloh's name are you doing here? 
How could you do this? We thought you were dead."
+message= _ "Keratur, son of Tanuil. What in Eloh's name are you doing here? 
How could you do this? We thought you were dead."
 [/message]
 
 [message]
@@ -5018,14 +5018,14 @@
 
 #ifdef MEDIUM
 [gold]
-       amount=50
+       amount=100
        side=1
 [/gold]
 #endif
 
 #ifdef HARD
 [gold]
-       amount=25
+       amount=125
        side=1
 [/gold]
 #endif


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

Reply via email to