Add and wire new Inferno Drake portrait, update changelogs, portrait credits.
This commit is contained in:
parent
a1223ae0a3
commit
dbdfb43670
8 changed files with 25 additions and 7 deletions
|
@ -5,6 +5,7 @@ Version 1.9.0+svn:
|
|||
* Graphics
|
||||
* New animations: Merman Hunter ranged animation and defence, Warrior se
|
||||
attack and defence.
|
||||
* New portraits: Inferno Drake
|
||||
* Units
|
||||
* Added the Ghast unit from DiD to core with new base frame and animations.
|
||||
* WML Engine:
|
||||
|
|
|
@ -118,6 +118,7 @@ thespaceinvader/Philip Barber:
|
|||
Drakes:
|
||||
Fighter
|
||||
Burner
|
||||
Inferno
|
||||
Saurians:
|
||||
Augur
|
||||
Skirmisher
|
||||
|
|
BIN
data/core/images/portraits/drakes/inferno.png
Normal file
BIN
data/core/images/portraits/drakes/inferno.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 53 KiB |
BIN
data/core/images/portraits/drakes/transparent/inferno.png
Normal file
BIN
data/core/images/portraits/drakes/transparent/inferno.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 280 KiB |
|
@ -5,7 +5,7 @@
|
|||
race=drake
|
||||
image="units/drakes/armageddon.png"
|
||||
ellipse="misc/ellipse"
|
||||
profile="portraits/drakes/burner.png"
|
||||
profile="portraits/drakes/inferno.png"
|
||||
{MAGENTA_IS_THE_TEAM_COLOR}
|
||||
hitpoints=98
|
||||
movement_type=drakefly
|
||||
|
@ -27,6 +27,21 @@
|
|||
# wmllint: local spelling Armageddon
|
||||
description= _ "Were it not for the armor they wear, certain drakes might be indistinguishable from true dragons, at least to the lesser races for whom dragons are but legend. The creatures known as 'Armageddon Drakes' are towering things, both immune to and possessed of a tremendous fire."
|
||||
die_sound=drake-die.ogg
|
||||
|
||||
[portrait]
|
||||
size=400
|
||||
side="left"
|
||||
mirror="false"
|
||||
image="portraits/drakes/transparent/inferno.png"
|
||||
[/portrait]
|
||||
[portrait]
|
||||
size=400
|
||||
side="right"
|
||||
mirror="true"
|
||||
image="portraits/drakes/transparent/inferno.png"
|
||||
[/portrait]
|
||||
|
||||
|
||||
{DEFENSE_ANIM "units/drakes/armageddon-defend-2.png" "units/drakes/armageddon-defend-1.png" {SOUND_LIST:DRAKE_HIT} }
|
||||
{DRAKE_STANDING_ANIM armageddon}
|
||||
{DRAKE_MOVEMENT_ANIM armageddon}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
name= _ "Fire Drake"
|
||||
race=drake
|
||||
image="units/drakes/fire.png"
|
||||
profile="portraits/drakes/burner.png"
|
||||
profile="portraits/drakes/inferno.png"
|
||||
{MAGENTA_IS_THE_TEAM_COLOR}
|
||||
hitpoints=63
|
||||
movement_type=drakefly
|
||||
|
@ -26,13 +26,13 @@
|
|||
size=400
|
||||
side="left"
|
||||
mirror="false"
|
||||
image="portraits/drakes/transparent/burner.png"
|
||||
image="portraits/drakes/transparent/inferno.png"
|
||||
[/portrait]
|
||||
[portrait]
|
||||
size=400
|
||||
side="right"
|
||||
mirror="true"
|
||||
image="portraits/drakes/transparent/burner.png"
|
||||
image="portraits/drakes/transparent/inferno.png"
|
||||
[/portrait]
|
||||
{DRAKE_STANDING_ANIM fire}
|
||||
{DRAKE_MOVEMENT_ANIM fire}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
name= _ "Inferno Drake"
|
||||
race=drake
|
||||
image="units/drakes/inferno.png"
|
||||
profile="portraits/drakes/burner.png"
|
||||
profile="portraits/drakes/inferno.png"
|
||||
{MAGENTA_IS_THE_TEAM_COLOR}
|
||||
hitpoints=82
|
||||
movement_type=drakefly
|
||||
|
@ -28,13 +28,13 @@
|
|||
size=400
|
||||
side="left"
|
||||
mirror="false"
|
||||
image="portraits/drakes/transparent/burner.png"
|
||||
image="portraits/drakes/transparent/inferno.png"
|
||||
[/portrait]
|
||||
[portrait]
|
||||
size=400
|
||||
side="right"
|
||||
mirror="true"
|
||||
image="portraits/drakes/transparent/burner.png"
|
||||
image="portraits/drakes/transparent/inferno.png"
|
||||
[/portrait]
|
||||
{DRAKE_STANDING_ANIM inferno}
|
||||
{DRAKE_MOVEMENT_ANIM inferno}
|
||||
|
|
|
@ -8,6 +8,7 @@ Version 1.9.0+svn:
|
|||
* Graphics
|
||||
* New animations: Merman Hunter ranged animation and defence, Warrior se
|
||||
attack and defence.
|
||||
* New portraits: Inferno Drake
|
||||
* Units
|
||||
* Added the Ghast unit from DiD to core with new base frame and animations.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue