Removed the last traces of the Dismounted Commander unit.

This commit is contained in:
Lari Nieminen 2010-06-07 14:13:57 +00:00
parent 4210cae891
commit e6566fa8dd
3 changed files with 0 additions and 434 deletions

View file

@ -246,66 +246,6 @@
id=Minister Hylas
[/recall]
#ifdef __UNUSED__
[message]
speaker=Deoran
message= _ "My mount will not help me in these rocky paths — I will leave him here at the entrance and proceed on foot."
[/message]
[message]
speaker=Ethiliel
message= _ "That is wise. Speed is less valuable in caves than toughness."
[/message]
# Transform Deoran into a Foot Commander - thanks to Shadow for the graphics!
[store_unit]
[filter]
id=Deoran
[/filter]
kill=yes
variable=stored_Deoran
[/store_unit]
[if]
[variable]
name=stored_Deoran.type
equals=Junior Commander
[/variable]
[then]
{VARIABLE stored_Deoran.type "Dismounted Commander 1"}
{VARIABLE stored_Deoran.moves 5}
[/then]
[/if]
[if]
[variable]
name=stored_Deoran.type
equals=Horseman Commander
[/variable]
[then]
{VARIABLE stored_Deoran.type "Dismounted Commander 2"}
{VARIABLE stored_Deoran.moves 6}
[/then]
[/if]
[if]
[variable]
name=stored_Deoran.type
equals=Mounted General
[/variable]
[then]
{VARIABLE stored_Deoran.type "Dismounted Commander 3"}
{VARIABLE stored_Deoran.moves 6}
[/then]
[/if]
[unstore_unit]
variable=stored_Deoran
find_vacant=no
[/unstore_unit]
{FULL_HEAL id=Deoran}
#endif
[message]
speaker=Ethiliel
message= _ "Proceed slowly, who knows what evils inhabited these parts before Mebrin was turned! We cannot be too careful."

View file

@ -156,59 +156,6 @@
canrecruit=yes
[/side]
[event]
name=prestart
[store_unit]
[filter]
id=Deoran
[/filter]
kill=no
variable=deoran_store
[/store_unit]
[if]
[variable]
name=deoran_store.type
contains="Dismounted Commander"
[/variable]
[then]
[if]
[variable]
name=deoran_store.type
equals=Dismounted Commander 1
[/variable]
[then]
{VARIABLE deoran_type "Junior Commander"}
[/then]
[/if]
[if]
[variable]
name=deoran_store.type
equals=Dismounted Commander 2
[/variable]
[then]
{VARIABLE deoran_type "Horseman Commander"}
[/then]
[/if]
[if]
[variable]
name=deoran_store.type
equals=Dismounted Commander 3
[/variable]
[then]
{VARIABLE deoran_type "Mounted General"}
[/then]
[/if]
{TRANSFORM_UNIT id=Deoran $deoran_type}
[/then]
[/if]
{CLEAR_VARIABLE deoran_store}
[/event]
[event]
name=start

View file

@ -1,321 +0,0 @@
#textdomain wesnoth-tsg
[unit_type]
id=Dismounted Commander 1
name= _ "Dismounted Commander"
race=human
image=deoran/dismounted-commander.png
#FIXME: There is supposed to be a leading image. There isn't.
#image_leading=deoran/dismounted-commander-leading.png
profile=portraits/deoran.png
hitpoints=34
alignment=lawful
cost=19
movement_type=smallfoot
movement=5
level=1
experience=45
advances_to=Dismounted Commander 2
usage=fighter
[abilities]
{ABILITY_LEADERSHIP_LEVEL_1}
[/abilities]
hide_help=true
do_not_list=yes
description= _ "Deoran was still a dangerous commander, even without his horse."+{SPECIAL_NOTES}+{SPECIAL_NOTES_LEADERSHIP}+{SPECIAL_NOTES_FIRSTSTRIKE}
die_sound={SOUND_LIST:HUMAN_DIE}
[attack]
name=spear
description= _"spear"
type=pierce
[specials]
{WEAPON_SPECIAL_FIRSTSTRIKE}
[/specials]
range=melee
damage=6
number=3
[/attack]
{DEFENSE_ANIM "deoran/dismounted-commander-defend.png" "deoran/dismounted-commander.png" {SOUND_LIST:HUMAN_HIT} }
[attack_anim]
[filter_attack]
name=spear
[/filter_attack]
[frame]
begin=-200
end=-175
image=deoran/dismounted-commander.png
[/frame]
[frame]
begin=-175
end=-100
image=deoran/dismounted-commander-attack1.png
[/frame]
[if]
hits=no
[frame]
begin=-100
end=100
image=deoran/dismounted-commander-attack2.png
sound=spear-miss.ogg
[/frame]
[/if]
[else]
hits=yes
[frame]
begin=-100
end=100
image=deoran/dismounted-commander-attack2.png
sound=spear.ogg
[/frame]
[/else]
[frame]
begin=100
end=175
image=deoran/dismounted-commander.png
[/frame]
[/attack_anim]
[/unit_type]
[unit_type]
id=Dismounted Commander 2
name= _ "Dismounted Commander"
race=human
image=deoran/dismounted-commander.png
#FIXME: There is supposed to be a leading image. There isn't.
#image_leading=deoran/dismounted-commander-leading.png
profile=portraits/deoran.png
hitpoints=52
alignment=lawful
cost=40
movement_type=smallfoot
movement=6
level=2
experience=80
advances_to=Dismounted Commander 3
usage=fighter
[abilities]
{ABILITY_LEADERSHIP_LEVEL_2}
[/abilities]
hide_help=true
do_not_list=yes
description= _ "Deoran was still a dangerous commander, even without his horse."+{SPECIAL_NOTES}+{SPECIAL_NOTES_LEADERSHIP}+{SPECIAL_NOTES_FIRSTSTRIKE}
die_sound={SOUND_LIST:HUMAN_DIE}
[attack]
name=lance
description= _"lance"
type=pierce
[specials]
{WEAPON_SPECIAL_FIRSTSTRIKE}
[/specials]
range=melee
damage=8
number=3
[/attack]
[attack]
name=mace
description= _"mace"
type=impact
range=melee
damage=13
number=2
[/attack]
{DEFENSE_ANIM "deoran/dismounted-commander-defend.png" "deoran/dismounted-commander.png" {SOUND_LIST:HUMAN_HIT} }
[attack_anim]
[filter_attack]
name=mace
[/filter_attack]
[frame]
begin=-200
end=-175
image=deoran/dismounted-commander.png
[/frame]
[frame]
begin=-175
end=-100
image=deoran/dismounted-commander-attack1.png
[/frame]
[if]
hits=no
[frame]
begin=-100
end=100
image=deoran/dismounted-commander-attack2.png
sound={SOUND_LIST:MISS}
[/frame]
[/if]
[else]
hits=yes
[frame]
begin=-100
end=100
image=deoran/dismounted-commander-attack2.png
sound=mace.wav
[/frame]
[/else]
[frame]
begin=100
end=175
image=deoran/dismounted-commander.png
[/frame]
[/attack_anim]
[attack_anim]
[filter_attack]
name=lance
[/filter_attack]
[frame]
begin=-200
end=-175
image=deoran/dismounted-commander.png
[/frame]
[frame]
begin=-175
end=-100
image=deoran/dismounted-commander-attack1.png
[/frame]
[if]
hits=no
[frame]
begin=-100
end=100
image=deoran/dismounted-commander-attack2.png
sound=spear-miss.ogg
[/frame]
[/if]
[else]
hits=yes
[frame]
begin=-100
end=100
image=deoran/dismounted-commander-attack2.png
sound=spear.ogg
[/frame]
[/else]
[frame]
begin=100
end=175
image=deoran/dismounted-commander.png
[/frame]
[/attack_anim]
[/unit_type]
[unit_type]
id=Dismounted Commander 3
name= _ "Dismounted Commander"
race=human
image=deoran/dismounted-commander.png
#FIXME: There is supposed to be a leading image. There isn't.
#image_leading=deoran/dismounted-commander-leading.png
profile=portraits/deoran.png
hitpoints=68
alignment=lawful
cost=70
movement_type=smallfoot
movement=6
level=3
experience=150
advances_to=null
{AMLA_DEFAULT}
usage=fighter
[abilities]
{ABILITY_LEADERSHIP_LEVEL_3}
[/abilities]
hide_help=true
do_not_list=yes
description= _ "Deoran was still a dangerous commander, even without his horse."+{SPECIAL_NOTES}+{SPECIAL_NOTES_LEADERSHIP}+{SPECIAL_NOTES_FIRSTSTRIKE}
die_sound={SOUND_LIST:HUMAN_DIE}
[attack]
name=lance
description= _"lance"
type=pierce
[specials]
{WEAPON_SPECIAL_FIRSTSTRIKE}
[/specials]
range=melee
damage=11
number=3
[/attack]
[attack]
name=mace
description= _"mace"
type=impact
range=melee
damage=19
number=2
[/attack]
{DEFENSE_ANIM "deoran/dismounted-commander-defend.png" "deoran/dismounted-commander.png" {SOUND_LIST:HUMAN_HIT} }
[attack_anim]
[filter_attack]
name=mace
[/filter_attack]
[frame]
begin=-200
end=-175
image=deoran/dismounted-commander.png
[/frame]
[frame]
begin=-175
end=-100
image=deoran/dismounted-commander-attack1.png
[/frame]
[if]
hits=no
[frame]
begin=-100
end=100
image=deoran/dismounted-commander-attack2.png
sound={SOUND_LIST:MISS}
[/frame]
[/if]
[else]
hits=yes
[frame]
begin=-100
end=100
image=deoran/dismounted-commander-attack2.png
sound=mace.wav
[/frame]
[/else]
[frame]
begin=100
end=175
image=deoran/dismounted-commander.png
[/frame]
[/attack_anim]
[attack_anim]
[filter_attack]
name=lance
[/filter_attack]
[frame]
begin=-200
end=-175
image=deoran/dismounted-commander.png
[/frame]
[frame]
begin=-175
end=-100
image=deoran/dismounted-commander-attack1.png
[/frame]
[if]
hits=no
[frame]
begin=-100
end=100
image=deoran/dismounted-commander-attack2.png
sound=spear-miss.ogg
[/frame]
[/if]
[else]
hits=yes
[frame]
begin=-100
end=100
image=deoran/dismounted-commander-attack2.png
sound=spear.ogg
[/frame]
[/else]
[frame]
begin=100
end=175
image=deoran/dismounted-commander.png
[/frame]
[/attack_anim]
[/unit_type]