Fixed duplicate instance of obsolete unit.

Closing #9729.
This commit is contained in:
Cédric Duval 2004-07-22 23:39:58 +00:00
parent b28669b4d9
commit 7015634df1
3 changed files with 34 additions and 65 deletions

View file

@ -48,35 +48,3 @@ get_hit_sound=groan.wav
[/attack]
[/unit]
[unit]
name=Scout
race=human
image=human-scout.png
hitpoints=38
movement_type=mounted
movement=8
experience=34
level=1
alignment=lawful
advanceto=Dragoon
cost=17
usage=scout
unit_description="Since they use both the lightest of armor and the fastest of horses, Scouts are employed by most human armies to discover what dangers lie ahead."
get_hit_sound=groan.wav
[attack]
name=sword
type=blade
range=short
damage=5
number=3
[sound]
time=-200
sound=horse-canter.wav
[/sound]
[frame]
begin=-200
end=100
image=human-scout-attack.png
[/frame]
[/attack]
[/unit]

View file

@ -45,36 +45,3 @@ get_hit_sound=groan.wav
[/frame]
[/attack]
[/unit]
[unit]
name=Scout
race=human
image=human-scout.png
hitpoints=38
movement_type=mounted
movement=8
experience=34
level=1
alignment=lawful
advanceto=Dragoon
cost=17
usage=scout
unit_description="Since they use both the lightest of armor and the fastest of horses, Scouts are employed by most human armies to discover what dangers lie ahead."
get_hit_sound=groan.wav
[attack]
name=sword
type=blade
range=short
damage=5
number=3
[sound]
time=-200
sound=horse-canter.wav
[/sound]
[frame]
begin=-200
end=100
image=human-scout-attack.png
[/frame]
[/attack]
[/unit]

34
data/units/Scout.cfg Normal file
View file

@ -0,0 +1,34 @@
# XXX This unit is obsolete and should not be used anymore. It is here only for compatibility purposes and will be removed after few releases
[unit]
name=Scout
race=human
image=human-scout.png
hitpoints=38
movement_type=mounted
movement=8
experience=34
level=1
alignment=lawful
advanceto=Dragoon
cost=17
usage=scout
unit_description="Since they use both the lightest of armor and the fastest of horses, Scouts are employed by most human armies to discover what dangers lie ahead."
get_hit_sound=groan.wav
[attack]
name=sword
type=blade
range=short
damage=5
number=3
[sound]
time=-200
sound=horse-canter.wav
[/sound]
[frame]
begin=-200
end=100
image=human-scout-attack.png
[/frame]
[/attack]
[/unit]