Fix the zoc/no zoc ellipses fo a few units
This commit is contained in:
parent
28bf387cd6
commit
3a70d4ced8
11 changed files with 11 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
name= _ "Goblin Impaler"
|
||||
race=goblin
|
||||
image="units/goblins/impaler.png"
|
||||
ellipse="misc/ellipse"
|
||||
hitpoints=26
|
||||
movement_type=orcishfoot
|
||||
movement=4
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
name= _ "Goblin Rouser"
|
||||
race=goblin
|
||||
image=units/goblins/rouser.png
|
||||
ellipse="misc/ellipse"
|
||||
[leading_anim]
|
||||
[frame]
|
||||
begin=-150
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
race=human
|
||||
gender=male
|
||||
image="units/human-loyalists/bowman.png"
|
||||
ellipse="misc/ellipse"
|
||||
{MAGENTA_IS_THE_TEAM_COLOR}
|
||||
hitpoints=33
|
||||
movement_type=smallfoot
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
name= _ "Spearman"
|
||||
race=human
|
||||
image="units/human-loyalists/spearman.png"
|
||||
ellipse="misc/ellipse"
|
||||
profile="portraits/core/Jason_Lutes/human-spearman.png"
|
||||
{MAGENTA_IS_THE_TEAM_COLOR}
|
||||
hitpoints=36
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
race=human
|
||||
gender=male
|
||||
image="units/human-loyalists/peasant.png"
|
||||
ellipse="misc/ellipse-nozoc"
|
||||
profile="portraits/core/Jason_Lutes/human-peasant.png"
|
||||
{MAGENTA_IS_THE_TEAM_COLOR}
|
||||
hitpoints=18
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
name= _ "Giant Mudcrawler"
|
||||
race=Monster
|
||||
image="units/monsters/giant-mudcrawler.png"
|
||||
ellipse="misc/ellipse"
|
||||
#ability=regenerates
|
||||
hitpoints=36
|
||||
movement_type=scuttlefoot
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
name= _ "Mudcrawler"
|
||||
race=Monster
|
||||
image="units/monsters/mudcrawler.png"
|
||||
ellipse="misc/ellipse-nozoc"
|
||||
#ability=regenerates
|
||||
hitpoints=20
|
||||
movement_type=scuttlefoot
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
name= _ "Blood Bat"
|
||||
race=undead
|
||||
image="units/undead/bloodbat.png"
|
||||
ellipse="misc/ellipse"
|
||||
hitpoints=27
|
||||
movement_type=undeadfly
|
||||
movement=9
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
name= _ "Vampire Bat"
|
||||
race=undead
|
||||
image="units/undead/bat.png"
|
||||
ellipse="misc/ellipse-nozoc"
|
||||
hitpoints=17
|
||||
movement_type=undeadfly
|
||||
movement=8
|
||||
|
|
|
@ -4,6 +4,7 @@ id=Soulless
|
|||
name= _ "Soulless"
|
||||
race=undead
|
||||
image="units/undead/{BASE_IMAGE}.png"
|
||||
ellipse="misc/ellipse"
|
||||
hitpoints={HP}
|
||||
movement_type={MOVETYPE}
|
||||
movement={MOVES}
|
||||
|
|
|
@ -4,6 +4,7 @@ id=Walking Corpse
|
|||
name= _ "Walking Corpse"
|
||||
race=undead
|
||||
image="units/undead/{BASE_IMAGE}.png"
|
||||
ellipse="misc/ellipse-nozoc"
|
||||
hitpoints={HP}
|
||||
movement_type={MOVETYPE}
|
||||
movement={MOVES}
|
||||
|
|
Loading…
Add table
Reference in a new issue