Made the orcish leader recruit mostly lvl1 units...
...(with a couple of lvl2's) in Siege of Elensefar on easy difficulty.
This commit is contained in:
parent
e46c1cdd8c
commit
4e2873d030
1 changed files with 10 additions and 1 deletions
|
@ -62,7 +62,11 @@
|
|||
name= _ "Agadla"
|
||||
side=2
|
||||
canrecruit=yes
|
||||
recruit=Orcish Warrior,Orcish Assassin,Orcish Crossbowman
|
||||
#ifdef EASY
|
||||
recruit=Orcish Warrior,Orcish Grunt,Orcish Assassin,Orcish Crossbowman,Orcish Archer
|
||||
#else
|
||||
recruit=Orcish Warrior,Orcish Assassin,Orcish Crossbowman
|
||||
#endif
|
||||
|
||||
{GOLD 100 180 240}
|
||||
team_name=orcs
|
||||
|
@ -90,6 +94,11 @@
|
|||
[/ai]
|
||||
[/side]
|
||||
|
||||
#ifdef EASY
|
||||
{LIMIT_CONTEMPORANEOUS_RECRUITS 2 "Orcish Warrior" 2}
|
||||
{LIMIT_CONTEMPORANEOUS_RECRUITS 2 "Orcish Crossbowman" 2}
|
||||
#endif
|
||||
|
||||
[side]
|
||||
type=Dark Sorcerer
|
||||
id=Muff Jaanal
|
||||
|
|
Loading…
Add table
Reference in a new issue