Add and wire new Nightgaunt portrait, update changelogs, portrait credits.
This commit is contained in:
parent
84344b3261
commit
deaec451b7
6 changed files with 20 additions and 3 deletions
|
@ -10,7 +10,7 @@ Version 1.7.5+svn:
|
|||
* Formula AI:
|
||||
* New 'reduce()' formula function
|
||||
* Graphics:
|
||||
* New portraits for Merman Spearman, Bat, Merman Netcaster
|
||||
* New portraits for Merman Spearman, Bat, Merman Netcaster, Nightgaunt
|
||||
* Added a couple of missing frames for the Inferno Drake
|
||||
* Language and i18n:
|
||||
* Updated translations: Czech, Dutch, Estonian, Finnish, French, German,
|
||||
|
|
|
@ -54,6 +54,9 @@ Merfolk
|
|||
Hunter
|
||||
Spearman
|
||||
Netcaster
|
||||
Undead:
|
||||
Ghost
|
||||
Nightgaunt
|
||||
Others:
|
||||
Troll Whelp
|
||||
Troll
|
||||
|
|
BIN
data/core/images/portraits/undead/nightgaunt.png
Normal file
BIN
data/core/images/portraits/undead/nightgaunt.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 84 KiB |
BIN
data/core/images/portraits/undead/transparent/nightgaunt.png
Normal file
BIN
data/core/images/portraits/undead/transparent/nightgaunt.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 336 KiB |
|
@ -4,6 +4,7 @@
|
|||
name= _ "Nightgaunt"
|
||||
race=undead
|
||||
image="units/undead/nightgaunt.png"
|
||||
profile=portraits/undead/nightgaunt.png
|
||||
{MAGENTA_IS_THE_TEAM_COLOR}
|
||||
hitpoints=35
|
||||
movement_type=undeadspirit
|
||||
|
@ -17,6 +18,18 @@
|
|||
usage=scout
|
||||
description= _ "The purpose of the masks that these creatures wear is unknown, as is the countenance that they obscure. These terrible forms are rarely seen by the living, and those who live to speak of them had no leisure to study their foe."+{SPECIAL_NOTES}+{SPECIAL_NOTES_BACKSTAB}+{SPECIAL_NOTES_SPIRIT}+{SPECIAL_NOTES_NIGHTSTALK}+{SPECIAL_NOTES_SKIRMISHER}
|
||||
die_sound=wail-long.wav
|
||||
[portrait]
|
||||
size=400
|
||||
side="left"
|
||||
mirror="false"
|
||||
image="portraits/undead/transparent/nightgaunt.png"
|
||||
[/portrait]
|
||||
[portrait]
|
||||
size=400
|
||||
side="right"
|
||||
mirror="true"
|
||||
image="portraits/undead/transparent/nightgaunt.png"
|
||||
[/portrait]
|
||||
{DEFENSE_ANIM "units/undead/nightgaunt-defend.png" "units/undead/nightgaunt.png" wail.wav }
|
||||
[abilities]
|
||||
{ABILITY_NIGHTSTALK}
|
||||
|
|
|
@ -6,8 +6,9 @@ Version 1.7.5+svn:
|
|||
* AI:
|
||||
* In some campaigns, such as in Legend of Wesmere, allied AI sides can now recall their veterans from earlier scenarios.
|
||||
* AI will now recruit somewhat more intilligently.
|
||||
* Graphics:
|
||||
* New portraits for Merman Spearman, Bat, Merman Netcaster
|
||||
|
||||
* Graphics:
|
||||
* New portraits for Merman Spearman, Bat, Merman Netcaster, Nightgaunt
|
||||
|
||||
* Language and translations:
|
||||
* Updated translations: Czech, Dutch, Estonian, Finnish, French, German,
|
||||
|
|
Loading…
Add table
Reference in a new issue