Add and wire Kitty's Trapper portrait, update changelogs, portrait credits.
This commit is contained in:
parent
e981ebc3d4
commit
55fa8f0851
7 changed files with 29 additions and 4 deletions
|
@ -12,7 +12,7 @@ Version 1.7.0-svn:
|
|||
~RC(palette1=palette2) syntax anymore. ~PAL(palette1>palette2) should
|
||||
be used instead
|
||||
* New portrait for Orc Grunt, Dwarf Fighter (alternative), Goblin Spearman
|
||||
Ogre/Young Ogre
|
||||
Ogre/Young Ogre, Trapper
|
||||
* Language and i18n:
|
||||
* new translations: Icelandic
|
||||
* updated translations: British English, Catalan, Chinese (Simplified),
|
||||
|
|
|
@ -33,6 +33,7 @@ Human Mages:
|
|||
Human Outlaws
|
||||
Thief/Rogue male and female
|
||||
Assassin male and female
|
||||
Trapper
|
||||
Others:
|
||||
Troll Whelp
|
||||
Gryphon
|
||||
|
|
BIN
data/core/images/portraits/humans/transparent/trapper.png
Normal file
BIN
data/core/images/portraits/humans/transparent/trapper.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 142 KiB |
BIN
data/core/images/portraits/humans/trapper.png
Normal file
BIN
data/core/images/portraits/humans/trapper.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 44 KiB |
|
@ -5,7 +5,7 @@
|
|||
race=human
|
||||
image="units/human-outlaws/poacher.png"
|
||||
{MAGENTA_IS_THE_TEAM_COLOR}
|
||||
profile=portraits/humans/poacher.png
|
||||
profile=portraits/humans/trapper.png
|
||||
ellipse="misc/ellipse"
|
||||
hitpoints=32
|
||||
movement_type=smallfoot
|
||||
|
@ -24,6 +24,18 @@ Because of their experience, these hunters are unusually capable at night, and i
|
|||
die_sound={SOUND_LIST:HUMAN_DIE}
|
||||
{DEFENSE_ANIM_RANGE "units/human-outlaws/poacher-defend.png" "units/human-outlaws/poacher-dagger.png" {SOUND_LIST:HUMAN_HIT} melee }
|
||||
{DEFENSE_ANIM_RANGE "units/human-outlaws/poacher-bow-defend.png" "units/human-outlaws/poacher.png" {SOUND_LIST:HUMAN_HIT} ranged }
|
||||
[portrait]
|
||||
size=400
|
||||
side="left"
|
||||
mirror="false"
|
||||
image="portraits/humans/transparent/trapper.png"
|
||||
[/portrait]
|
||||
[portrait]
|
||||
size=400
|
||||
side="right"
|
||||
mirror="true"
|
||||
image="portraits/humans/transparent/trapper.png"
|
||||
[/portrait]
|
||||
[movement_costs]
|
||||
swamp_water=2
|
||||
[/movement_costs]
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
race=human
|
||||
image="units/human-outlaws/trapper.png"
|
||||
{MAGENTA_IS_THE_TEAM_COLOR}
|
||||
profile=portraits/humans/poacher.png
|
||||
profile=portraits/humans/trapper.png
|
||||
hitpoints=45
|
||||
movement_type=smallfoot
|
||||
movement=5
|
||||
|
@ -23,6 +23,18 @@ Their skill at hunting is very useful in combat, and also leaves them unusually
|
|||
die_sound={SOUND_LIST:HUMAN_DIE}
|
||||
{DEFENSE_ANIM_RANGE "units/human-outlaws/trapper-defend.png" "units/human-outlaws/trapper-dagger.png" {SOUND_LIST:HUMAN_HIT} melee }
|
||||
{DEFENSE_ANIM_RANGE "units/human-outlaws/trapper-bow-defend.png" "units/human-outlaws/trapper.png" {SOUND_LIST:HUMAN_HIT} ranged }
|
||||
[portrait]
|
||||
size=400
|
||||
side="left"
|
||||
mirror="false"
|
||||
image="portraits/humans/transparent/trapper.png"
|
||||
[/portrait]
|
||||
[portrait]
|
||||
size=400
|
||||
side="right"
|
||||
mirror="true"
|
||||
image="portraits/humans/transparent/trapper.png"
|
||||
[/portrait]
|
||||
[movement_costs]
|
||||
swamp_water=2
|
||||
[/movement_costs]
|
||||
|
|
|
@ -8,7 +8,7 @@ Version 1.7.0-svn:
|
|||
and it is now <preferences>/data/add-ons.
|
||||
* Graphics:
|
||||
* New portrait for Orc Grunt, Dwarf Fighter (alternative), Goblin Spearman,
|
||||
Ogre/Young Ogre
|
||||
Ogre/Young Ogre, Trapper
|
||||
* Language and translations
|
||||
* New translations: Icelandic.
|
||||
* Updated translations: British English, Catalan, Chinese (Simplified),
|
||||
|
|
Loading…
Add table
Reference in a new issue