diff --git a/data/units/Elvish_Hero.cfg b/data/units/Elvish_Hero.cfg index 2aa497ad8ac..16a71a19fa4 100644 --- a/data/units/Elvish_Hero.cfg +++ b/data/units/Elvish_Hero.cfg @@ -2,6 +2,9 @@ name=Elvish Hero race=elf image=elvish-hero.png +image_long=elvish-hero-bow.png +image_defensive=elvish-hero-defend.png +image_defensive_long=elvish-hero-bow-defend.png hitpoints=48 movement_type=woodland movement=5 @@ -38,6 +41,18 @@ get_hit_sound=groan.wav range=long damage=6 number=3 + [frame] + begin=-450 + end=-100 + image=elvish-hero-bow-attack.png + [/frame] + + [frame] + begin=-100 + end=100 + image=elvish-hero-bow.png + [/frame] + [sound] time=-100 sound=firearrow.wav diff --git a/images/elvish-hero-bow-attack.png b/images/elvish-hero-bow-attack.png new file mode 100644 index 00000000000..9766a6ba8e4 Binary files /dev/null and b/images/elvish-hero-bow-attack.png differ diff --git a/images/elvish-hero-bow-defend.png b/images/elvish-hero-bow-defend.png new file mode 100644 index 00000000000..032a50d649b Binary files /dev/null and b/images/elvish-hero-bow-defend.png differ diff --git a/images/elvish-hero-bow.png b/images/elvish-hero-bow.png new file mode 100644 index 00000000000..f636d7b5469 Binary files /dev/null and b/images/elvish-hero-bow.png differ diff --git a/images/elvish-hero-defend.png b/images/elvish-hero-defend.png new file mode 100644 index 00000000000..6b921290281 Binary files /dev/null and b/images/elvish-hero-defend.png differ diff --git a/images/elvish-hero.png b/images/elvish-hero.png index 366d57ff570..ca003a7b31e 100644 Binary files a/images/elvish-hero.png and b/images/elvish-hero.png differ