Add and wire Kitty's Ghost portrait, update changelogs, portrait credits.
This commit is contained in:
parent
2501ee2161
commit
282504943e
6 changed files with 19 additions and 4 deletions
|
@ -2,10 +2,11 @@ Version 1.7.0+svn:
|
|||
* AI:
|
||||
* Reworked AI code to allow easier creation of AI components.
|
||||
* Campaigns
|
||||
* Delfador's Memoirs: new portrait for Lionel.
|
||||
* Delfador's Memoirs: new portrait for Lionel.
|
||||
* Graphics
|
||||
* New portrait for the Knight. * Language and i18n:
|
||||
* Updated translations: Chinese (Traditional), Czech, French, German,
|
||||
* New portrait for Knight, Ghost.
|
||||
* Language and i18n:
|
||||
* Updated translations: Chinese (Traditional), Czech, French, German,
|
||||
Lithuanian, Serbian, Turkish
|
||||
* User interface:
|
||||
* Removed the old obsolete layout algorithm in the new widgets
|
||||
|
|
|
@ -39,6 +39,7 @@ Human Outlaws
|
|||
Others:
|
||||
Troll Whelp
|
||||
Gryphon
|
||||
Ghost
|
||||
|
||||
|
||||
Kitty/Kathrin Polikeit and Girgistan/Christian Sirviö:
|
||||
|
|
BIN
data/core/images/portraits/undead/ghost.png
Normal file
BIN
data/core/images/portraits/undead/ghost.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 54 KiB |
BIN
data/core/images/portraits/undead/transparent/ghost.png
Normal file
BIN
data/core/images/portraits/undead/transparent/ghost.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 207 KiB |
|
@ -4,6 +4,7 @@
|
|||
name= _ "Ghost"
|
||||
race=undead
|
||||
image="units/undead/ghost-s-2.png"
|
||||
profile=portraits/undead/ghost.png
|
||||
{MAGENTA_IS_THE_TEAM_COLOR}
|
||||
ellipse="misc/ellipse"
|
||||
hitpoints=18
|
||||
|
@ -19,6 +20,18 @@
|
|||
|
||||
Enslaved within a shroud of enchantments, a trapped spirit may be likened to the wind in the sails of a ship. This damned vessel becomes an unfailing servant which can be bound to whatever task their master sees fit."+{SPECIAL_NOTES}+{SPECIAL_NOTES_DRAIN}+{SPECIAL_NOTES_SPIRIT}+{SPECIAL_NOTES_ARCANE}
|
||||
die_sound=wail-long.wav
|
||||
[portrait]
|
||||
size=400
|
||||
side="left"
|
||||
mirror="false"
|
||||
image="portraits/undead/transparent/ghost.png"
|
||||
[/portrait]
|
||||
[portrait]
|
||||
size=400
|
||||
side="right"
|
||||
mirror="true"
|
||||
image="portraits/undead/transparent/ghost.png"
|
||||
[/portrait]
|
||||
[defend]
|
||||
direction=s,se,sw
|
||||
start_time=-126
|
||||
|
|
|
@ -6,7 +6,7 @@ Version 1.7.0+svn:
|
|||
* Campaigns
|
||||
* Delfador's Memoirs: new portrait for Lionel.
|
||||
* Graphics
|
||||
* New portrait for the Knight.
|
||||
* New portrait for Knight, Ghost.
|
||||
* Language and translations
|
||||
* Updated translations: Chinese (Traditional), Czech, French, German,
|
||||
Lithuanian, Serbian, Turkish.
|
||||
|
|
Loading…
Add table
Reference in a new issue