Enforce zoc ellipses on Level 1 mainline units.

This will prevent these unit to have a no-zoc ellipse if they advance
from custom level 0 units (from eras or campaigns).

There is an Example in TRoW : Wose Sapling -> Wose.
This commit is contained in:
Benoît Timbert 2006-06-01 15:10:22 +00:00
parent 37b78904d6
commit b5bf64bcc8
47 changed files with 47 additions and 0 deletions

View file

@ -4,6 +4,7 @@
name= _ "Galleon"
race=mechanical
image="units/transport/galleon.png"
ellipse="misc/ellipse"
hitpoints=1
#set movement to fly so it appears above water
movement_type=fly

View file

@ -3,6 +3,7 @@
name= _ "Pirate Galleon"
race=mechanical
image="units/transport/pirate-galleon.png"
ellipse="misc/ellipse"
hitpoints=35
movement_type=float
movement=5

View file

@ -3,6 +3,7 @@
name= _ "Transport Galleon"
race=mechanical
image="units/transport/pirate-galleon.png"
ellipse="misc/ellipse"
hitpoints=30
movement_type=float
movement=6

View file

@ -3,6 +3,7 @@
name= _ "Drake Burner"
race=drake
image="units/drakes/burner.png"
ellipse="misc/ellipse"
profile="portraits/core/Alex_Jarocha-Ernst/drake-burner.png"
hitpoints=42
movement_type=drakefly

View file

@ -3,6 +3,7 @@
name= _ "Drake Clasher"
race=drake
image="units/drakes/clasher.png"
ellipse="misc/ellipse"
# image_moving="units/drakes/clasher-flying.png"
hitpoints=43
movement_type=drakefoot

View file

@ -3,6 +3,7 @@
name= _ "Drake Fighter"
race=drake
image="units/drakes/fighter.png"
ellipse="misc/ellipse"
profile="portraits/core/Alex_Jarocha-Ernst/drake-fighter.png"
hitpoints=39
movement_type=drakefly

View file

@ -3,6 +3,7 @@
name= _ "Drake Glider"
race=drake
image="units/drakes/glider.png"
ellipse="misc/ellipse"
profile="portraits/core/Alex_Jarocha-Ernst/drake-glider.png"
hitpoints=32
movement_type=drakefly

View file

@ -3,6 +3,7 @@
name= _ "Dwarvish Fighter"
race=dwarf
image="units/dwarves/fighter.png"
ellipse="misc/ellipse"
#ifdef CAMPAIGN_THE_RISE_OF_WESNOTH
profile=portraits/The_Rise_of_Wesnoth/burin.png
#endif

View file

@ -3,6 +3,7 @@
name= _ "Dwarvish Guardsman"
race=dwarf
image="units/dwarves/guard.png"
ellipse="misc/ellipse"
profile=portraits/core/James_Woo/dwarf-guard.png
hitpoints=42
movement_type=dwarvishfoot

View file

@ -3,6 +3,7 @@
name= _ "Dwarvish Thunderer"
race=dwarf
image="units/dwarves/thunderer.png"
ellipse="misc/ellipse"
{MAGENTA_IS_THE_TEAM_COLOR}
hitpoints=34
movement_type=dwarvishfoot

View file

@ -3,6 +3,7 @@
name= _ "Dwarvish Ulfserker"
race=dwarf
image="units/dwarves/ulfserker.png"
ellipse="misc/ellipse"
{MAGENTA_IS_THE_TEAM_COLOR}
hitpoints=34
movement_type=dwarvishfoot

View file

@ -5,6 +5,7 @@
gender=male,female
image="units/elves-wood/archer.png"
image_long="units/elves-wood/archer-bow.png"
ellipse="misc/ellipse"
hitpoints=29
movement_type=woodland
movement=6

View file

@ -4,6 +4,7 @@
race=elf
image="units/elves-wood/fighter.png"
image_long="units/elves-wood/fighter-bow.png"
ellipse="misc/ellipse"
{MAGENTA_IS_THE_TEAM_COLOR}
hitpoints=33
movement_type=woodland

View file

@ -2,6 +2,7 @@
id=Elvish Scout
name= _ "Elvish Scout"
image="units/elves-wood/scout.png"
ellipse="misc/ellipse"
race=elf
hitpoints=32
movement_type=woodland

View file

@ -4,6 +4,7 @@
race=elf
gender=female
image="units/elves-wood/shaman.png"
ellipse="misc/ellipse"
profile=portraits/core/Alex_Jarocha-Ernst/elvish-shaman.png
image_healing="null"
image_halo_healing="units/elves-wood/shaman-heal1.png:70,units/elves-wood/shaman-heal2.png:70,units/elves-wood/shaman-heal3.png:70,units/elves-wood/shaman-heal4.png:70,units/elves-wood/shaman-heal5.png:70,units/elves-wood/shaman-heal6.png:70,units/elves-wood/shaman-heal7.png:70,units/elves-wood/shaman-heal8.png:70,units/elves-wood/shaman-heal9.png:70"

View file

@ -3,6 +3,7 @@
name= _ "Wolf Rider"
race=goblin
image="units/goblins/wolf-rider.png"
ellipse="misc/ellipse"
hitpoints=32
movement_type=orcishfoot
movement=8

View file

@ -3,6 +3,7 @@
name= _ "Gryphon Rider"
race=dwarf
image="units/monsters/gryphon-rider.png"
ellipse="misc/ellipse"
hitpoints=34
movement_type=fly
movement=8

View file

@ -4,6 +4,7 @@
race=human
image="units/human-loyalists/horseman.png"
profile="portraits/core/Jason_Lutes/human-horseman.png"
ellipse="misc/ellipse"
{MAGENTA_IS_THE_TEAM_COLOR}
hitpoints=38
movement_type=mounted

View file

@ -3,6 +3,7 @@
name= _ "Cavalryman"
race=human
image="units/human-loyalists/cavalryman.png"
ellipse="misc/ellipse"
{MAGENTA_IS_THE_TEAM_COLOR}
hitpoints=38
movement_type=mounted

View file

@ -3,6 +3,7 @@
name= _ "Fencer"
race=human
image="units/human-loyalists/fencer.png"
ellipse="misc/ellipse"
{MAGENTA_IS_THE_TEAM_COLOR}
hitpoints=28
movement_type=elusivefoot

View file

@ -3,6 +3,7 @@
name= _ "Heavy Infantryman"
race=human
image="units/human-loyalists/heavyinfantry.png"
ellipse="misc/ellipse"
hitpoints=38
movement_type=armoredfoot
movement=4

View file

@ -3,6 +3,7 @@
name= _ "Sergeant"
race=human
image="units/human-loyalists/sergeant.png"
ellipse="misc/ellipse"
[leading_anim]
[frame]
begin=-150

View file

@ -4,6 +4,7 @@
race=human
gender=male,female
image="units/human-magi/mage.png"
ellipse="misc/ellipse"
hitpoints=24
movement_type=smallfoot
movement=5

View file

@ -4,6 +4,7 @@
race=human
gender=male,female
image="units/human-outlaws/footpad.png"
ellipse="misc/ellipse"
{MAGENTA_IS_THE_TEAM_COLOR}
hitpoints=28
movement_type=elusivefoot

View file

@ -3,6 +3,7 @@
name= _ "Poacher"
race=human
image="units/human-outlaws/poacher.png"
ellipse="misc/ellipse"
hitpoints=32
movement_type=smallfoot
movement=5

View file

@ -4,6 +4,7 @@
race=human
gender=male,female
image="units/human-outlaws/thief.png"
ellipse="misc/ellipse"
hitpoints=24
movement_type=elusivefoot
movement=6

View file

@ -3,6 +3,7 @@
name= _ "Thug"
race=human
image="units/human-outlaws/thug.png"
ellipse="misc/ellipse"
profile="portraits/core/Jason_Lutes/human-thug.png"
hitpoints=32
movement_type=smallfoot

View file

@ -4,6 +4,7 @@
race=merman
gender=female
image="units/merfolk/initiate.png"
ellipse="misc/ellipse"
profile=portraits/core/Alex_Jarocha-Ernst/mermaid-initiate.png
hitpoints=27
movement_type=swimmer

View file

@ -3,6 +3,7 @@
name= _ "Merman Fighter"
race=merman
image="units/merfolk/fighter.png"
ellipse="misc/ellipse"
profile=portraits/core/Alex_Jarocha-Ernst/merman-fighter.png
hitpoints=36
movement_type=swimmer

View file

@ -3,6 +3,7 @@
name= _ "Merman Hunter"
race=merman
image="units/merfolk/hunter.png"
ellipse="misc/ellipse"
profile=portraits/core/Alex_Jarocha-Ernst/merman-hunter.png
hitpoints=30
movement_type=swimmer

View file

@ -3,6 +3,7 @@
name= _ "Giant Scorpion"
race=monster
image="units/monsters/scorpion.png"
ellipse="misc/ellipse"
profile="portraits/core/Other/scorpion.png"
hitpoints=40
movement_type=scuttlefoot

View file

@ -3,6 +3,7 @@
name= _ "Tentacle of the Deep"
race=monster
image="units/monsters/deep-tentacle.png"
ellipse="misc/ellipse"
hitpoints=28
movement_type=float
movement=2

View file

@ -4,6 +4,7 @@
race=naga
gender=male,female
image="units/nagas/fighter.png"
ellipse="misc/ellipse"
profile=portraits/core/Alex_Jarocha-Ernst/naga-fighter.png
hitpoints=33
movement_type=naga

View file

@ -3,6 +3,7 @@
name= _ "Young Ogre"
race=ogre
image="units/ogres/young-ogre.png"
ellipse="misc/ellipse"
{MAGENTA_IS_THE_TEAM_COLOR}
hitpoints=42
movement_type=largefoot

View file

@ -3,6 +3,7 @@
name= _ "Orcish Archer"
race=orc
image="units/orcs/archer.png"
ellipse="misc/ellipse"
{MAGENTA_IS_THE_TEAM_COLOR}
hitpoints=32
movement_type=orcishfoot

View file

@ -3,6 +3,7 @@
name= _ "Orcish Assassin"
race=orc
image="units/orcs/assassin.png"
ellipse="misc/ellipse"
profile=portraits/core/Alex_Jarocha-Ernst/orcish-assassin.png
hitpoints=26
movement_type=elusivefoot

View file

@ -3,6 +3,7 @@
name= _ "Orcish Grunt"
race=orc
image="units/orcs/grunt.png"
ellipse="misc/ellipse"
profile="portraits/core/James_Woo/orc-warlord5.png"
{MAGENTA_IS_THE_TEAM_COLOR}
hitpoints=38

View file

@ -3,6 +3,7 @@
name= _ "Orcish Leader"
race=orc
image="units/orcs/leader.png"
ellipse="misc/ellipse"
#profile=misc/kapoue.png
{MAGENTA_IS_THE_TEAM_COLOR}
hitpoints=45

View file

@ -3,6 +3,7 @@
name= _ "Saurian Augur"
race=lizard
image="units/saurians/augur.png"
ellipse="misc/ellipse"
[defend]
[frame]
begin=-150

View file

@ -3,6 +3,7 @@
name= _ "Saurian Skirmisher"
race=lizard
image="units/saurians/skirmisher.png"
ellipse="misc/ellipse"
{MAGENTA_IS_THE_TEAM_COLOR}
profile=portraits/core/Alex_Jarocha-Ernst/saurian-skirmisher.png
hitpoints=22

View file

@ -3,6 +3,7 @@
name= _ "Troll Whelp"
race=troll
image="units/trolls/whelp.png"
ellipse="misc/ellipse"
profile=portraits/core/James_Woo/troll.png
hitpoints=42
movement_type=largefoot

View file

@ -3,6 +3,7 @@
name= _ "Ghoul"
race=undead
image="units/undead/ghoul.png"
ellipse="misc/ellipse"
profile=portraits/core/Alex_Jarocha-Ernst/ghoul.png
hitpoints=33
movement_type=undeadfoot

View file

@ -4,6 +4,7 @@
name= _ "Dark Adept"
race=human
image="units/undead-necromancers/adept.png"
ellipse="misc/ellipse"
{MAGENTA_IS_THE_TEAM_COLOR}
hitpoints=28
movement_type=smallfoot

View file

@ -3,6 +3,7 @@
name= _ "Skeleton"
race=undead
image="units/undead-skeletal/skeleton.png"
ellipse="misc/ellipse"
{MAGENTA_IS_THE_TEAM_COLOR}
hitpoints=34
movement_type=undeadfoot

View file

@ -3,6 +3,7 @@
name= _ "Skeleton Archer"
race=undead
image="units/undead-skeletal/archer.png"
ellipse="misc/ellipse"
{MAGENTA_IS_THE_TEAM_COLOR}
hitpoints=30
movement_type=undeadfoot

View file

@ -3,6 +3,7 @@
name= _ "Ghost"
race=undead
image="units/undead/ghost.png"
ellipse="misc/ellipse"
hitpoints=18
movement_type=undeadspirit
movement=7

View file

@ -3,6 +3,7 @@
name= _ "Wose"
race=wose
image="units/woses/wose.png"
ellipse="misc/ellipse"
hitpoints=52
movement_type=treefolk
movement=4