Fixed various income issues

This commit is contained in:
ln-zookeeper 2014-06-30 23:03:36 +03:00
parent 308176dc53
commit 27c72637e0
2 changed files with 30 additions and 2 deletions

View file

@ -2,6 +2,9 @@ Version 1.11.15+dev:
* Add-ons server: * Add-ons server:
* Add-on metadata pattern blacklisting implemented. * Add-on metadata pattern blacklisting implemented.
* Campaigns * Campaigns
* Descent into Darkness:
* Fixed various issues with player and enemy gold and income in
'Descent into Darkness'.
* Legend of Wesmere * Legend of Wesmere
* Disabled the non finished chapters 4 and 5 in the mp port. * Disabled the non finished chapters 4 and 5 in the mp port.
* Fix scenario 3 which was broken after a map change. * Fix scenario 3 which was broken after a map change.

View file

@ -50,7 +50,7 @@
unrenamable=yes unrenamable=yes
canrecruit=yes canrecruit=yes
recruit=Walking Corpse,Vampire Bat,Ghost,Ghoul,Skeleton Archer,Skeleton,Dark Adept DiD recruit=Walking Corpse,Vampire Bat,Ghost,Ghoul,Skeleton Archer,Skeleton,Dark Adept DiD
income=0 income=-2
gold=100 gold=100
fog=yes fog=yes
shroud=yes shroud=yes
@ -65,6 +65,7 @@
controller=ai controller=ai
# place leader later # place leader later
no_leader=yes no_leader=yes
income=-2
gold=60 gold=60
recruit=Troll Whelp,Troll,Troll Rocklobber,Troll Warrior,Troll Shaman recruit=Troll Whelp,Troll,Troll Rocklobber,Troll Warrior,Troll Shaman
[ai] [ai]
@ -96,6 +97,8 @@
user_team_name=_"Trolls" user_team_name=_"Trolls"
controller=ai controller=ai
no_leader=yes no_leader=yes
income=-2
gold=0
[ai] [ai]
# Avoid the spiders, the wose, and the beginning area # Avoid the spiders, the wose, and the beginning area
[avoid] [avoid]
@ -114,6 +117,8 @@
user_team_name=_"Trolls" user_team_name=_"Trolls"
controller=ai controller=ai
no_leader=yes no_leader=yes
income=-2
gold=0
[ai] [ai]
# Avoid the spiders, the wose, and the beginning area # Avoid the spiders, the wose, and the beginning area
[avoid] [avoid]
@ -130,6 +135,8 @@
side=5 side=5
controller=ai controller=ai
no_leader=yes no_leader=yes
income=-2
gold=0
[ai] [ai]
# This is mostly for the Wose -- the others are guardians # This is mostly for the Wose -- the others are guardians
[goal] [goal]
@ -252,6 +259,8 @@
name= _"Dumdumbadoom" name= _"Dumdumbadoom"
ai_special=guardian ai_special=guardian
[/unit] [/unit]
{MODIFY_UNIT side=2,3,4,5 upkeep loyal}
[/event] [/event]
[event] [event]
@ -610,10 +619,12 @@
[event] [event]
# Set the troll enemy and return income to normal when you reach your keep # Set the troll enemy and return income to normal when you reach your keep
name=moveto name=moveto
[filter] [filter]
id=Mal Keshar id=Mal Keshar
x,y=30,25 x,y=30,25
[/filter] [/filter]
[unit] [unit]
# Troll leader # Troll leader
type=Troll Hero type=Troll Hero
@ -622,9 +633,23 @@
x,y=10,6 x,y=10,6
canrecruit=yes canrecruit=yes
[/unit] [/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] [modify_side]
side=1 side=1
income=2 income=0
[/modify_side] [/modify_side]
[/event] [/event]