Add and wire new Human Duelist/Master-at-arms portrait,
...update changelogs, portrait credits.
This commit is contained in:
parent
8880d09e45
commit
544c51987e
7 changed files with 29 additions and 0 deletions
|
@ -3,6 +3,7 @@ Version 1.7.2+svn:
|
|||
* Under the Burning Suns
|
||||
* Fixed bug #13978: UtBS: "stun" ability doesn't modify enemy ZoC
|
||||
* Graphics:
|
||||
* New portrait for the Duelist.
|
||||
* New unit graphics and animations for the Troll Hero.
|
||||
* Language and i18n:
|
||||
* Updated translations: Dutch, Estonian, French
|
||||
|
|
|
@ -71,6 +71,7 @@ Human Loyalists:
|
|||
Horseman
|
||||
Knight
|
||||
Cavalryman
|
||||
Duelist
|
||||
|
||||
|
||||
thespaceinvader/Philip Barber:
|
||||
|
|
BIN
data/core/images/portraits/humans/duelist.png
Normal file
BIN
data/core/images/portraits/humans/duelist.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
BIN
data/core/images/portraits/humans/transparent/duelist.png
Normal file
BIN
data/core/images/portraits/humans/transparent/duelist.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 156 KiB |
|
@ -4,6 +4,7 @@
|
|||
name= _ "Duelist"
|
||||
race=human
|
||||
image="units/human-loyalists/duelist.png"
|
||||
profile="portraits/humans/duelist.png"
|
||||
{MAGENTA_IS_THE_TEAM_COLOR}
|
||||
hitpoints=44
|
||||
movement_type=elusivefoot
|
||||
|
@ -19,6 +20,18 @@
|
|||
Experienced fencers, who often look the part, even if not actually of noble birth, carry with them a small crossbow that is easily concealed under a coat or cape. Slow to load and often thought dishonorable to use, it is in fact very useful, and those of their ranks who live long enough to be veterans typically do so by making such concessions to utility and survival."+{SPECIAL_NOTES}+{SPECIAL_NOTES_SKIRMISHER}
|
||||
die_sound={SOUND_LIST:HUMAN_DIE}
|
||||
{DEFENSE_ANIM "units/human-loyalists/duelist-defend.png" "units/human-loyalists/duelist.png" {SOUND_LIST:HUMAN_HIT} }
|
||||
[portrait]
|
||||
size=400
|
||||
side="left"
|
||||
mirror="false"
|
||||
image="portraits/humans/transparent/duelist.png"
|
||||
[/portrait]
|
||||
[portrait]
|
||||
size=400
|
||||
side="right"
|
||||
mirror="true"
|
||||
image="portraits/humans/transparent/duelist.png"
|
||||
[/portrait]
|
||||
[resistance]
|
||||
cold=90
|
||||
[/resistance]
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
name= _ "Master at Arms"
|
||||
race=human
|
||||
image="units/human-loyalists/master-at-arms.png"
|
||||
profile="portraits/humans/duelist.png"
|
||||
{MAGENTA_IS_THE_TEAM_COLOR}
|
||||
hitpoints=57
|
||||
movement_type=elusivefoot
|
||||
|
@ -20,6 +21,18 @@
|
|||
They usually have the luxury of choosing their appointments, and are free to roam the land should they so choose. Often, they will be found as the captains of a castle guard, or as the master of a military academy, positions in which their flamboyant nature is not only accepted, but is perhaps even useful."+{SPECIAL_NOTES}+{SPECIAL_NOTES_SKIRMISHER}
|
||||
{DEFENSE_ANIM "units/human-loyalists/master-at-arms-defend-2.png" "units/human-loyalists/master-at-arms-defend-1.png" {SOUND_LIST:HUMAN_HIT} }
|
||||
die_sound={SOUND_LIST:HUMAN_DIE}
|
||||
[portrait]
|
||||
size=400
|
||||
side="left"
|
||||
mirror="false"
|
||||
image="portraits/humans/transparent/duelist.png"
|
||||
[/portrait]
|
||||
[portrait]
|
||||
size=400
|
||||
side="right"
|
||||
mirror="true"
|
||||
image="portraits/humans/transparent/duelist.png"
|
||||
[/portrait]
|
||||
[resistance]
|
||||
cold=90
|
||||
[/resistance]
|
||||
|
|
|
@ -8,6 +8,7 @@ Version 1.7.2+svn:
|
|||
* Fixed bug #13978: UtBS: "stun" ability doesn't modify enemy ZoC
|
||||
|
||||
* Graphics
|
||||
* New portrait for the Duelist
|
||||
* New unit graphics and animations for the Troll Hero.
|
||||
|
||||
* Language and translations
|
||||
|
|
Loading…
Add table
Reference in a new issue