Add and wire new Dwarf Explorer base frame and animations,

...remove old Explorer graphics, update changelogs.
This commit is contained in:
Phil Barber 2009-07-11 22:47:53 +00:00
parent 8dbe0875bc
commit 78ba520192
24 changed files with 37 additions and 38 deletions

View File

@ -5,7 +5,8 @@ Version 1.7.1+svn:
* Graphics:
* New portrait for male and female Footpad, male and female Outlaw,
Horseman.
* New unit graphics and animations for the Dwarvish Scout, Pathfinder.
* New unit graphics and animations for the Dwarvish Scout, Pathfinder
and Explorer.
* Language and i18n:
* Updated translations: Czech, Estonian, Finnish, German, Italian,
Lithuanian, Polish, Serbian, Slovak

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -4,7 +4,7 @@
name= _ "Dwarvish Explorer"
race=dwarf
image=units/dwarves/explorer.png
{DEFENSE_ANIM "units/dwarves/explorer-defend.png" units/dwarves/explorer.png {SOUND_LIST:DWARF_HIT} }
{MAGENTA_IS_THE_TEAM_COLOR}
hitpoints=60
movement_type=dwarvishfoot
[movement_costs]
@ -26,6 +26,7 @@
description= _ "Dwarven Explorers often travel alone through unknown lands, slaying enemies and scouting out new deposits of ore and other precious minerals. They are strong enough to wear full battle armor, giving them added protection against physical attacks. They are powerful fighters, second only to the Dwarven lords, and their amazing maneuverability makes them dangerous indeed."
die_sound={SOUND_LIST:DWARF_DIE}
#weakened from 12 damage to 10 damage
{DEFENSE_ANIM "units/dwarves/explorer-defend-2.png" units/dwarves/explorer-defend-1.png {SOUND_LIST:DWARF_HIT} }
[attack]
name=battle axe
description= _"battle axe"
@ -49,38 +50,33 @@
name=axe
[/filter_attack]
{MISSILE_FRAME_HATCHET}
[frame]
begin=-300
end=-100
image="units/dwarves/explorer-ranged-1.png"
[/frame]
[if]
hits=yes
[frame]
begin=-250
end=-100
image=units/dwarves/explorer-ranged1.png
begin=-100
end=100
image=units/dwarves/explorer-ranged-2.png
sound=hatchet.wav
[/frame]
[/if]
[else]
hits=no
[frame]
begin=-250
end=-100
image=units/dwarves/explorer-ranged1.png
begin=-100
end=100
image=units/dwarves/explorer-ranged-2.png
sound=hatchet-miss.wav
[/frame]
[/else]
[frame]
begin=-100
end=0
image=units/dwarves/explorer-ranged2.png
[/frame]
[frame]
begin=0
end=100
image=units/dwarves/explorer-ranged3.png
[/frame]
[frame]
begin=100
end=200
image=units/dwarves/explorer-ranged4.png
image=units/dwarves/explorer-ranged-3.png
[/frame]
[/attack_anim]
[attack_anim]
@ -88,43 +84,44 @@
range=melee
name=battle axe
[/filter_attack]
start_time=-260
offset=0.0~0.1:210,0.1~0.6:150,0.6~0.0:150
[frame]
begin=-200
end=-100
image=units/dwarves/explorer-attack1.png
duration=80
image="units/dwarves/explorer-melee-1.png"
[/frame]
[frame]
begin=-100
end=0
image=units/dwarves/explorer-attack2.png
duration=80
image="units/dwarves/explorer-melee-2.png"
[/frame]
[frame]
begin=0
end=50
image=units/dwarves/explorer-attack3.png
duration=50
image="units/dwarves/explorer-melee-3.png"
[/frame]
[if]
hits=yes
[frame]
begin=50
end=100
image=units/dwarves/explorer-attack3.png
duration=50
image="units/dwarves/explorer-melee-4.png"
sound=axe.ogg
[/frame]
[/if]
[else]
hits=no
[frame]
begin=50
end=100
image=units/dwarves/explorer-attack3.png
duration=50
image="units/dwarves/explorer-melee-4.png"
sound={SOUND_LIST:MISS}
[/frame]
[/else]
[frame]
begin=100
end=200
image=units/dwarves/explorer-attack4.png
duration=100
image="units/dwarves/explorer-melee-5.png"
[/frame]
[frame]
duration=100
image="units/dwarves/explorer-melee-6.png"
[/frame]
[/attack_anim]
[/unit_type]

View File

@ -10,7 +10,8 @@ Version 1.7.1+svn:
* Graphics
* New portrait for male and female Footpad, male and female Outlaw,
Horseman.
* New unit graphics and animations for the Dwarvish Scout, Pathfinder.
* New unit graphics and animations for the Dwarvish Scout, Pathfinder,
and Explorer.
* Language and translations
* Updated translations: Czech, Estonian, Finnish, German, Italian,