Rebalance Temple of the Deep
This commit is contained in:
parent
46cd89f3ea
commit
6a9e11a610
2 changed files with 35 additions and 16 deletions
|
@ -1,5 +1,5 @@
|
|||
WWWWWWWWWDWWWWWDWWWWWWWWW
|
||||
WWWWWWWuuuuuuuuuuuWWWWWWW
|
||||
WWWWWWWWWuWWWWWuWWWWWWWWW
|
||||
WWWWWWWuuDuuuuuDuuWWWWWWW
|
||||
WWWWWuuWuuuooouuuWuuWWWWW
|
||||
WWWWWuuuWuuo2ouuWuuuWWWWW
|
||||
WWWWWuuWWuuuouuuWWuuWWWWW
|
||||
|
@ -15,11 +15,11 @@ WWWWWuWuuuuuuuuuuuWWWWWWW
|
|||
WWWWuuuuucccucccuuuuuuWWW
|
||||
Wsssu\cccssscsssccc/usWsW
|
||||
WWWucuuuccscscsccuuucusWW
|
||||
WWWuuWuuuucucucuuuuWuuWWW
|
||||
WWWWWWWuuWuWuWuWuuWWWWWWW
|
||||
WWWuuDuuuucucucuuuuDuuWWW
|
||||
WWWWuuuuuWuWuWuWuuuuuWWWW
|
||||
WWWWWWWuuuWWWWWuuuWWWWWWW
|
||||
WWWWWWuWuuuuuuuuuWuWWWWWW
|
||||
WWWWWWuuuuuooouuuuuWWWWWW
|
||||
WWWWWWuuuuuououuuuuWWWWWW
|
||||
WWWWWWWWuuuo1ouuuWWWWWWWW
|
||||
WWWWWWWWWuuuuuuuWWWWWWWWW
|
||||
WWWWWWWWWWWWDWWWWWWWWWWWW
|
||||
WWWWWWWWWuuuouuuWWWWWWWWW
|
||||
WWWWWWWWWWWWuWWWWWWWWWWWW
|
||||
|
|
|
@ -86,13 +86,15 @@ Defeat:
|
|||
{UNIT (Tentacle of the Deep) (Tentacle) 2 10 15}
|
||||
{UNIT (Tentacle of the Deep) (Tentacle) 2 16 15}
|
||||
#endif
|
||||
{PUT_IMG (terrain/cave-floor1.png) 13 25}
|
||||
{PUT_IMG (terrain/cave-floor1.png) 10 1}
|
||||
{PUT_IMG (terrain/cave-floor1.png) 16 1}
|
||||
{PUT_IMG (items/monolith3.png) 13 25}
|
||||
{PUT_IMG (terrain/cave-floor1.png) 6 18}
|
||||
{PUT_IMG (terrain/cave-floor1.png) 20 18}
|
||||
{PUT_IMG (terrain/cave-floor1.png) 10 2}
|
||||
{PUT_IMG (terrain/cave-floor1.png) 16 2}
|
||||
{PUT_IMG (items/monolith3.png) 6 18}
|
||||
{PUT_IMG (items/monolith3.png) 20 18}
|
||||
{PUT_IMG (misc/chest.png) 13 2}
|
||||
{PUT_IMG (items/dragonstatue.png) 10 1}
|
||||
{PUT_IMG (items/dragonstatue.png) 16 1}
|
||||
{PUT_IMG (items/dragonstatue.png) 10 2}
|
||||
{PUT_IMG (items/dragonstatue.png) 16 2}
|
||||
|
||||
{PUT_IMG (terrain/rocks.png) 16 24}
|
||||
{PUT_IMG (terrain/rocks.png) 4 18}
|
||||
|
@ -203,8 +205,22 @@ Defeat:
|
|||
name=moveto
|
||||
[filter]
|
||||
side=1
|
||||
x=13
|
||||
y=25
|
||||
x=6
|
||||
y=18
|
||||
[/filter]
|
||||
[message]
|
||||
id=msgT5_8
|
||||
speaker=narrator
|
||||
message= _ "INSCRIPTION: Embrace the Monolith to be Cured by the Powers of Light."
|
||||
[/message]
|
||||
[/event]
|
||||
|
||||
[event]
|
||||
name=moveto
|
||||
[filter]
|
||||
side=1
|
||||
x=20
|
||||
y=18
|
||||
[/filter]
|
||||
[message]
|
||||
id=msgT5_8
|
||||
|
@ -232,7 +248,7 @@ Defeat:
|
|||
[filter]
|
||||
side=1
|
||||
x=10,16
|
||||
y=1,1
|
||||
y=2,2
|
||||
[/filter]
|
||||
[message]
|
||||
id=msgT5_10
|
||||
|
@ -343,6 +359,7 @@ Defeat:
|
|||
side=2
|
||||
x={X}
|
||||
y={Y}
|
||||
moves=0
|
||||
[/unit]
|
||||
#endif
|
||||
#ifdef NORMAL
|
||||
|
@ -352,6 +369,7 @@ Defeat:
|
|||
side=2
|
||||
x={X}
|
||||
y={Y}
|
||||
moves=0
|
||||
[/unit]
|
||||
#endif
|
||||
#ifdef HARD
|
||||
|
@ -361,6 +379,7 @@ Defeat:
|
|||
side=2
|
||||
x={X}
|
||||
y={Y}
|
||||
moves=0
|
||||
[/unit]
|
||||
#endif
|
||||
#enddef
|
||||
|
|
Loading…
Add table
Reference in a new issue