Add and wire new Human Fencer portrait, update changelogs, portrait credits.
This commit is contained in:
parent
90540e2ecd
commit
03f7e7fb68
6 changed files with 16 additions and 2 deletions
|
@ -4,7 +4,7 @@ Version 1.7.2+svn:
|
|||
* Fixed bug #13978: UtBS: "stun" ability doesn't modify enemy ZoC
|
||||
* Graphics:
|
||||
* New portrait for the Duelist, Mermaid Enchantress/Siren,
|
||||
Priestess/Diviner, Merman Fighter/Warrior.
|
||||
Priestess/Diviner, Merman Fighter/Warrior, Fencer.
|
||||
* New unit graphics and animations for the Troll Hero.
|
||||
* Language and i18n:
|
||||
* Updated translations: Dutch, Estonian, French, Hungarian
|
||||
|
|
|
@ -75,6 +75,7 @@ Human Loyalists:
|
|||
Horseman
|
||||
Knight
|
||||
Cavalryman
|
||||
Fencer
|
||||
Duelist
|
||||
|
||||
|
||||
|
|
BIN
data/core/images/portraits/humans/fencer.png
Normal file
BIN
data/core/images/portraits/humans/fencer.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
BIN
data/core/images/portraits/humans/transparent/fencer.png
Normal file
BIN
data/core/images/portraits/humans/transparent/fencer.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 143 KiB |
|
@ -4,6 +4,7 @@
|
|||
name= _ "Fencer"
|
||||
race=human
|
||||
image="units/human-loyalists/fencer.png"
|
||||
profile="portraits/humans/fencer.png"
|
||||
ellipse="misc/ellipse"
|
||||
{MAGENTA_IS_THE_TEAM_COLOR}
|
||||
hitpoints=28
|
||||
|
@ -19,6 +20,18 @@
|
|||
|
||||
Outfitted with only a dagger and saber, fencers are light on their feet and useful in many situations where their armor-bound peers are at a disadvantage. They take relish in dancing circles around troops like heavy infantry, mocking the weight of their full armor."+{SPECIAL_NOTES}+{SPECIAL_NOTES_SKIRMISHER}
|
||||
die_sound={SOUND_LIST:HUMAN_DIE}
|
||||
[portrait]
|
||||
size=400
|
||||
side="left"
|
||||
mirror="false"
|
||||
image="portraits/humans/transparent/fencer.png"
|
||||
[/portrait]
|
||||
[portrait]
|
||||
size=400
|
||||
side="right"
|
||||
mirror="true"
|
||||
image="portraits/humans/transparent/fencer.png"
|
||||
[/portrait]
|
||||
[resistance]
|
||||
cold=90
|
||||
[/resistance]
|
||||
|
|
|
@ -9,7 +9,7 @@ Version 1.7.2+svn:
|
|||
|
||||
* Graphics
|
||||
* New portrait for the Duelist, Mermaid Enchantress/Siren,
|
||||
Priestess/Diviner, Merman Fighter/Warrior.
|
||||
Priestess/Diviner, Merman Fighter/Warrior, Fencer.
|
||||
* New unit graphics and animations for the Troll Hero.
|
||||
|
||||
* Language and translations
|
||||
|
|
Loading…
Add table
Reference in a new issue