Add and wire new Giant Mudcrawler portrait by kitty.
Update changelogs, portrait credits.
This commit is contained in:
parent
731742cdcb
commit
a00e4ff50b
7 changed files with 30 additions and 2 deletions
|
@ -26,7 +26,7 @@ Version 1.9.0-svn:
|
|||
* Graphics
|
||||
* Added new portraits for: the Orc Archer, Crossbowman, Slurbow, Sayer,
|
||||
several new Orc Grunt line alternates, Draug and one alternate, Ghoul,
|
||||
Skeleton Archer line.
|
||||
Skeleton Archer line, Giant Mudcrawler.
|
||||
* New animations (not yet including leading animations) for Drake Flare
|
||||
and Flameheart, Dwarf Lord ranged attack, Dwarf guard melee attack.
|
||||
* New base frame and animations for Armageddon Drake.
|
||||
|
|
|
@ -66,6 +66,7 @@ Others:
|
|||
Ghost
|
||||
Naga Fighter
|
||||
Naga Myrmidon
|
||||
Giant Mudcrawler
|
||||
|
||||
|
||||
Kitty/Kathrin Polikeit and Girgistan/Christian Sirviö:
|
||||
|
|
BIN
data/core/images/portraits/monsters/giant-mudcrawler.png
Normal file
BIN
data/core/images/portraits/monsters/giant-mudcrawler.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 64 KiB |
Binary file not shown.
After Width: | Height: | Size: 209 KiB |
|
@ -4,6 +4,7 @@
|
|||
name= _ "Giant Mudcrawler"
|
||||
race=monster
|
||||
image="units/monsters/giant-mudcrawler.png"
|
||||
profile="portraits/monsters/giant-mudcrawler.png"
|
||||
ellipse="misc/ellipse"
|
||||
#ability=regenerates
|
||||
hitpoints=36
|
||||
|
@ -19,6 +20,18 @@
|
|||
die_sound=squishy-hit.wav
|
||||
undead_variation=null
|
||||
usage=archer
|
||||
[portrait]
|
||||
size=400
|
||||
side="left"
|
||||
mirror="false"
|
||||
image="portraits/monsters/transparent/giant-mudcrawler.png"
|
||||
[/portrait]
|
||||
[portrait]
|
||||
size=400
|
||||
side="right"
|
||||
mirror="true"
|
||||
image="portraits/monsters/transparent/giant-mudcrawler.png"
|
||||
[/portrait]
|
||||
{DEFENSE_ANIM "units/monsters/giant-mudcrawler-defend.png" "units/monsters/giant-mudcrawler.png" squishy-hit.wav }
|
||||
[death]
|
||||
[frame]
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
# wmllint: general spelling mudcrawler mudcrawlers
|
||||
race=monster
|
||||
image="units/monsters/mudcrawler.png"
|
||||
profile="portraits/monsters/giant-mudcrawler.png"
|
||||
ellipse="misc/ellipse-nozoc"
|
||||
hitpoints=20
|
||||
movement_type=scuttlefoot
|
||||
|
@ -18,6 +19,18 @@
|
|||
usage=archer
|
||||
description= _ "Mudcrawlers are magical constructs of soil and water. They attack by belching lumps of mud at their foes."
|
||||
die_sound=squishy-hit.wav
|
||||
[portrait]
|
||||
size=400
|
||||
side="left"
|
||||
mirror="false"
|
||||
image="portraits/monsters/transparent/giant-mudcrawler.png"
|
||||
[/portrait]
|
||||
[portrait]
|
||||
size=400
|
||||
side="right"
|
||||
mirror="true"
|
||||
image="portraits/monsters/transparent/giant-mudcrawler.png"
|
||||
[/portrait]
|
||||
{DEFENSE_ANIM "units/monsters/mudcrawler-defend.png" "units/monsters/mudcrawler.png" squishy-hit.wav }
|
||||
[death]
|
||||
[frame]
|
||||
|
|
|
@ -31,7 +31,8 @@ Version 1.9.0-svn:
|
|||
* Improved Terrains: animated water, grass, savanna, desert road, cobbled
|
||||
road, human city village.
|
||||
* New Portraits: Orc Archer, Crossbowman, Slurbow, Slayer, Orc Grunt line
|
||||
alternates #4, #5 and #6, Draug and alternate, Ghoul, Skeleton Archer line.
|
||||
alternates #4, #5 and #6, Draug and alternate, Ghoul, Skeleton Archer line
|
||||
Giant Mudcrawler.
|
||||
* New Animations: Drake Flare and Flameheart (leading animation still
|
||||
missing), Dwarf Lord ranged attack, Dwarf Guard melee attack.
|
||||
* New base frame and animations for Armageddon Drake.
|
||||
|
|
Loading…
Add table
Reference in a new issue