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/Eastern_Invasion Norther...


From: Joseph Simmons
Subject: [Wesnoth-cvs-commits] wesnoth/data/scenarios/Eastern_Invasion Norther...
Date: Fri, 27 May 2005 17:00:52 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Joseph Simmons <address@hidden> 05/05/27 21:00:52

Modified files:
        data/scenarios/Eastern_Invasion: Northern_Outpost.cfg 

Log message:
        Added a holy water to this scenario.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/data/scenarios/Eastern_Invasion/Northern_Outpost.cfg.diff?tr1=1.34&tr2=1.35&r1=text&r2=text

Patches:
Index: wesnoth/data/scenarios/Eastern_Invasion/Northern_Outpost.cfg
diff -u wesnoth/data/scenarios/Eastern_Invasion/Northern_Outpost.cfg:1.34 
wesnoth/data/scenarios/Eastern_Invasion/Northern_Outpost.cfg:1.35
--- wesnoth/data/scenarios/Eastern_Invasion/Northern_Outpost.cfg:1.34   Sun May 
 1 13:06:26 2005
+++ wesnoth/data/scenarios/Eastern_Invasion/Northern_Outpost.cfg        Fri May 
27 21:00:52 2005
@@ -351,5 +351,45 @@
                                [/endlevel]
                        [/else]
                [/if]
-       [/event]                        
+       [/event]
+       
+       #eternal holy water!
+       [item]
+       x=2
+       y=25
+       image=misc/item-holywater.png
+       [/item]
+
+       [event]
+       name=moveto
+               [filter]
+               side=1
+               x=2
+               y=25
+               [/filter]
+               [object]
+               id=holywater
+               name= _ "Holy Water"
+               image=misc/item-holywater.png
+               duration=forever
+               description= _ "This water will make all of your weapons holy 
for your whole life!"
+               cannot_use_message= _ "I am not suited to using this item! Let 
another take it."
+                       [then]
+                               [removeitem]
+                               x=2
+                               y=25
+                               [/removeitem]
+                       [/then]
+                       [effect]
+                       apply_to=attack
+                       range=short
+                       set_type=holy
+                       [/effect]
+                       [effect]
+                       apply_to=attack
+                       range=long
+                       set_type=holy
+                       [/effect]
+               [/object]
+       [/event]        
 [/scenario]




reply via email to

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