First step of integrating the Annalist sprites and new THoT portraits.

This commit is contained in:
Eric S. Raymond 2008-02-10 18:01:28 +00:00
parent 9767281389
commit 1e6919d28f
22 changed files with 52 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View file

@ -143,6 +143,7 @@
type=Elvish Scout
description=Elurin
user_description= _ "Elurin"
profile=portraits/elurin.png
side=2
x,y=5,17
facing=sw # Flip Elurin around so he's facing the dwarves.

View file

@ -24,7 +24,6 @@
{ABILITY_LEADERSHIP_LEVEL_3}
{ABILITY_UNPOISON}
[/abilities]
{DEFENSE_ANIM "units/annalist-defend.png" "units/annalist.png" {SOUND_LIST:DWARF_HIT} }
die_sound={SOUND_LIST:DWARF_DIE}
[attack]
name=chainmace
@ -94,5 +93,56 @@
image=projectiles/bolas-n.png
image_diagonal=projectiles/bolas-ne.png
[/missile_frame]
[if]
hits=yes
[frame]
begin=-300
end=-200
image=units/annalist-ranged-1.png
sound=hatchet.wav
[/frame]
[/if]
[else]
hits=no
[frame]
begin=-300
end=-200
image=units/annalist-ranged-1.png
sound=hatchet-miss.wav
[/frame]
[/else]
[frame]
begin=-200
end=-100
image=units/annalist-ranged-2.png
[/frame]
{SOUND:SLOW}
[/attack_anim]
[defend]
[frame]
begin=-126
end=-125
image="units/annalist.png"
[/frame]
[frame]
begin=-125
end=-42
image="units/annalist-defend-1.png"
[/frame]
[frame]
begin=-42
end=41
image="units/annalist-defend-2.png"
[/frame]
[frame]
begin=41
end=125
image="units/annalist-defend-3.png"
[/frame]
[frame]
begin=125
end=126
image="units/annalist.png"
[/frame]
[/defend]
[/unit]