Directional standing/defense frames for the goblins.
This commit is contained in:
parent
05efd81846
commit
d37f58c3a8
3 changed files with 13 additions and 10 deletions
|
@ -18,7 +18,11 @@
|
|||
usage=fighter
|
||||
unit_description= _ "Goblins are used by the orcs as skirmishers to disrupt the enemy's battle line. Those who manage to survive their first few battles equip themselves with a long spear to compensate for their short reach, and better armor to guard their diminuitive frames."+{SPECIAL_NOTES}+{SPECIAL_NOTES_FIRSTSTRIKE}
|
||||
die_sound={SOUND_LIST:GOBLIN_DIE}
|
||||
{DEFENSE_ANIM "units/goblins/impaler-defend.png" "units/goblins/impaler.png" {SOUND_LIST:GOBLIN_HIT} }
|
||||
|
||||
{DEFENSE_ANIM_DIRECTIONAL "units/goblins/impaler-defend.png" "units/goblins/impaler.png" "units/goblins/impaler-ne-defend.png" "units/goblins/impaler-ne.png" {SOUND_LIST:GOBLIN_HIT} }
|
||||
|
||||
{STANDING_ANIM_DIRECTIONAL "units/goblins/impaler.png" "units/goblins/impaler-ne.png"}
|
||||
|
||||
[attack]
|
||||
name=spear
|
||||
description=_"spear"
|
||||
|
|
|
@ -25,14 +25,10 @@
|
|||
usage=fighter
|
||||
unit_description= _ "Standard-bearers are an oddity amongst goblins. A goblin who has survived enough battles to be considered a veteran is rare enough, and it is rarer still for the other goblins to recognize and respect his veteran status. Nonetheless, a rouser's frenzied goading effectively steels the younger at arms to fight harder and longer before they die."+{SPECIAL_NOTES}+{SPECIAL_NOTES_LEADERSHIP}
|
||||
die_sound={SOUND_LIST:GOBLIN_DIE}
|
||||
{DEFENSE_ANIM "units/goblins/rouser-defend.png" "units/goblins/rouser.png" {SOUND_LIST:GOBLIN_HIT} }
|
||||
[defend]
|
||||
[frame]
|
||||
begin=-150
|
||||
end=150
|
||||
image=units/goblins/rouser-defend.png
|
||||
[/frame]
|
||||
[/defend]
|
||||
{DEFENSE_ANIM_DIRECTIONAL "units/goblins/rouser-defend.png" "units/goblins/rouser.png" "units/goblins/rouser-ne-defend.png" "units/goblins/rouser-ne.png" {SOUND_LIST:GOBLIN_HIT} }
|
||||
|
||||
{STANDING_ANIM_DIRECTIONAL "units/goblins/rouser.png" "units/goblins/rouser-ne.png"}
|
||||
|
||||
[abilities]
|
||||
{ABILITY_LEADERSHIP_LEVEL_1}
|
||||
[/abilities]
|
||||
|
|
|
@ -19,7 +19,10 @@
|
|||
|
||||
Some speculate that the existence of these creatures is the beginning of a failure of the orcish bloodline, though no one knows enough of their history to state anything conclusive."
|
||||
die_sound={SOUND_LIST:GOBLIN_DIE}
|
||||
{DEFENSE_ANIM "units/goblins/spearman-defend.png" "units/goblins/spearman.png" {SOUND_LIST:GOBLIN_HIT} }
|
||||
{DEFENSE_ANIM_DIRECTIONAL "units/goblins/spearman-defend.png" "units/goblins/spearman.png" "units/goblins/spearman-ne-defend.png" "units/goblins/spearman-ne.png" {SOUND_LIST:GOBLIN_HIT} }
|
||||
|
||||
{STANDING_ANIM_DIRECTIONAL "units/goblins/spearman.png" "units/goblins/spearman-ne.png"}
|
||||
|
||||
[attack]
|
||||
name=spear
|
||||
description=_"spear"
|
||||
|
|
Loading…
Add table
Reference in a new issue