Add and wire Kitty's male Thief portrait, update changelogs, portrait credits.
This commit is contained in:
parent
038ba7ee06
commit
367f12782c
6 changed files with 28 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
Version 1.5.12+svn:
|
||||
* Graphics:
|
||||
* New portrait for the Woodsman, Bowman
|
||||
* New portrait for the Woodsman, Bowman, male Thief
|
||||
* Language and i18n:
|
||||
* updated translations: Chinese (Simplified), Czech, French, Finnish,
|
||||
Hungarian, Polish, Russian, Slovak, Turkish
|
||||
|
|
|
@ -29,6 +29,8 @@ Human Mages:
|
|||
Silver Mage male and female
|
||||
Arch Mage male and female
|
||||
Mage of Light male and female
|
||||
Human Outlaws
|
||||
Thief male and female
|
||||
Others:
|
||||
Troll Whelp
|
||||
Undead Lich
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 48 KiB |
BIN
data/core/images/portraits/humans/transparent/thief.png
Normal file
BIN
data/core/images/portraits/humans/transparent/thief.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 149 KiB |
|
@ -19,6 +19,18 @@
|
|||
usage=fighter
|
||||
description= _ "For as long as anyone can remember, the members of the various 'guilds' of rat-catchers that spring up in any larger city have had a curious practice of bleaching their hair with lime till it becomes a pale shade of blue. It is a bold thing to do, as their profession often delves into less-than-legal enterprises. Thieves have many skills, and by necessity are both light on their feet, and good with knives. They happily employ less-than-honorable tactics in combat, seeing little merit in a 'fair fight'."+{SPECIAL_NOTES}+{SPECIAL_NOTES_BACKSTAB}
|
||||
die_sound={SOUND_LIST:HUMAN_DIE}
|
||||
[portrait]
|
||||
size=400
|
||||
side="left"
|
||||
mirror="false"
|
||||
image="portraits/humans/transparent/thief.png"
|
||||
[/portrait]
|
||||
[portrait]
|
||||
size=400
|
||||
side="right"
|
||||
mirror="true"
|
||||
image="portraits/humans/transparent/thief.png"
|
||||
[/portrait]
|
||||
[death]
|
||||
start_time=0
|
||||
[frame]
|
||||
|
@ -367,6 +379,18 @@
|
|||
image="units/human-outlaws/thief+female.png"
|
||||
profile="portraits/humans/thief+female.png"
|
||||
die_sound={SOUND_LIST:HUMAN_FEMALE_DIE}
|
||||
[portrait]
|
||||
size=400
|
||||
side="left"
|
||||
mirror="false"
|
||||
image="portraits/humans/transparent/thief+female.png"
|
||||
[/portrait]
|
||||
[portrait]
|
||||
size=400
|
||||
side="right"
|
||||
mirror="true"
|
||||
image="portraits/humans/transparent/thief+female.png"
|
||||
[/portrait]
|
||||
[death]
|
||||
start_time=0
|
||||
[frame]
|
||||
|
|
|
@ -4,7 +4,7 @@ changelog: http://svn.gna.org/viewcvs/*checkout*/wesnoth/trunk/changelog
|
|||
|
||||
Version 1.5.12+svn
|
||||
* Graphics:
|
||||
* New portrait for the Woodsman, Bowman
|
||||
* New portrait for the Woodsman, Bowman, male Thief
|
||||
* Language and translations
|
||||
* Updated translations: Chinese (Simplified), Czech, French, Finnish,
|
||||
Hungarian, Polish, Russian, Slovak, Turkish.
|
||||
|
|
Loading…
Add table
Reference in a new issue