Typo, comments
This commit is contained in:
parent
ceeda7b228
commit
1a6f9724c8
1 changed files with 13 additions and 9 deletions
|
@ -1,3 +1,5 @@
|
|||
# @file data/scenario-test.cfg
|
||||
|
||||
#textdomain wesnoth
|
||||
[test]
|
||||
name="Test scenario"
|
||||
|
@ -523,9 +525,9 @@ Xu ,Xu , Qxu , Qxu , Ql , Ql
|
|||
[/label]
|
||||
|
||||
[event]
|
||||
#when moving the the specified coordinates the
|
||||
#area will be transformed to a snow landscape
|
||||
#but the water area should remain as is
|
||||
# When moving to the specified coordinates,
|
||||
# the area will be transformed to a snow landscape,
|
||||
# but the water area should remain as is.
|
||||
name="moveto"
|
||||
first_time_only=yes
|
||||
[filter]
|
||||
|
@ -566,10 +568,10 @@ _s, _s, _s, _s, Aa, Aa, _s, _s, _s, _s
|
|||
[rule]
|
||||
old=Gg, Re
|
||||
new=Aa
|
||||
#don't specify terrain and it just uses the new terrain
|
||||
# Don't specify terrain and it just uses the new terrain
|
||||
[/rule]
|
||||
# #default: Will match everything, since 'old' and 'new' aren't
|
||||
# #specified. Set 'use_old=yes' to signal no change.
|
||||
# # default: Will match everything, since 'old' and 'new' aren't specified.
|
||||
# # Set 'use_old=yes' to signal no change.
|
||||
[rule]
|
||||
use_old=yes
|
||||
[/rule]
|
||||
|
@ -630,7 +632,7 @@ _s, _s, _s, _s, Aa, Aa, _s, _s, _s, _s
|
|||
x,y=10, 10
|
||||
[/filter]
|
||||
[deprecated_message]
|
||||
message="Moveing to this location is no longer supported... bye bye"
|
||||
message="Moving to this location is no longer supported... bye bye"
|
||||
[/deprecated_message]
|
||||
[kill]
|
||||
x,y=10,10
|
||||
|
@ -701,7 +703,7 @@ _s, _s, _s, _s, Aa, Aa, _s, _s, _s, _s
|
|||
[/event]
|
||||
|
||||
|
||||
#capture connected villages near 13,2 for team 2
|
||||
# Capture connected villages near 13,2 for team 2
|
||||
[event]
|
||||
name=prestart
|
||||
|
||||
|
@ -721,7 +723,7 @@ _s, _s, _s, _s, Aa, Aa, _s, _s, _s, _s
|
|||
[/capture_village]
|
||||
{NEXT i}
|
||||
|
||||
#then put goblins on the northernmost ones
|
||||
# Then put goblins on the northernmost villages
|
||||
|
||||
[store_locations]
|
||||
find_in=temp_villages_area
|
||||
|
@ -741,3 +743,5 @@ _s, _s, _s, _s, Aa, Aa, _s, _s, _s, _s
|
|||
[/event]
|
||||
|
||||
[/test]
|
||||
|
||||
# vim: tabstop=4: shiftwidth=4: expandtab: softtabstop=4: autoindent:
|
||||
|
|
Loading…
Add table
Reference in a new issue