Skip to content

Commit

Permalink
NR: Fix a few more issues found by the schema validator
Browse files Browse the repository at this point in the history
With this, NR is clean of schema issues
  • Loading branch information
CelticMinstrel committed Apr 12, 2018
1 parent 06c8fc1 commit bb778ae
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 13 deletions.
Expand Up @@ -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]
Expand Down
14 changes: 9 additions & 5 deletions data/campaigns/Northern_Rebirth/scenarios/06a_Old_Friend.cfg
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion data/campaigns/Northern_Rebirth/scenarios/09b_Judgment.cfg
Expand Up @@ -218,7 +218,7 @@

[endlevel]
result=victory
linger=no
linger_mode=no
[/endlevel]
[/event]
[/scenario]
Expand Up @@ -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]
Expand Down

0 comments on commit bb778ae

Please sign in to comment.