NR: Fix a few more issues found by the schema validator
This commit is contained in:
parent
b0c1f94fec
commit
f2c578995b
4 changed files with 17 additions and 13 deletions
|
@ -171,7 +171,7 @@
|
|||
canrecruit=yes
|
||||
|
||||
[ai]
|
||||
leader=5 # Strong desire to kill Al'Tar
|
||||
leader_value=5 # Strong desire to kill Al'Tar
|
||||
village_value=0.75 # Weakened desire to capture villages
|
||||
caution=0.50 # Wants to survive the duel
|
||||
[goal]
|
||||
|
|
|
@ -289,13 +289,17 @@
|
|||
[if]
|
||||
[have_unit]
|
||||
side=1
|
||||
x=$starting_point.x
|
||||
y=$starting_point.y
|
||||
range=10
|
||||
[not]
|
||||
[filter_location]
|
||||
x=$starting_point.x
|
||||
y=$starting_point.y
|
||||
range=5
|
||||
radius=10
|
||||
[/filter_location]
|
||||
[not]
|
||||
[filter_location]
|
||||
x=$starting_point.x
|
||||
y=$starting_point.y
|
||||
radius=5
|
||||
[/filter_location]
|
||||
[/not]
|
||||
[/have_unit]
|
||||
[then]
|
||||
|
|
|
@ -218,7 +218,7 @@
|
|||
|
||||
[endlevel]
|
||||
result=victory
|
||||
linger=no
|
||||
linger_mode=no
|
||||
[/endlevel]
|
||||
[/event]
|
||||
[/scenario]
|
||||
|
|
|
@ -319,22 +319,22 @@
|
|||
[move_unit_fake]
|
||||
type=Orcish Sovereign
|
||||
side=2
|
||||
x=7,7,7,7,7,7,8,8,8,7,7,8,9,9,9.9,10,10
|
||||
y=16,17,18,19,20,21,21,22,23,24,25,25,26,27,28.29,29,30
|
||||
x=7,7,7,7,7,7,8,8,8,7,7,8,9,9,9,9,10,10
|
||||
y=16,17,18,19,20,21,21,22,23,24,25,25,26,27,28,29,29,30
|
||||
[/move_unit_fake]
|
||||
|
||||
[move_unit_fake]
|
||||
type=Orcish Warlord
|
||||
side=2
|
||||
x=7,7,7,7,7,7,8,8,8,7,7,8,9,9,9.9,10,10
|
||||
y=16,17,18,19,20,21,21,22,23,24,25,25,26,27,28.29,29,30
|
||||
x=7,7,7,7,7,7,8,8,8,7,7,8,9,9,9,9,10,10
|
||||
y=16,17,18,19,20,21,21,22,23,24,25,25,26,27,28,29,29,30
|
||||
[/move_unit_fake]
|
||||
|
||||
[move_unit_fake]
|
||||
type=Orcish Warlord
|
||||
side=2
|
||||
x=7,7,7,7,7,7,8,8,8,7,7,8,9,9,9.9,10,10
|
||||
y=16,17,18,19,20,21,21,22,23,24,25,25,26,27,28.29,29,30
|
||||
x=7,7,7,7,7,7,8,8,8,7,7,8,9,9,9,9,10,10
|
||||
y=16,17,18,19,20,21,21,22,23,24,25,25,26,27,28,29,29,30
|
||||
[/move_unit_fake]
|
||||
|
||||
[if]
|
||||
|
|
Loading…
Add table
Reference in a new issue