Skip to content

Commit

Permalink
Fixed various income issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ln-zookeeper committed Jun 30, 2014
1 parent d3af15b commit 5dccaa2
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelog
Expand Up @@ -24,6 +24,9 @@ Version 1.13.0-dev:
* Fix bug in Return Guardian Micro AI when there is no path to the return hex
* Campaigns:
* Changed all occurrences of {FLAG_VARIANT ragged} to {FLAG_VARIANT6 ragged}
* Descent into Darkness:
* Fixed various issues with player and enemy gold and income in
'Descent into Darkness'.
* Eastern Invasion:
* In 'Captured', stolen gold won't be mentioned if the player had no
carryover gold.
Expand Down
Expand Up @@ -50,7 +50,7 @@
unrenamable=yes
canrecruit=yes
recruit=Walking Corpse,Vampire Bat,Ghost,Ghoul,Skeleton Archer,Skeleton,Dark Adept DiD
income=0
income=-2
gold=100
fog=yes
shroud=yes
Expand All @@ -65,6 +65,7 @@
controller=ai
# place leader later
no_leader=yes
income=-2
gold=60
recruit=Troll Whelp,Troll,Troll Rocklobber,Troll Warrior,Troll Shaman
[ai]
Expand Down Expand Up @@ -96,6 +97,8 @@
user_team_name=_"Trolls"
controller=ai
no_leader=yes
income=-2
gold=0
[ai]
# Avoid the spiders, the wose, and the beginning area
[avoid]
Expand All @@ -114,6 +117,8 @@
user_team_name=_"Trolls"
controller=ai
no_leader=yes
income=-2
gold=0
[ai]
# Avoid the spiders, the wose, and the beginning area
[avoid]
Expand All @@ -130,6 +135,8 @@
side=5
controller=ai
no_leader=yes
income=-2
gold=0
[ai]
# This is mostly for the Wose -- the others are guardians
[goal]
Expand Down Expand Up @@ -252,6 +259,8 @@
name= _"Dumdumbadoom"
ai_special=guardian
[/unit]

{MODIFY_UNIT side=2,3,4,5 upkeep loyal}
[/event]

[event]
Expand Down Expand Up @@ -610,10 +619,12 @@
[event]
# Set the troll enemy and return income to normal when you reach your keep
name=moveto

[filter]
id=Mal Keshar
x,y=30,25
[/filter]

[unit]
# Troll leader
type=Troll Hero
Expand All @@ -622,9 +633,23 @@
x,y=10,6
canrecruit=yes
[/unit]

[modify_side]
side=2
income=0
[/modify_side]

{MODIFY_UNIT side=2 upkeep full}

[capture_village]
side=2
x=1-13
y=1-10
[/capture_village]

[modify_side]
side=1
income=2
income=0
[/modify_side]
[/event]

Expand Down

0 comments on commit 5dccaa2

Please sign in to comment.