wesnoth/data/core/units/elves/Rider.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

120 lines
4 KiB
INI

#textdomain wesnoth-units
[unit_type]
id=Elvish Rider
name= _ "Elvish Rider"
race=elf
image="units/elves-wood/rider/rider.png"
profile="portraits/elves/scout.png"
hitpoints=46
movement_type=woodland
movement=10
experience=75
level=2
alignment=neutral
advances_to=Elvish Outrider
cost=31
undead_variation=mounted
usage=scout
#mostly like a foot Elf, but they
#aren't good at defending in villages
#they are weak against piercing attacks
description= _ "The prevalence of guerrilla tactics in Elven strategy results in great emphasis on maintaining highly mobile units capable of fighting on an adaptable battlefront. This style of warfare requires rapid communication between small skirmish groups and the ability to quickly transfer troops between combat zones. Experienced Elvish riders know this well and thus devote most of their time to improving their horsemanship rather than their individual fighting skills. The speed at which they travel through the forest would be suicidal for any other cavalry, and they are tenacious enough to ride for as much as two or three days at a time without resting. While the intelligence and communication these horsemen provide is invaluable to Elven tactics, the lack of combat prowess and front line engagement means that Elvish riders are the oft unsung heroes of war, left supporting their brethren from the back lines."
die_sound=horse-die.ogg
[defense]
village=50
forest=40
[/defense]
[resistance]
pierce=120
[/resistance]
[attack]
name=sword
description=_"sword"
icon=attacks/sword-elven.png
type=blade
range=melee
damage=7
number=3
[/attack]
[attack]
name=bow
description=_"bow"
icon=attacks/bow-elven.png
type=pierce
range=ranged
damage=9
number=2
[/attack]
{DEFENSE_ANIM "units/elves-wood/rider/rider-defend2.png" "units/elves-wood/rider/rider-defend1.png" {SOUND_LIST:HORSE_HIT} }
[movement_anim]
start_time=0
[frame]
image="units/elves-wood/rider/rider.png:150"
[/frame]
[/movement_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=-500
[if]
hits=yes
[frame]
image="units/elves-wood/rider/rider.png:100"
sound=bow.ogg
[/frame]
[/if]
[else]
hits=no
[frame]
image="units/elves-wood/rider/rider.png:100"
sound=bow-miss.ogg
[/frame]
[/else]
[frame]
image="units/elves-wood/rider/rider.png:[250,100]"
[/frame]
[frame]
image="units/elves-wood/rider/rider.png:150"
[/frame]
[/attack_anim]
[attack_anim]
[filter_attack]
name=sword
[/filter_attack]
start_time=-200
[frame]
image="units/elves-wood/rider/rider.png:25"
sound=horse-elf-canter.wav
[/frame]
[frame]
image="units/elves-wood/rider/rider.png:75"
[/frame]
[if]
hits=no
[frame]
image="units/elves-wood/rider/rider.png:200"
sound={SOUND_LIST:MISS}
[/frame]
[/if]
[else]
hits=yes
[frame]
image="units/elves-wood/rider/rider.png:200"
sound={SOUND_LIST:SWORD_SWISH}
[/frame]
[/else]
[frame]
image="units/elves-wood/rider/rider.png:75"
[/frame]
[frame]
image="units/elves-wood/rider/rider.png:25"
[/frame]
[/attack_anim]
[/unit_type]