Added bandits and removed elves.
This commit is contained in:
parent
c8aee6ddfd
commit
35267972c0
1 changed files with 70 additions and 1 deletions
|
@ -41,6 +41,7 @@ Defeat:
|
|||
type=Commander
|
||||
side=1
|
||||
canrecruit=1
|
||||
recruit=Thug,Poacher
|
||||
controller=human
|
||||
[unit]
|
||||
description=Kalba
|
||||
|
@ -110,8 +111,44 @@ Defeat:
|
|||
[message]
|
||||
description=Kalba
|
||||
id=isledamn_6
|
||||
message="There are still some Elves on this island, my lord, perhaps if you recruit some of them to help you, we might have some hope of holding off the undead hordes!"
|
||||
message="There are still some bands of humans hidding on this island, my lord, perhaps if you recruit some of them to help you, we might have some hope of holding off the undead hordes!"
|
||||
[/message]
|
||||
[unit]
|
||||
description=Bob
|
||||
type=Outlaw
|
||||
side=1
|
||||
x=18
|
||||
y=10
|
||||
[/unit]
|
||||
[message]
|
||||
description=Bob
|
||||
id=isledamn_7
|
||||
message="Maybe we could make a deal! Help us to defeat those evil creatures."
|
||||
[/message]
|
||||
[disallow_recruit]
|
||||
side=1
|
||||
type=Elvish Fighter
|
||||
[/disallow_recruit]
|
||||
[disallow_recruit]
|
||||
side=1
|
||||
type=Elvish Archer
|
||||
[/disallow_recruit]
|
||||
[disallow_recruit]
|
||||
side=1
|
||||
type=Elvish Scout
|
||||
[/disallow_recruit]
|
||||
[disallow_recruit]
|
||||
side=1
|
||||
type=Elvish Shaman
|
||||
[/disallow_recruit]
|
||||
[disallow_recruit]
|
||||
side=1
|
||||
type=Horseman
|
||||
[/disallow_recruit]
|
||||
[disallow_recruit]
|
||||
side=1
|
||||
type=Mage
|
||||
[/disallow_recruit]
|
||||
[/event]
|
||||
|
||||
#define ISLE_GALLEON_ARRIVE
|
||||
|
@ -129,6 +166,38 @@ Defeat:
|
|||
image=galleon.png
|
||||
[/item]
|
||||
[/command]
|
||||
[allow_recruit]
|
||||
side=1
|
||||
type=Elvish Fighter
|
||||
[/allow_recruit]
|
||||
[allow_recruit]
|
||||
side=1
|
||||
type=Elvish Archer
|
||||
[/allow_recruit]
|
||||
[allow_recruit]
|
||||
side=1
|
||||
type=Elvish Scout
|
||||
[/allow_recruit]
|
||||
[allow_recruit]
|
||||
side=1
|
||||
type=Elvish Shaman
|
||||
[/allow_recruit]
|
||||
[allow_recruit]
|
||||
side=1
|
||||
type=Horseman
|
||||
[/allow_recruit]
|
||||
[allow_recruit]
|
||||
side=1
|
||||
type=Mage
|
||||
[/allow_recruit]
|
||||
[disallow_recruit]
|
||||
side=1
|
||||
type=Thug
|
||||
[/disallow_recruit]
|
||||
[disallow_recruit]
|
||||
side=1
|
||||
type=Poacher
|
||||
[/disallow_recruit]
|
||||
#enddef
|
||||
|
||||
[event]
|
||||
|
|
Loading…
Add table
Reference in a new issue