Added female gender possibility for Necromancer, Lich and Ancient Lich.

Although the Necromancer is supposed to have her own animation frames,
they are still not done. The required code will be added then. The
Lich and Ancient Lich female variations are on purpose different to
the males only by unit type "name" and "gender" keys.
This commit is contained in:
Ignacio R. Morelle 2007-10-22 12:47:20 +00:00
parent 6f7f63853d
commit 72dbf1a198
3 changed files with 20 additions and 0 deletions

View file

@ -3,6 +3,7 @@
id=Ancient Lich
name= _ "Ancient Lich"
race=undead
gender=male,female
image="units/undead-necromancers/ancient-lich.png"
{MAGENTA_IS_THE_TEAM_COLOR}
hitpoints=80
@ -145,4 +146,9 @@ Special Notes:"+{SPECIAL_NOTES_MAGICAL}+{SPECIAL_NOTES_DRAIN}
image="units/undead-necromancers/ancient-lich.png"
[/frame]
[/attack_anim]
[female]
# The only differences for a female Lich would be her name.
name= _ "female^Ancient Lich"
gender=female
[/female]
[/unit]

View file

@ -2,6 +2,7 @@
[unit]
id=Lich
name= _ "Lich"
gender=male,female
race=undead
image="units/undead-necromancers/lich.png"
{MAGENTA_IS_THE_TEAM_COLOR}
@ -144,4 +145,9 @@ Special Notes:"+{SPECIAL_NOTES_MAGICAL}+{SPECIAL_NOTES_DRAIN}
image="units/undead-necromancers/lich.png"
[/frame]
[/attack_anim]
[female]
# The only differences for a female Lich would be her name.
name= _ "female^Lich"
gender=female
[/female]
[/unit]

View file

@ -2,6 +2,7 @@
[unit]
id=Necromancer
name= _ "Necromancer"
gender=male,female
race=human
image="units/undead-necromancers/necromancer.png"
{MAGENTA_IS_THE_TEAM_COLOR}
@ -135,4 +136,11 @@ Special Notes:"+{SPECIAL_NOTES_MAGICAL}+{SPECIAL_NOTES_PLAGUE}
image="units/undead-necromancers/necromancer.png"
[/frame]
[/attack_anim]
# Place holder female gender code until the unit animation frames are ready
[female]
name= _ "female^Necromancer"
gender=female
die_sound={SOUND_LIST:HUMAN_FEMALE_DIE}
{DEFENSE_ANIM "units/undead-necromancers/necromancer-defend.png" "units/undead-necromancers/necromancer.png" {SOUND_LIST:HUMAN_FEMALE_HIT} }
[/female]
[/unit]