Gave the Goblin Pillager the same bite attack as the Wolf Rider.

This commit is contained in:
Gunter Labes 2008-10-06 15:28:55 +00:00
parent 975a21fbf5
commit 411b5b8f84
3 changed files with 57 additions and 0 deletions

View file

@ -1,6 +1,9 @@
Version 1.5.5+svn:
* Language and i18n:
* updated translations:
* Units:
* Balancing changes:
* Gave the Goblin Pillager the same bite attack as the Wolf Rider.
* WML engine:
* Created the "consider attack" and "unconsider attack" events. (bug
#12375)

View file

@ -29,6 +29,15 @@
[defense]
village=50
[/defense]
[attack]
name=fangs
description=_"fangs"
icon=attacks/fangs-animal.png
type=blade
range=melee
damage=5
number=3
[/attack]
[attack]
name=torch
description=_"torch"
@ -123,4 +132,47 @@
image="units/goblins/pillager-moving.png"
[/frame]
[/attack_anim]
[attack_anim]
[filter_attack]
name=fangs
[/filter_attack]
[if]
hits=no
[frame]
begin=-250
end=-200
image="units/goblins/pillager.png"
sound=wolf-bite-miss.ogg
[/frame]
[/if]
[else]
hits=yes
[frame]
begin=-250
end=-200
image="units/goblins/pillager.png"
sound=wolf-bite.ogg
[/frame]
[/else]
[frame]
begin=-200
end=-100
image="units/goblins/pillager-moving.png"
[/frame]
[frame]
begin=-100
end=50
image="units/goblins/pillager-attack.png"
[/frame]
[frame]
begin=50
end=100
image="units/goblins/pillager-moving.png"
[/frame]
[frame]
begin=100
end=200
image="units/goblins/pillager.png"
[/frame]
[/attack_anim]
[/unit_type]

View file

@ -6,6 +6,8 @@ Version 1.5.5+svn:
* Language and translations
* updated translations:
* Unit changes and balancing
* Gave the Goblin Pillager the same bite attack as the Wolf Rider.
Version 1.5.5:
* Campaigns