Skip to content

Commit

Permalink
NR S2: improve balancing
Browse files Browse the repository at this point in the history
[ci skip]

(cherry-picked from commit 682a84f)
  • Loading branch information
sevu committed Oct 7, 2018
1 parent b1c8ef6 commit e9821b3
Showing 1 changed file with 82 additions and 1 deletion.
Expand Up @@ -108,6 +108,8 @@

[ai]
recruitment_pattern=fighter,fighter,fighter,mixed fighter
grouping=defensive
support_villages=yes
[/ai]

{NOTRAIT_UNIT () "Dwarvish Stalwart" 31 28} {GUARDIAN} {NO_UPKEEP}
Expand Down Expand Up @@ -137,13 +139,26 @@
controller=ai
recruit=Troll Whelp,Troll,Troll Rocklobber
{GOLD 300 400 500}
{INCOME 10 10 10}
team_name=trolls
user_team_name= _ "Trolls"

type=Troll Warrior
id=Thung
name= _ "Thung"
canrecruit=yes

# try to increase surviving chances of side 5
[ai]
leader_value=1
[avoid]
x=25-40
y=19-21
[/avoid]
[/ai]

{NOTRAIT_UNIT () "Troll Rocklobber" 39 5} {GUARDIAN} {NO_UPKEEP}
{NOTRAIT_UNIT () "Troll Rocklobber" 39 11} {GUARDIAN} {NO_UPKEEP}
[/side]

[side]
Expand Down Expand Up @@ -703,7 +718,73 @@
[/message]
[/event]

# Meeting the dwarves, set new objectives
# When the eastern trolls are defeated the undead wii get their villages (not much)
# and focus on the player and the dwarves. The player is probably otherwise busy.
[event]
name=die
[filter]
side=4
canrecruit=yes
[/filter]
[filter_second]
race=undead
[filter_second]
[gold]
side=4
amount=50
[/gold]
[modify_side]
[filter_side]
side=4
[/filter_side]
income=12
[/modify_side]
[allow_recruit]
side=4
type=Dwarvish Steelclad
[/allow_recruit]
[disallow_recruit]
side=4
type=Dwarvish Thunderer
[/disallow_recruit]
[/event]

# Give gold to the allies in case their area is invaded
[event]
name=moveto
[filter]
side=2,3,5,6,7,8
x=24-31
y=21-25
[/filter]

[gold]
side=4
amount=130
[/gold]
[modify_side]
[filter_side]
side=4
[/filter_side]
income=12
[/modify_side]
[/event]

# This unit should only defend this location and not join the counterattack
[event]
name=side 4 turn refresh
first_time_only=no
[modify_unit]
[filter]
side=4
x=31
y=28
[/filter]
moves=0
[/modify_unit]
[/event]

# Meeting the dwarves
[event]
name=sighted
[filter]
Expand Down

0 comments on commit e9821b3

Please sign in to comment.