Add my Dwarf Sentinel portrait, update changelogs, portrait credits.
This commit is contained in:
parent
99e4409472
commit
922af380bf
7 changed files with 29 additions and 4 deletions
|
@ -12,7 +12,7 @@ Version 1.5.8+svn:
|
|||
* Graphics:
|
||||
* Removed the black background from some remaining old portraits
|
||||
* New portrait for Dwarf Thunderer, Dwarf Dragonguard, Human Pikeman, Dwarf
|
||||
Fighter, Dwarf Lord, Dwarf Guard, Mermaid Initiate.
|
||||
Fighter, Dwarf Lord, Dwarf Guard, Mermaid Initiate, Dwarf Sentinel.
|
||||
* Image-path functions:
|
||||
* All image path functions except RC() and TC() can now be stacked
|
||||
correctly and the order of precedence is from left to right. This
|
||||
|
|
|
@ -57,6 +57,7 @@ Dwarves:
|
|||
Fighter
|
||||
Lord
|
||||
Guard
|
||||
Sentinel
|
||||
|
||||
|
||||
Sleepwalker
|
||||
|
|
BIN
data/core/images/portraits/dwarves/sentinel.png
Normal file
BIN
data/core/images/portraits/dwarves/sentinel.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 48 KiB |
BIN
data/core/images/portraits/dwarves/transparent/sentinel.png
Normal file
BIN
data/core/images/portraits/dwarves/transparent/sentinel.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 153 KiB |
|
@ -4,7 +4,7 @@
|
|||
name= _ "Dwarvish Sentinel"
|
||||
race=dwarf
|
||||
image="units/dwarves/sentinel.png"
|
||||
profile=portraits/dwarves/dwarf-guard.png
|
||||
profile=portraits/dwarves/sentinel.png
|
||||
{MAGENTA_IS_THE_TEAM_COLOR}
|
||||
hitpoints=68
|
||||
movement_type=dwarvishfoot
|
||||
|
@ -20,6 +20,18 @@
|
|||
description= _ "Champions among their fellow troops, the dwarven sentinels form the bulwark of their battle lines. Leading a direct assault against a line that they fortify, is often out of the question; it tends toward being suicidal, rather than merely ineffectual. These dwarves are masters of the melee, and can hold a patch of earth with the singleminded tenacity of an oak."+{SPECIAL_NOTES}+{SPECIAL_NOTES_STEADFAST}
|
||||
die_sound={SOUND_LIST:DWARF_DIE}
|
||||
{DEFENSE_ANIM "units/dwarves/sentinel-defend-2.png" "units/dwarves/sentinel-defend-1.png" {SOUND_LIST:DWARF_HIT} }
|
||||
[portrait]
|
||||
size=400
|
||||
side="left"
|
||||
mirror="false"
|
||||
image="portraits/dwarves/transparent/sentinel.png"
|
||||
[/portrait]
|
||||
[portrait]
|
||||
size=400
|
||||
side="right"
|
||||
mirror="true"
|
||||
image="portraits/dwarves/transparent/sentinel.png"
|
||||
[/portrait]
|
||||
[defense]
|
||||
flat=60
|
||||
forest=60
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
name= _ "Dwarvish Stalwart"
|
||||
race=dwarf
|
||||
image="units/dwarves/stalwart.png"
|
||||
profile=portraits/dwarves/dwarf-guard.png
|
||||
profile=portraits/dwarves/sentinel.png
|
||||
{MAGENTA_IS_THE_TEAM_COLOR}
|
||||
hitpoints=54
|
||||
movement_type=dwarvishfoot
|
||||
|
@ -19,6 +19,18 @@
|
|||
description= _ "The wiles of experience and training turn guardsmen into worthy soldiers. These stalwart troops are equipped to match their skills, and can hold their ground against all but the most visceral assault. It is a dangerous thing to lose a foothold to one such as these, for it will not be easily reprised."+{SPECIAL_NOTES}+{SPECIAL_NOTES_STEADFAST}
|
||||
die_sound={SOUND_LIST:DWARF_DIE}
|
||||
{DEFENSE_ANIM "units/dwarves/stalwart-defend-2.png" "units/dwarves/stalwart-defend-1.png" {SOUND_LIST:DWARF_HIT} }
|
||||
[portrait]
|
||||
size=400
|
||||
side="left"
|
||||
mirror="false"
|
||||
image="portraits/dwarves/transparent/sentinel.png"
|
||||
[/portrait]
|
||||
[portrait]
|
||||
size=400
|
||||
side="right"
|
||||
mirror="true"
|
||||
image="portraits/dwarves/transparent/sentinel.png"
|
||||
[/portrait]
|
||||
[defense]
|
||||
flat=60
|
||||
forest=60
|
||||
|
|
|
@ -18,7 +18,7 @@ Version 1.5.8+svn:
|
|||
|
||||
* Graphics
|
||||
* New portrait for Dwarf Thunderer, Dwarf Dragonguard, Human Pikeman, Dwarf
|
||||
Fighter, Dwarf Lord, Dwarf Guard, Mermaid Initiate.
|
||||
Fighter, Dwarf Lord, Dwarf Guard, Mermaid Initiate, Dwarf Sentinel.
|
||||
* Removed the black background from some remaining old portraits.
|
||||
|
||||
* Multiplayer
|
||||
|
|
Loading…
Add table
Reference in a new issue