Add and wire JustinOperable's Ogre portrait,
...update changelogs, portrait credits, add JustinOperable to about.cfg.
This commit is contained in:
parent
bcc7e973c9
commit
991610105c
8 changed files with 36 additions and 1 deletions
|
@ -12,6 +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
|
||||
* Language and i18n:
|
||||
* new translations: Icelandic
|
||||
* updated translations: British English, Catalan, Chinese (Simplified),
|
||||
|
|
|
@ -470,6 +470,10 @@
|
|||
name = "Jonatan Alamà (tin)"
|
||||
comment = "made red logo used until before v1.0"
|
||||
[/entry]
|
||||
[entry]
|
||||
name = "Justin Nichols (JustinOperable)"
|
||||
comment = "Portrait artwork"
|
||||
[/entry]
|
||||
[entry]
|
||||
name = "Kim Holm (DUHH)"
|
||||
comment = "Portrait artwork"
|
||||
|
|
|
@ -82,6 +82,9 @@ Sleepwalker/Marcus Rosén
|
|||
DUHH/Kim Holm
|
||||
Dwarf Fighter alternate
|
||||
|
||||
JustinOperable/Justin Nichols
|
||||
Ogre
|
||||
|
||||
thespaceinvader/Philip Barber and Girgistan/Christian Sirviö:
|
||||
Undead Death Knight
|
||||
|
||||
|
|
BIN
data/core/images/portraits/monsters/ogre.png
Normal file
BIN
data/core/images/portraits/monsters/ogre.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 45 KiB |
BIN
data/core/images/portraits/monsters/transparent/ogre.png
Normal file
BIN
data/core/images/portraits/monsters/transparent/ogre.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 148 KiB |
|
@ -4,6 +4,7 @@
|
|||
name= _ "Ogre"
|
||||
race=ogre
|
||||
image="units/ogres/ogre.png"
|
||||
profile="portraits/monsters/ogre.png"
|
||||
{MAGENTA_IS_THE_TEAM_COLOR}
|
||||
hitpoints=68
|
||||
movement_type=largefoot
|
||||
|
@ -20,6 +21,18 @@
|
|||
usage=fighter
|
||||
description= _ "Ogres are giant creatures that usually live alone in the wilderness, remarkably similar to humans in form, though large and misshapen. While they can be easily outrun or outsmarted, their strength is not to be underestimated."
|
||||
die_sound={SOUND_LIST:OGRE_DIE}
|
||||
[portrait]
|
||||
size=400
|
||||
side="left"
|
||||
mirror="false"
|
||||
image="portraits/monsters/transparent/ogre.png"
|
||||
[/portrait]
|
||||
[portrait]
|
||||
size=400
|
||||
side="right"
|
||||
mirror="true"
|
||||
image="portraits/monsters/transparent/ogre.png"
|
||||
[/portrait]
|
||||
[attack]
|
||||
name=cleaver
|
||||
description=_"cleaver"
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
name= _ "Young Ogre"
|
||||
race=ogre
|
||||
image="units/ogres/young-ogre.png"
|
||||
profile="portraits/monsters/ogre.png"
|
||||
ellipse="misc/ellipse"
|
||||
{MAGENTA_IS_THE_TEAM_COLOR}
|
||||
hitpoints=42
|
||||
|
@ -20,6 +21,18 @@
|
|||
usage=fighter
|
||||
description= _ "When still young, Ogres are sometimes captured and taken into armies to be trained. They cannot manage weapons skillfully, but they compensate for that lack with great strength."
|
||||
die_sound={SOUND_LIST:OGRE_DIE}
|
||||
[portrait]
|
||||
size=400
|
||||
side="left"
|
||||
mirror="false"
|
||||
image="portraits/monsters/transparent/ogre.png"
|
||||
[/portrait]
|
||||
[portrait]
|
||||
size=400
|
||||
side="right"
|
||||
mirror="true"
|
||||
image="portraits/monsters/transparent/ogre.png"
|
||||
[/portrait]
|
||||
[attack]
|
||||
name=cleaver
|
||||
description=_"cleaver"
|
||||
|
|
|
@ -7,7 +7,8 @@ Version 1.7.0-svn:
|
|||
* The add-ons directory, <preferences>/data/campaigns, has been renamed
|
||||
and it is now <preferences>/data/add-ons.
|
||||
* Graphics:
|
||||
* New portrait for Orc Grunt, Dwarf Fighter (alternative), Goblin Spearman
|
||||
* New portrait for Orc Grunt, Dwarf Fighter (alternative), Goblin Spearman,
|
||||
Ogre/Young Ogre
|
||||
* Language and translations
|
||||
* New translations: Icelandic.
|
||||
* Updated translations: British English, Catalan, Chinese (Simplified),
|
||||
|
|
Loading…
Add table
Reference in a new issue