wesnoth/data/core/units/elves/Scout.cfg
doofus-01 da4afc7aae
Some sprite animations (#3896)
* defense animations for elf horse units

* Elf Outrider melee attack animation

* loyalist cavalryman defense animation

* Lancer defense animations

* fixes to lancer defensinve animations, though filtering still seems to not work

* rename lancer frames to mimic knight directional animation filenames, and add one placeholder attack frame

* defense animation for dragoon

* defense animation for cavalier

* Grand Knight defense animation

* Paladin defense animation

* ran optipng on new images

* merfolk hoplite defense animation

* Entangler defense animation

* mermaid enchantress defense animation

* mermaid diviner defense animation

* merman netcaster defense animation

* merman triton defense animation

* mermaid priestess defense animation

* mermaid siren defense animation

* merman spearman defense animation

* merman javelineer defense animation

* mermaid siren magic attack animation

* changelog update
2019-02-23 18:04:12 -08:00

104 lines
3.5 KiB
INI

#textdomain wesnoth-units
[unit_type]
id=Elvish Scout
name= _ "Elvish Scout"
image="units/elves-wood/scout/scout.png"
profile="portraits/elves/scout.png"
race=elf
hitpoints=32
movement_type=woodland
#mostly like a foot Elf, but they
#are bad at defending in villages
#they are weak against piercing attacks
movement=9
experience=32
level=1
alignment=neutral
advances_to=Elvish Rider
cost=18
undead_variation=mounted
usage=scout
description= _ "Although the equines bred by the wood elves are much faster and far more agile than regular horses, they tend to be more fickle and harder to master. It takes many years to train an Elven pony, but once tamed, they are among the most loyal and devoted mounts. These unique horses allow Elvish horsemen to ride at extreme speeds through thick forests with nary a scratch and outpace most other cavalry on open ground. Though these riders possess some skill in wielding swords and bows, their greatest effectiveness comes from their ability to scout and outmaneuver enemy forces rather than engage in combat directly. Elvish scouts are most often used as messengers and support units and are adept at quickly transferring information between patrols and skirmish groups, whom they also reinforce when necessary."
die_sound=horse-die.ogg
[defense]
village=60
forest=40
[/defense]
[resistance]
pierce=120
[/resistance]
[attack]
name=sword
description=_"sword"
icon=attacks/sword-elven.png
type=blade
range=melee
damage=4
number=3
[/attack]
[attack]
name=bow
description=_"bow"
icon=attacks/bow-elven.png
type=pierce
range=ranged
damage=6
number=2
[/attack]
{DEFENSE_ANIM "units/elves-wood/scout/scout-defend2.png" "units/elves-wood/scout/scout-defend1.png" {SOUND_LIST:HORSE_HIT} }
[movement_anim]
start_time=0
[frame]
image="units/elves-wood/scout/scout.png:150"
[/frame]
[/movement_anim]
[idle_anim]
{STANDARD_IDLE_FILTER}
start_time=0
[frame]
image="units/elves-wood/scout/scout.png:[125*9,150,175,150,175*8]"
[/frame]
[/idle_anim]
[attack_anim]
[filter_attack]
name=bow
[/filter_attack]
missile_start_time=-150
[missile_frame]
duration=150
image="projectiles/missile-n.png"
image_diagonal="projectiles/missile-ne.png"
[/missile_frame]
start_time=-400
{SOUND:HIT_AND_MISS bow.ogg bow-miss.ogg -400}
[frame]
image="units/elves-wood/scout/scout.png:[100,250]"
[/frame]
[frame]
image="units/elves-wood/scout/scout.png:100"
[/frame]
[/attack_anim]
[attack_anim]
[filter_attack]
name=sword
[/filter_attack]
start_time=-200
[frame]
image="units/elves-wood/scout/scout.png:25"
sound=horse-elf-canter.wav
[/frame]
[frame]
image="units/elves-wood/scout/scout.png:75"
[/frame]
{SOUND:HIT_AND_MISS {SOUND_LIST:SWORD_SWISH} {SOUND_LIST:MISS} -100}
[frame]
image="units/elves-wood/scout/scout.png:200"
[/frame]
[frame]
image="units/elves-wood/scout/scout.png:100"
[/frame]
[frame]
image="units/elves-wood/scout/scout.png:50"
[/frame]
[/attack_anim]
[/unit_type]