Fixed various income issues
This commit is contained in:
parent
308176dc53
commit
27c72637e0
2 changed files with 30 additions and 2 deletions
|
@ -2,6 +2,9 @@ Version 1.11.15+dev:
|
|||
* Add-ons server:
|
||||
* Add-on metadata pattern blacklisting implemented.
|
||||
* Campaigns
|
||||
* Descent into Darkness:
|
||||
* Fixed various issues with player and enemy gold and income in
|
||||
'Descent into Darkness'.
|
||||
* Legend of Wesmere
|
||||
* Disabled the non finished chapters 4 and 5 in the mp port.
|
||||
* Fix scenario 3 which was broken after a map change.
|
||||
|
|
|
@ -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
|
||||
|
@ -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]
|
||||
|
@ -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]
|
||||
|
@ -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]
|
||||
|
@ -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]
|
||||
|
@ -252,6 +259,8 @@
|
|||
name= _"Dumdumbadoom"
|
||||
ai_special=guardian
|
||||
[/unit]
|
||||
|
||||
{MODIFY_UNIT side=2,3,4,5 upkeep loyal}
|
||||
[/event]
|
||||
|
||||
[event]
|
||||
|
@ -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
|
||||
|
@ -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]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue