Author: zookeeper
Date: Tue Nov  6 20:37:19 2007
New Revision: 21531

URL: http://svn.gna.org/viewcvs/wesnoth?rev=21531&view=rev
Log:
Gave Grug the loyal trait, random traits to the two other ogres joining, and a 
few capitalization fixes.

Modified:
    trunk/data/campaigns/Eastern_Invasion/scenarios/07a.The_Crossing.cfg
    trunk/data/campaigns/Eastern_Invasion/scenarios/09.Training_the_Ogres.cfg

Modified: trunk/data/campaigns/Eastern_Invasion/scenarios/07a.The_Crossing.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/Eastern_Invasion/scenarios/07a.The_Crossing.cfg?rev=21531&r1=21530&r2=21531&view=diff
==============================================================================
--- trunk/data/campaigns/Eastern_Invasion/scenarios/07a.The_Crossing.cfg 
(original)
+++ trunk/data/campaigns/Eastern_Invasion/scenarios/07a.The_Crossing.cfg Tue 
Nov  6 20:37:19 2007
@@ -217,32 +217,40 @@
                         variable=grug
                         kill=yes
                     [/store_unit]
-                    [set_variable]
-                        name=grug.side
-                        value=1
-                    [/set_variable]
-                    [set_variable]
-                        name=grug.canrecruit
-                        value=0
-                    [/set_variable]
-                    [unstore_unit]
-                        variable=grug
-                    [/unstore_unit]
-                    [clear_variable]
-                        name=grug
-                    [/clear_variable]
+
+                    [unit]
+                        side=1
+                        x,y=$grug.x,$grug.y
+                        type=Ogre
+                        description=Grug
+                        user_description= _ "Grug"
+                        hitpoints=$grug.hitpoints
+                        experience=$grug.experience
+                        moves=$grug.moves
+
+                        [modifications]
+                            {TRAIT_LOYAL}
+                        [/modifications]
+                    [/unit]
+
+                    {CLEAR_VARIABLE grug}
+
                     #give you two free ogres
                     [unit]
                         user_description= _ "Gork"
                         side=1
                         type=Ogre
                         x,y=1,1
+                        random_traits=yes
+                        upkeep=full
                     [/unit]
                     [unit]
                         user_description= _ "Drog"
                         side=1
                         type=Ogre
                         x,y=1,1
+                        random_traits=yes
+                        upkeep=full
                     [/unit]
                     [allow_recruit]
                         type=Young Ogre

Modified: 
trunk/data/campaigns/Eastern_Invasion/scenarios/09.Training_the_Ogres.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/Eastern_Invasion/scenarios/09.Training_the_Ogres.cfg?rev=21531&r1=21530&r2=21531&view=diff
==============================================================================
--- trunk/data/campaigns/Eastern_Invasion/scenarios/09.Training_the_Ogres.cfg 
(original)
+++ trunk/data/campaigns/Eastern_Invasion/scenarios/09.Training_the_Ogres.cfg 
Tue Nov  6 20:37:19 2007
@@ -86,11 +86,11 @@
 #endif
         [message]
             description=Gweddry
-            message= _ "Look, we have found a pack of Ogres. We should try to 
capture some to train."
+            message= _ "Look, we have found a pack of ogres. We should try to 
capture some to train."
         [/message]
         [message]
             description=Dacyn
-            message= _ "All right, we have to keep at least two of these Ogres 
on the grass where they can't escape until our troops get here to capture them. 
Then they will have to lead us to their tribe."
+            message= _ "All right, we have to keep at least two of these ogres 
on the grass where they can't escape until our troops get here to capture them. 
Then they will have to lead us to their tribe."
         [/message]
         [message]
             description=Owaec
@@ -147,7 +147,7 @@
             [then]
                 [message]
                     description=Dacyn
-                    message= _ "Our troops have caught up! Now, we will be 
able to recruit Ogres, since these will be able to convince their tribe to join 
us."
+                    message= _ "Our troops have caught up! Now, we will be 
able to recruit ogres, since these will be able to convince their tribe to join 
us."
                 [/message]
                 [allow_recruit]
                     type=Young Ogre


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

Reply via email to