wesnoth-cvs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-cvs-commits] wesnoth/data/scenarios/Son_Of_The_Black_Eye Bla...


From: Susanna Björverud
Subject: [Wesnoth-cvs-commits] wesnoth/data/scenarios/Son_Of_The_Black_Eye Bla...
Date: Sun, 20 Mar 2005 06:33:27 -0500

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Susanna Björverud <address@hidden>      05/03/20 11:33:27

Modified files:
        data/scenarios/Son_Of_The_Black_Eye: Black_Flag.cfg 
                                             Clash_Of_Armies.cfg 
                                             Desert_Of_Death.cfg 
                                             End_Of_Peace.cfg 
                                             Saving_Inarix.cfg 
                                             Shan_Taum_The_Smug.cfg 
                                             Silent_Forest.cfg 
                                             The_Siege_Of_Barag_Gor.cfg 
                                             To_The_Harbour_Of_Tirigaz.cfg 
                                             Towards_Mountains_of_Haag.cfg 

Log message:
        Updated SotBE to use the new [objectives] tag in a prestart event

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/data/scenarios/Son_Of_The_Black_Eye/Black_Flag.cfg.diff?tr1=1.18&tr2=1.19&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/data/scenarios/Son_Of_The_Black_Eye/Clash_Of_Armies.cfg.diff?tr1=1.22&tr2=1.23&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/data/scenarios/Son_Of_The_Black_Eye/Desert_Of_Death.cfg.diff?tr1=1.18&tr2=1.19&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/data/scenarios/Son_Of_The_Black_Eye/End_Of_Peace.cfg.diff?tr1=1.20&tr2=1.21&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/data/scenarios/Son_Of_The_Black_Eye/Saving_Inarix.cfg.diff?tr1=1.22&tr2=1.23&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/data/scenarios/Son_Of_The_Black_Eye/Shan_Taum_The_Smug.cfg.diff?tr1=1.21&tr2=1.22&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/data/scenarios/Son_Of_The_Black_Eye/Silent_Forest.cfg.diff?tr1=1.19&tr2=1.20&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/data/scenarios/Son_Of_The_Black_Eye/The_Siege_Of_Barag_Gor.cfg.diff?tr1=1.18&tr2=1.19&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/data/scenarios/Son_Of_The_Black_Eye/To_The_Harbour_Of_Tirigaz.cfg.diff?tr1=1.18&tr2=1.19&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/data/scenarios/Son_Of_The_Black_Eye/Towards_Mountains_of_Haag.cfg.diff?tr1=1.23&tr2=1.24&r1=text&r2=text

Patches:
Index: wesnoth/data/scenarios/Son_Of_The_Black_Eye/Black_Flag.cfg
diff -u wesnoth/data/scenarios/Son_Of_The_Black_Eye/Black_Flag.cfg:1.18 
wesnoth/data/scenarios/Son_Of_The_Black_Eye/Black_Flag.cfg:1.19
--- wesnoth/data/scenarios/Son_Of_The_Black_Eye/Black_Flag.cfg:1.18     Mon Feb 
21 08:08:25 2005
+++ wesnoth/data/scenarios/Son_Of_The_Black_Eye/Black_Flag.cfg  Sun Mar 20 
11:33:27 2005
@@ -16,16 +16,30 @@
        {SECOND_WATCH}
 
        next_scenario="Desert_Of_Death"
-
        music="wesnoth-2.ogg"
-
-       objectives= _ "
-Victory:
address@hidden Slowhand
-Defeat:
-#Death of Kapou'e
-#Death of Grüü
-#Turns run out"
+       
+       [event]
+       name=prestart
+               [objectives]
+               side=1
+                       [objective]
+                               description= _ "Defeat Slowhand"
+                               condition=win
+                       [/objective]
+                       [objective]
+                               description= _ "Death of Kapou'e"
+                               condition=lose
+                       [/objective]
+                       [objective]
+                               description= _ "Death of Grüü"
+                               condition=lose
+                       [/objective]
+                       [objective]
+                               description= _ "Turns run out"
+                               condition=lose
+                       [/objective]
+               [/objectives]
+       [/event]
 
        [side]
        type=Orcish Leader
Index: wesnoth/data/scenarios/Son_Of_The_Black_Eye/Clash_Of_Armies.cfg
diff -u wesnoth/data/scenarios/Son_Of_The_Black_Eye/Clash_Of_Armies.cfg:1.22 
wesnoth/data/scenarios/Son_Of_The_Black_Eye/Clash_Of_Armies.cfg:1.23
--- wesnoth/data/scenarios/Son_Of_The_Black_Eye/Clash_Of_Armies.cfg:1.22        
Mon Feb 21 08:08:25 2005
+++ wesnoth/data/scenarios/Son_Of_The_Black_Eye/Clash_Of_Armies.cfg     Sun Mar 
20 11:33:27 2005
@@ -17,17 +17,34 @@
     {FIRST_WATCH}
 
     next_scenario="null"
-
     music="wesnoth-2.ogg"
 
-    objectives= _ "
-Victory:
address@hidden Prestim successfully for four days
-Defeat:
-#Destruction of a tower of Prestim
-#Death of Kapou'e
-#Death of Grüü
-#Death of Inarix"
+       [event]
+       name=prestart
+               [objectives]
+               side=1
+                       [objective]
+                               description= _ "Defend Prestim successfully for 
four days"
+                               condition=win
+                       [/objective]
+                       [objective]
+                               description= _ "Destruction of a tower of 
Prestim"
+                               condition=lose
+                       [/objective]
+                       [objective]
+                               description= _ "Death of Kapou'e"
+                               condition=lose
+                       [/objective]
+                       [objective]
+                               description= _ "Death of Grüü"
+                               condition=lose
+                       [/objective]
+                       [objective]
+                               description= _ "Death of Inarix"
+                               condition=lose
+                       [/objective]
+               [/objectives]
+       [/event]
 
     [side]
       type=Orcish Leader
Index: wesnoth/data/scenarios/Son_Of_The_Black_Eye/Desert_Of_Death.cfg
diff -u wesnoth/data/scenarios/Son_Of_The_Black_Eye/Desert_Of_Death.cfg:1.18 
wesnoth/data/scenarios/Son_Of_The_Black_Eye/Desert_Of_Death.cfg:1.19
--- wesnoth/data/scenarios/Son_Of_The_Black_Eye/Desert_Of_Death.cfg:1.18        
Mon Feb 21 08:08:25 2005
+++ wesnoth/data/scenarios/Son_Of_The_Black_Eye/Desert_Of_Death.cfg     Sun Mar 
20 11:33:27 2005
@@ -20,13 +20,28 @@
 
        music="wesnoth-2.ogg"
 
-       objectives= _ "
-Victory:
address@hidden Ar Dant
-Defeat:
-#Death of Kapou'e
-#Death of Grüü
-#Death of a Shaman"
+       [event]
+       name=prestart
+               [objectives]
+               side=1
+                       [objective]
+                               description= _ "Defeat Ar Dant"
+                               condition=win
+                       [/objective]
+                       [objective]
+                               description= _ "Death of Kapou'e"
+                               condition=lose
+                       [/objective]
+                       [objective]
+                               description= _ "Death of Grüü"
+                               condition=lose
+                       [/objective]
+                       [objective]
+                               description= _ "Death of a Shaman"
+                               condition=lose
+                       [/objective]
+               [/objectives]
+       [/event]
 
        [side]
        type=Orcish Leader
Index: wesnoth/data/scenarios/Son_Of_The_Black_Eye/End_Of_Peace.cfg
diff -u wesnoth/data/scenarios/Son_Of_The_Black_Eye/End_Of_Peace.cfg:1.20 
wesnoth/data/scenarios/Son_Of_The_Black_Eye/End_Of_Peace.cfg:1.21
--- wesnoth/data/scenarios/Son_Of_The_Black_Eye/End_Of_Peace.cfg:1.20   Mon Feb 
21 08:08:25 2005
+++ wesnoth/data/scenarios/Son_Of_The_Black_Eye/End_Of_Peace.cfg        Sun Mar 
20 11:33:27 2005
@@ -17,15 +17,27 @@
        {SECOND_WATCH}
 
        next_scenario="Toward_Mountains_of_Haag"
-
        music="wesnoth-2.ogg"
+       
+       [event]
+       name=prestart
+               [objectives]
+               side=1
+                       [objective]
+                               description= _ "Defeat Albert and his troops"
+                               condition=win
+                       [/objective]
+                       [objective]
+                               description= _ "Death of Kapou'e"
+                               condition=lose
+                       [/objective]
+                       [objective]
+                               description= _ "Turns run out"
+                               condition=lose
+                       [/objective]
+               [/objectives]
+       [/event]
 
-       objectives= _ "
-Victory:
address@hidden Albert and his troops
-Defeat:
-#Death of Kapou'e
-#Turns run out"
 
        [item]
        x=17
Index: wesnoth/data/scenarios/Son_Of_The_Black_Eye/Saving_Inarix.cfg
diff -u wesnoth/data/scenarios/Son_Of_The_Black_Eye/Saving_Inarix.cfg:1.22 
wesnoth/data/scenarios/Son_Of_The_Black_Eye/Saving_Inarix.cfg:1.23
--- wesnoth/data/scenarios/Son_Of_The_Black_Eye/Saving_Inarix.cfg:1.22  Mon Feb 
21 08:08:25 2005
+++ wesnoth/data/scenarios/Son_Of_The_Black_Eye/Saving_Inarix.cfg       Sun Mar 
20 11:33:27 2005
@@ -85,17 +85,34 @@
     {MORNING}
 
     next_scenario="Clash_of_armies"
-
     music="wesnoth-2.ogg"
 
-    objectives="
-Victory:
address@hidden Inarix and at least four saurians to the fort on river Gork
-Defeat:
-#Death of Kapou'e
-#Death of Grüü
-#Death of Inarix
-#Death of more than 5 saurians"
+       [event]
+       name=prestart
+               [objectives]
+               side=1
+                       [objective]
+                               description= _ "Bring Inarix and at least four 
saurians to the fort on river Gork"
+                               condition=win
+                       [/objective]
+                       [objective]
+                               description= _ "Death of Kapou'e"
+                               condition=lose
+                       [/objective]
+                       [objective]
+                               description= _ "Death of Grüü"
+                               condition=lose
+                       [/objective]
+                       [objective]
+                               description= _ "Death of Inarix"
+                               condition=lose
+                       [/objective]
+                       [objective]
+                               description= _ "Death of more than 5 saurians"
+                               condition=lose
+                       [/objective]
+               [/objectives]
+       [/event]
 
     [side]
       type=Orcish Leader
Index: wesnoth/data/scenarios/Son_Of_The_Black_Eye/Shan_Taum_The_Smug.cfg
diff -u wesnoth/data/scenarios/Son_Of_The_Black_Eye/Shan_Taum_The_Smug.cfg:1.21 
wesnoth/data/scenarios/Son_Of_The_Black_Eye/Shan_Taum_The_Smug.cfg:1.22
--- wesnoth/data/scenarios/Son_Of_The_Black_Eye/Shan_Taum_The_Smug.cfg:1.21     
Mon Feb 21 08:08:25 2005
+++ wesnoth/data/scenarios/Son_Of_The_Black_Eye/Shan_Taum_The_Smug.cfg  Sun Mar 
20 11:33:27 2005
@@ -17,16 +17,30 @@
        {SECOND_WATCH}
 
        next_scenario="Saving_Inarix"
-
        music="wesnoth-2.ogg"
 
-       objectives= _ "
-Victory:
address@hidden the Shan Taum menace for 20 turns
-Defeat:
-#Death of Kapou'e
-#Death of Grüü
-#Death of a shaman"
+       [event]
+       name=prestart
+               [objectives]
+               side=1
+                       [objective]
+                               description= _ "Survive the Shan Taum menace 
for 20 turns"
+                               condition=win
+                       [/objective]
+                       [objective]
+                               description= _ "Death of Kapou'e"
+                               condition=lose
+                       [/objective]
+                       [objective]
+                               description= _ "Death of Grüü"
+                               condition=lose
+                       [/objective]
+                       [objective]
+                               description= _ "Death of a Shaman"
+                               condition=lose
+                       [/objective]
+               [/objectives]
+       [/event]
 
        [side]
        type=Orcish Leader
Index: wesnoth/data/scenarios/Son_Of_The_Black_Eye/Silent_Forest.cfg
diff -u wesnoth/data/scenarios/Son_Of_The_Black_Eye/Silent_Forest.cfg:1.19 
wesnoth/data/scenarios/Son_Of_The_Black_Eye/Silent_Forest.cfg:1.20
--- wesnoth/data/scenarios/Son_Of_The_Black_Eye/Silent_Forest.cfg:1.19  Mon Feb 
21 08:08:25 2005
+++ wesnoth/data/scenarios/Son_Of_The_Black_Eye/Silent_Forest.cfg       Sun Mar 
20 11:33:27 2005
@@ -20,14 +20,32 @@
 
        music="wesnoth-2.ogg"
 
-       objectives= _ "
-Victory:
address@hidden all elves from the western bank of river Bork
-Defeat:
-#Death of Kapou'e
-#Death of Grüü
-#Death of a Shaman
-#Turns run out"
+       [event]
+       name=prestart
+               [objectives]
+               side=1
+                       [objective]
+                               description= _ "Chase all elves from the 
western bank of river Bork"
+                               condition=win
+                       [/objective]
+                       [objective]
+                               description= _ "Death of Kapou'e"
+                               condition=lose
+                       [/objective]
+                       [objective]
+                               description= _ "Death of Grüü"
+                               condition=lose
+                       [/objective]
+                       [objective]
+                               description= _ "Death of a Shaman"
+                               condition=lose
+                       [/objective]
+                       [objective]
+                               description= _ "Turns run out"
+                               condition=lose
+                       [/objective]
+               [/objectives]
+       [/event]
 
        [side]
        type=Orcish Leader
Index: wesnoth/data/scenarios/Son_Of_The_Black_Eye/The_Siege_Of_Barag_Gor.cfg
diff -u 
wesnoth/data/scenarios/Son_Of_The_Black_Eye/The_Siege_Of_Barag_Gor.cfg:1.18 
wesnoth/data/scenarios/Son_Of_The_Black_Eye/The_Siege_Of_Barag_Gor.cfg:1.19
--- wesnoth/data/scenarios/Son_Of_The_Black_Eye/The_Siege_Of_Barag_Gor.cfg:1.18 
Mon Feb 21 08:08:25 2005
+++ wesnoth/data/scenarios/Son_Of_The_Black_Eye/The_Siege_Of_Barag_Gor.cfg      
Sun Mar 20 11:33:27 2005
@@ -18,15 +18,36 @@
 
        music="wesnoth-2.ogg"
 
-       objectives= _ "
-Victory:
address@hidden the Shamans
address@hidden the Shamans and Kapou'e to the sign post
-Defeat:
-#Death of Kapou'e
-#Death of Grüü
-#Death of a Shaman
-#Turns run out"
+       [event]
+       name=prestart
+               [objectives]
+               side=1
+                       [objective]
+                       condition=win
+                       description=_ "Rescue the Shamans"
+                       [/objective]
+                       [objective]
+                       condition=win
+                       description=_ "Bring the Shamans and Kapou'e to the 
sign post"
+                       [/objective]
+                       [objective]
+                       condition=lose
+                       description=_ "Death of Kapou'e"
+                       [/objective]
+                       [objective]
+                       condition=lose
+                       description=_ "Death of Grüü"
+                       [/objective]
+                       [objective]
+                       condition=lose
+                       description=_ "Death of a Shaman"
+                       [/objective]
+                       [objective]
+                       condition=lose
+                       description=_ "Turns run out"
+                       [/objective]
+               [/objectives]
+       [/event]
 
        [side]
        type=Orcish Leader
Index: wesnoth/data/scenarios/Son_Of_The_Black_Eye/To_The_Harbour_Of_Tirigaz.cfg
diff -u 
wesnoth/data/scenarios/Son_Of_The_Black_Eye/To_The_Harbour_Of_Tirigaz.cfg:1.18 
wesnoth/data/scenarios/Son_Of_The_Black_Eye/To_The_Harbour_Of_Tirigaz.cfg:1.19
--- 
wesnoth/data/scenarios/Son_Of_The_Black_Eye/To_The_Harbour_Of_Tirigaz.cfg:1.18  
    Mon Feb 21 08:08:25 2005
+++ wesnoth/data/scenarios/Son_Of_The_Black_Eye/To_The_Harbour_Of_Tirigaz.cfg   
Sun Mar 20 11:33:27 2005
@@ -33,14 +33,32 @@
 
        music="wesnoth-2.ogg"
 
-       objectives= _ "
-Victory:
address@hidden all enemy leaders
-Defeat:
-#Turns run out
-#Death of Kapou'e
-#Death of Grüü
-#Death of a Shaman"
+       [event]
+       name=prestart
+               [objectives]
+               side=1
+                       [objective]
+                       condition=win
+                       description=_ "Kill all enemy leaders"
+                       [/objective]
+                       [objective]
+                       condition=lose
+                       description=_ "Death of Kapou'e"
+                       [/objective]
+                       [objective]
+                       condition=lose
+                       description=_ "Death of Grüü"
+                       [/objective]
+                       [objective]
+                       condition=lose
+                       description=_ "Death of a Shaman"
+                       [/objective]
+                       [objective]
+                       condition=lose
+                       description=_ "Turns run out"
+                       [/objective]
+               [/objectives]
+       [/event]
 
        [side]
        type=Orcish Leader
Index: wesnoth/data/scenarios/Son_Of_The_Black_Eye/Towards_Mountains_of_Haag.cfg
diff -u 
wesnoth/data/scenarios/Son_Of_The_Black_Eye/Towards_Mountains_of_Haag.cfg:1.23 
wesnoth/data/scenarios/Son_Of_The_Black_Eye/Towards_Mountains_of_Haag.cfg:1.24
--- 
wesnoth/data/scenarios/Son_Of_The_Black_Eye/Towards_Mountains_of_Haag.cfg:1.23  
    Sat Mar 19 18:23:47 2005
+++ wesnoth/data/scenarios/Son_Of_The_Black_Eye/Towards_Mountains_of_Haag.cfg   
Sun Mar 20 11:33:27 2005
@@ -16,7 +16,6 @@
        {DAWN}
 
        next_scenario="The_Siege_Of_Barag_Gor"
-
        music="wesnoth-2.ogg"
 
        [event]




reply via email to

[Prev in Thread] Current Thread [Next in Thread]