Skip to content

Commit

Permalink
SoF S1: Remove Caravans' upkeep cost
Browse files Browse the repository at this point in the history
In exchange, the player will have 2 starting villages
less than before

(cherry-picked from commit 76f081a)
  • Loading branch information
DisherProject authored and sevu committed Oct 7, 2018
1 parent 0844dfb commit 2017657
Showing 1 changed file with 7 additions and 4 deletions.
Expand Up @@ -28,8 +28,6 @@
{FLAG_VARIANT knalgan}
[/side]

{STARTING_VILLAGES 1 4}

[side]
type=Haldric II
id=Haldric II
Expand Down Expand Up @@ -189,8 +187,8 @@

[capture_village]
side=1
x=1-31
y=1-10
x=1-21,22-32
y= 1-8, 1-5
[/capture_village]
[/event]

Expand Down Expand Up @@ -321,27 +319,31 @@
type=Caravan
side=1
facing=ne
upkeep=free
{IS_HERO}
[/unit]
[unit]
x,y=6,29
type=Caravan
side=1
facing=ne
upkeep=free
{IS_HERO}
[/unit]
[unit]
x,y=6,28
type=Caravan
side=1
facing=ne
upkeep=free
{IS_HERO}
[/unit]
[unit]
x,y=7,28
type=Caravan
side=1
facing=ne
upkeep=free
{IS_HERO}
[/unit]
#ifdef HARD
Expand All @@ -350,6 +352,7 @@
type=Caravan
side=1
facing=ne
upkeep=free
{IS_HERO}
[/unit]
#endif
Expand Down

0 comments on commit 2017657

Please sign in to comment.