HttT S06 Use capture and radius
Instead of a moveto, use a capture event so the theives only appear when actually capturing a village on the island. Instead of listing the position of each village, use a radius so we can move them around, or add or remove a village more easily.
This commit is contained in:
parent
2970360d49
commit
0594ebd172
1 changed files with 5 additions and 3 deletions
|
@ -374,10 +374,12 @@
|
||||||
# one of the Elensefar villages
|
# one of the Elensefar villages
|
||||||
#
|
#
|
||||||
[event]
|
[event]
|
||||||
name=moveto
|
name=capture
|
||||||
[filter]
|
[filter]
|
||||||
x=14,15,18,19,13,14,18,20,21
|
[filter_location]
|
||||||
y=28,30,30,27,24,22,23,23,25
|
x,y=16,26
|
||||||
|
radius=5
|
||||||
|
[/filter_location]
|
||||||
side=1
|
side=1
|
||||||
[/filter]
|
[/filter]
|
||||||
[message]
|
[message]
|
||||||
|
|
Loading…
Add table
Reference in a new issue