New graphics for the troll shaman.

This commit is contained in:
Lari Nieminen 2008-11-03 12:32:40 +00:00
parent f8d75639b9
commit cc650b7c50
17 changed files with 33 additions and 19 deletions

View file

@ -21,6 +21,8 @@ Version 1.5.5+svn:
This fixes an issue with some window managers grabbing the event.
* Added basic mask applying feature
* Added basic mask creation ("diff") feature
* Graphics
* New or updated unit frames: Troll Shaman.
* Help menu
* ability upgrades for max-level advancements are now listed (bug #10337)
* Language and i18n:

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View file

@ -22,7 +22,7 @@
cost=32
usage=mixed fighter
description= _ "Troll shamans are the mystical leaders of the trolls. Though not as strong or tough as other trolls, their true power lies in their fire magic, which they use to blast enemies with gouts of fire."+{SPECIAL_NOTES}+{SPECIAL_NOTES_REGENERATES}+{SPECIAL_NOTES_MAGICAL}
{DEFENSE_ANIM "units/trolls/shaman-defend.png" "units/trolls/shaman.png" {SOUND_LIST:TROLL_HIT} }
{DEFENSE_ANIM "units/trolls/shaman-defend-2.png" "units/trolls/shaman-defend-1.png" {SOUND_LIST:TROLL_HIT} }
die_sound={SOUND_LIST:TROLL_DIE}
#melee attack should be worse than troll rocklobber,
#since shaman has suck a better ranged attack
@ -65,23 +65,32 @@
[filter_attack]
name=fist
[/filter_attack]
[if]
hits=yes
[frame]
sound=fist.ogg
begin=-150
end=150
image=units/trolls/shaman-melee.png
[/frame]
[/if]
[else]
hits=no
[frame]
sound={SOUND_LIST:MISS}
begin=-150
end=150
image=units/trolls/shaman-melee.png
[/frame]
[/else]
offset=0.0~0.3,0.3~0.5,0.5~0.60,0.60~0.3,0.3~0.0
start_time=-300
{SOUND:HIT_AND_MISS fist.ogg {SOUND_LIST:MISS} -100}
[frame]
duration=100
image=units/trolls/shaman-fist-1.png
[/frame]
[frame]
duration=100
image=units/trolls/shaman-fist-2.png
[/frame]
[frame]
duration=100
image=units/trolls/shaman-fist-3.png
[/frame]
[frame]
duration=100
image=units/trolls/shaman-fist-4.png
[/frame]
[frame]
duration=100
image=units/trolls/shaman-fist-5.png
[/frame]
[frame]
duration=50
image=units/trolls/shaman.png
[/frame]
[/attack_anim]
[/unit_type]

View file

@ -36,6 +36,9 @@ Version 1.5.5+svn:
* Added basic mask applying feature
* Added basic mask creation ("diff") feature
* Graphics
* New or updated unit frames: Troll Shaman.
* Miscellaneous and bugfixes
* There is a new revision of the main Wesnoth map with more placenames
on it.