Add Kitty's Troll Whelp portrait,
...and wire LordBob's Iron Mauler into the Shock Trooper.
This commit is contained in:
parent
321926cfbd
commit
fd2e1735b6
4 changed files with 26 additions and 0 deletions
BIN
data/core/images/portraits/Kitty/transparent/troll_whelp.png
Normal file
BIN
data/core/images/portraits/Kitty/transparent/troll_whelp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 128 KiB |
BIN
data/core/images/portraits/Kitty/troll_whelp_small.png
Normal file
BIN
data/core/images/portraits/Kitty/troll_whelp_small.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 54 KiB |
|
@ -5,6 +5,7 @@
|
|||
race=human
|
||||
{TRAIT_FEARLESS}
|
||||
image="units/human-loyalists/shocktrooper.png"
|
||||
profile="portraits/Emilien_Rotival/human-ironmauler_small.png"
|
||||
{MAGENTA_IS_THE_TEAM_COLOR}
|
||||
hitpoints=52
|
||||
movement_type=armoredfoot
|
||||
|
@ -18,6 +19,18 @@
|
|||
die_sound={SOUND_LIST:HUMAN_DIE}
|
||||
usage=fighter
|
||||
{DEFENSE_ANIM "units/human-loyalists/shocktrooper-defend-2.png" "units/human-loyalists/shocktrooper-defend-1.png" {SOUND_LIST:HUMAN_HIT} }
|
||||
[portrait]
|
||||
size=400
|
||||
side="left"
|
||||
mirror="false"
|
||||
image="portraits/Emilien_Rotival/transparent/human-ironmauler.png"
|
||||
[/portrait]
|
||||
[portrait]
|
||||
size=400
|
||||
side="right"
|
||||
mirror="true"
|
||||
image="portraits/Emilien_Rotival/transparent/human-ironmauler.png"
|
||||
[/portrait]
|
||||
[attack]
|
||||
name=morning star
|
||||
description=_"morning star"
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
name= _ "Troll Whelp"
|
||||
race=troll
|
||||
image="units/trolls/whelp.png"
|
||||
profile="portraits/Kitty/troll_whelp_small.png"
|
||||
ellipse="misc/ellipse"
|
||||
{MAGENTA_IS_THE_TEAM_COLOR}
|
||||
hitpoints=42
|
||||
|
@ -21,6 +22,18 @@
|
|||
[abilities]
|
||||
{ABILITY_REGENERATES}
|
||||
[/abilities]
|
||||
[portrait]
|
||||
size=400
|
||||
side="left"
|
||||
mirror="false"
|
||||
image="portraits/Kitty/transparent/troll_whelp.png"
|
||||
[/portrait]
|
||||
[portrait]
|
||||
size=400
|
||||
side="right"
|
||||
mirror="true"
|
||||
image="portraits/Kitty/transparent/troll_whelp.png"
|
||||
[/portrait]
|
||||
[attack]
|
||||
name=fist
|
||||
description=_"fist"
|
||||
|
|
Loading…
Add table
Reference in a new issue