wesnoth/data/core/units/orcs/Archer.cfg
2013-08-09 00:13:46 +02:00

157 lines
4.6 KiB
INI

#textdomain wesnoth-units
[unit_type]
id=Orcish Archer
name= _ "Orcish Archer"
race=orc
image="units/orcs/archer.png"
small_profile="portraits/orcs/transparent/archer.png~SCALE(205,205)"
profile="portraits/orcs/transparent/archer.png"
{MAGENTA_IS_THE_TEAM_COLOR}
hitpoints=32
movement_type=orcishfoot
movement=5
experience=30
level=1
alignment=chaotic
advances_to=Orcish Crossbowman
cost=14
usage=archer
description= _ "Amongst orcs, bows are often regarded as a cowardly weapon; but even orcs, especially youths and those of slight build, are pragmatic enough to use them in spite of this. Orcish archers are seldom well equipped, and have no semblance of training. Even as poorly handled as they are, their weapons can still be quite deadly, and the wielders thereof rarely march alone."
die_sound={SOUND_LIST:ORC_SMALL_DIE}
{DEFENSE_ANIM_RANGE "units/orcs/archer-defend-2.png" "units/orcs/archer-defend-1.png" {SOUND_LIST:ORC_SMALL_HIT} melee}
{DEFENSE_ANIM_RANGE "units/orcs/archer-bow-defend.png" "units/orcs/archer-bow.png" {SOUND_LIST:ORC_SMALL_HIT} ranged}
[portrait]
size=400
side="left"
mirror="false"
image="portraits/orcs/transparent/archer.png"
[/portrait]
[portrait]
size=400
side="right"
mirror="true"
image="portraits/orcs/transparent/archer.png"
[/portrait]
[attack]
name=dagger
description=_"dagger"
icon=attacks/dagger-orcish.png
type=blade
range=melee
damage=3
number=2
[/attack]
[attack]
name=bow
description=_"bow"
icon=attacks/bow-orcish.png
type=pierce
range=ranged
damage=6
number=3
[/attack]
[attack]
name=bow
description=_"bow"
icon=attacks/bow-orcish.png
type=fire
range=ranged
damage=7
number=2
[/attack]
[idle_anim]
{STANDARD_IDLE_FILTER}
start_time=0
[frame]
image="units/orcs/archer-idle-[1~3,6,4,3,6,4~6,2,1].png:[100*3,200,100*2,200,100*2,200,100*2]"
[/frame]
[/idle_anim]
[attack_anim]
[filter_attack]
name=bow
type=fire
[/filter_attack]
start_time=-445
[frame]
image="units/orcs/archer-bow.png:65"
[/frame]
[frame]
image="units/orcs/archer-bow-attack-[1,2].png:75"
[/frame]
missile_start_time=-150
[if]
hits=no
[missile_frame]
duration=150
image="projectiles/missile-fire-n.png"
image_diagonal="projectiles/missile-fire-ne.png"
[/missile_frame]
[frame]
image="units/orcs/archer-bow-attack-3.png:100"
sound=bow-puny-fire-miss.ogg
[/frame]
[/if]
[else]
hits=yes
[missile_frame]
duration=150
image="projectiles/missile-fire-n.png"
image_diagonal="projectiles/missile-fire-ne.png"
offset=0~0.8
[/missile_frame]
{FIRE_BURST_SMALL}
[frame]
image="units/orcs/archer-bow-attack-3.png:100"
sound=bow-puny-fire.ogg
[/frame]
[/else]
[frame]
image="units/orcs/archer-bow-attack-[4,1].png:[130,65]"
[/frame]
[/attack_anim]
[attack_anim]
[filter_attack]
name=bow
type=pierce
[/filter_attack]
start_time=-445
missile_start_time=-150
[missile_frame]
duration=150
image="projectiles/missile-n.png"
image_diagonal="projectiles/missile-ne.png"
[/missile_frame]
[frame]
image="units/orcs/archer-bow.png:65"
[/frame]
[frame]
image="units/orcs/archer-bow-attack-[1~4,1].png:[75*2,100,130,65]"
[/frame]
{SOUND:HIT_AND_MISS bow-puny.ogg bow-puny-miss.ogg -230}
[/attack_anim]
[attack_anim]
[filter_attack]
name=dagger
[/filter_attack]
offset=0.0~0.3,0.3~0.45,0.45~0.3,0.3~0.0
start_time=-300
[frame]
image="units/orcs/archer-melee.png:50"
[/frame]
[frame]
image="units/orcs/archer-melee-[1~6].png:[100*2,75,100*2,75]"
[/frame]
{SOUND:HIT_AND_MISS dagger-swish.wav {SOUND_LIST:MISS} -50}
[frame]
image="units/orcs/archer-melee.png:50"
[/frame]
[/attack_anim]
[/unit_type]