UtBS 5: changes to scenario locations (#3104)

* UtBS 5: changes to scenario locations

From #3077:
* Moved AI leader spawns to keeps
* Changed spawn of trolls that were spawning in walls
* Sanity-checked village ownership in cavern

From #3078:
* Changed spawn of Eastern Troll Flamecaster
* Fixed entry routes of Troll Flamecasters

From author notes:
* Made 'Wounded Dwarf' a wounded unit
This commit is contained in:
Thom Diment 2018-06-08 15:40:22 +01:00 committed by Severin Glöckner
parent 9ea4363145
commit bf28cc7d76

View file

@ -675,16 +675,19 @@
[/message]
[/then]
[/if]
[move_unit_fake]
[unit]
type=Dwarvish Fighter
side=4
x=25,24,23,22,21
y=28,28,29,28,29
[/move_unit_fake]
#TODO maybe the wounded dwarf should really be wounded?
{NAMED_NOTRAIT_UNIT 4 (Dwarvish Fighter) 21 29 (Wounded Dwarf) ( _ "Wounded Dwarf")}
hitpoints=12
id=Wounded Dwarf
x=25
y=28
[/unit]
[move_unit]
id=Wounded Dwarf
to_x=25,24,23,22,21
to_y=28,28,29,28,29
[/move_unit]
[message]
speaker=Wounded Dwarf
@ -1481,10 +1484,10 @@
# (on easier difficulties, remove trolls closest to elves)
#ifdef HARD
{NAMED_GENERIC_UNIT 2 (Troll Whelp) 25 37 () ( _ "Troll Skirmisher")}
{NAMED_GENERIC_UNIT 2 (Troll Whelp) 25 36 () ( _ "Troll Skirmisher")}
#endif
{NAMED_GENERIC_UNIT 3 (Troll Whelp) 33 38 () ( _ "Troll Skirmisher")}
{NAMED_GENERIC_UNIT 3 (Troll Whelp) 42 36 () ( _ "Troll Skirmisher")}
{NAMED_GENERIC_UNIT 3 (Troll Whelp) 42 35 () ( _ "Troll Skirmisher")}
{NAMED_GENERIC_UNIT 3 (Troll Whelp) 46 35 () ( _ "Troll Skirmisher")}
[/then]
@ -1610,14 +1613,14 @@
[/else]
[/if]
#create 2 dwarf leaders (23,11) (45,10)
#create 2 dwarf leaders (26,12) (45,13)
[unit]
type=Dwarvish Explorer
id=Fundin
name= _ "Fundin"
canrecruit=yes
x=23
y=11
x=26
y=12
side=4
[modifications]
{TRAIT_RESILIENT}
@ -1630,7 +1633,7 @@
name= _ "Nori"
canrecruit=yes
x=45
y=10
y=13
side=5
[modifications]
{TRAIT_STRONG}
@ -1638,14 +1641,14 @@
[/modifications]
[/unit]
#create 2 troll leaders (32,70) (52,72)
#create 2 troll leaders (26,40) (46,42)
[unit]
type=Troll Warrior
id=Thungar
name= _ "Thungar"
canrecruit=yes
x=26
y=43
y=40
side=2
[modifications]
{TRAIT_RESILIENT}
@ -1658,7 +1661,7 @@
name= _ "Gnarl"
canrecruit=yes
x=46
y=45
y=42
side=3
[modifications]
{TRAIT_STRONG}
@ -1678,7 +1681,7 @@
# in main cavern
[capture_village]
x,y=31,30
x,y=36,32
side=2
[/capture_village]
@ -1692,12 +1695,12 @@
# in main cavern
[capture_village]
x,y=36,32
x,y=31,30
side=3
[/capture_village]
[capture_village]
x,y=40,26
x,y=26,28
side=3
[/capture_village]
@ -1714,6 +1717,11 @@
x,y=28,24
side=4
[/capture_village]
[capture_village]
x,y=35,27
side=4
[/capture_village]
# dwarf 2 (side5)
@ -1725,7 +1733,7 @@
# in main cavern
[capture_village]
x,y=35,27
x,y=40,26
side=5
[/capture_village]
@ -1761,8 +1769,8 @@
[move_unit_fake]
type=Troll Shaman
side=2
x=22,23,24,25,26,27,27,27,28
y=37,37,36,36,35,35,34,33,32
x=27,27,28
y=39,33,32
[/move_unit_fake]
{NAMED_GENERIC_UNIT 2 (Troll Shaman) 28 32 (Troll Flamecaster) ( _ "Troll Flamecaster")}
@ -1772,8 +1780,8 @@
[move_unit_fake]
type=Troll Shaman
side=2
x=32,33,34,34,34,34,33,32,31,30
y=38,38,37,36,35,34,34,33,33,32
x=33,33,32
y=39,33,32
[/move_unit_fake]
{NAMED_GENERIC_UNIT 2 (Troll Shaman) 32 32 () ( _ "Troll Flamecaster")}
@ -1784,8 +1792,8 @@
[move_unit_fake]
type=Troll Shaman
side=3
x=47,47,47,46,45,44,43,42,42,42,42,41
y=37,36,35,34,34,33,33,32,31,30,29,29
x=38,42,42,41
y=37,35,29,29
[/move_unit_fake]
{NAMED_GENERIC_UNIT 3 (Troll Shaman) 41 29 () ( _ "Troll Flamecaster")}
@ -1795,11 +1803,11 @@
[move_unit_fake]
type=Troll Shaman
side=3
x=47,47,47,46,45,44,43,43,43,43
y=27,26,25,24,24,23,23,22,21,20
x=45,45
y=40,30
[/move_unit_fake]
{NAMED_GENERIC_UNIT 3 (Troll Shaman) 43 20 () ( _ "Troll Flamecaster")}
{NAMED_GENERIC_UNIT 3 (Troll Shaman) 45 30 () ( _ "Troll Flamecaster")}
#endif
[message]