Easy mode scenario balancing: north leader weaker, south leader stronger
This commit is contained in:
parent
988ddd53de
commit
40fe52c2e7
1 changed files with 3 additions and 3 deletions
|
@ -52,7 +52,7 @@ Defeat
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef EASY
|
#ifdef EASY
|
||||||
gold=160
|
gold=140
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
enemy=1
|
enemy=1
|
||||||
|
@ -66,9 +66,9 @@ Defeat
|
||||||
canrecruit=1
|
canrecruit=1
|
||||||
|
|
||||||
#ifdef EASY
|
#ifdef EASY
|
||||||
recruit=Skeleton,Revenant,Blood Bat,Ghost,Bone Shooter
|
recruit=Skeleton,Revenant,Chocobone,Blood Bat,Ghost,Bone Shooter
|
||||||
recruitment_pattern=fighter,fighter,archer,scout
|
recruitment_pattern=fighter,fighter,archer,scout
|
||||||
gold=200
|
gold=250
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef NORMAL
|
#ifdef NORMAL
|
||||||
|
|
Loading…
Add table
Reference in a new issue