Several fixes for DiD

This commit is contained in:
Thomas Baumhauer 2007-12-23 10:26:06 +00:00
parent bcffd0fb55
commit b27ce7c824
6 changed files with 36 additions and 3 deletions

View file

@ -269,6 +269,17 @@
[/message]
#enddef
#define DIALOGUE_AHIW_GHOST
[message]
speaker=Darken Volk
message=_ "Be careful when imprisoning a soul and use all your might to retain control over it or it might attempt to break free and destroy you!"
[/message]
[message]
speaker=Malin Keshar
message=_ "I... I will try."
[/message]
#enddef
#define DIALOGUE_AHIW_DWARVES1
[message]
speaker=Malin Keshar

View file

@ -139,6 +139,17 @@
[/event]
# In-scenario events
# Warn player about the rebellion
[event]
name=recruit
first_time_only=yes
[filter]
type=Ghost
[/filter]
{DIALOGUE_AHIW_GHOST}
[/event]
[event]
name=sighted
[filter]

View file

@ -151,7 +151,7 @@
[filter]
x=7,8,9-10,11,11,12,12,13,14,15,18,19,20,22
y=21-22,18-22,18-23,19,21-24,18-19,21-23,18-24,18-23,20-23,24,25,26,27
race=undead
race=undead,bats
[filter_location]
terrain=Ai
[/filter_location]

View file

@ -217,7 +217,7 @@
[event]
name=moveto
[filter]
description=Malin Keshar
description=Malin Keshar,Darken Volk
x,y=1,1
[/filter]
{DIALOGUE_ASF2_FOUNDPASSAGE}

View file

@ -150,7 +150,7 @@
# Place and store the new Malin
[unit]
# Malin's new look
type=Lich
type=Lich DiD
side=1
description=Mal Keshar
user_description=_ "Mal Keshar"
@ -159,6 +159,7 @@
profile=portraits/malinlich.png
x,y=1,1
hitpoints=5
advanceto="Ancient Lich"
[/unit]
[store_unit]
[filter]

View file

@ -0,0 +1,10 @@
#textdomain wesnoth-did
# Same as normal, except advances to Ancient Lich
[unit]
id=Lich DiD
[base_unit]
id=Lich
[/base_unit]
advanceto=Ancient Lich
hide_help=true
[/unit]