Removed female descriptions from units without specific gender,
...as these descriptions are seldom displayed. (patch from stikonas)
This commit is contained in:
parent
be00a68c24
commit
cdddfb5635
5 changed files with 1 additions and 6 deletions
|
@ -47,6 +47,7 @@ Version 1.7.0-svn:
|
|||
Russian, Slovak, Turkish.
|
||||
* Updated CJK character range
|
||||
* Fixed word wrapping in CJK languages (patch #1140 from sylecn)
|
||||
* Remove female^ descriptions of Outlaw, Footpad, Fugitive, Dark Adept
|
||||
* Multiplayer server:
|
||||
* Implemented automatic saving of game replays.
|
||||
* Implemented the adminmsg command to allow players to send messages to
|
||||
|
|
|
@ -102,7 +102,6 @@
|
|||
name= _ "female^Outlaw"
|
||||
gender=female
|
||||
image="units/human-outlaws/outlaw+female.png"
|
||||
description= _ "female^After some years of service, former 'footpads' rise up in the ranks of their fellow outlaws. Having proven themselves in combat, they are given more dangerous tasks, and a greater share of the spoils. Though many opponents would mock their choice of weaponry, the outlaws are well aware of its deadly capacity, and also of the ready availability of ammunition. Outlaws are somewhat ill at ease fighting during the day, preferring the cover of nightfall."
|
||||
die_sound={SOUND_LIST:HUMAN_FEMALE_DIE}
|
||||
{DEFENSE_ANIM "units/human-outlaws/outlaw+female-defend.png" "units/human-outlaws/outlaw+female.png" {SOUND_LIST:HUMAN_FEMALE_HIT} }
|
||||
[attack_anim]
|
||||
|
|
|
@ -163,7 +163,6 @@
|
|||
name= _ "female^Footpad"
|
||||
gender=female
|
||||
image="units/human-outlaws/footpad+female.png"
|
||||
description= _ "female^These petty criminals are often derisively called 'footpads' by their superiors, for they are tasked with any job that requires a great deal of running around, often being employed as couriers, or scouts. The endurance and agility they gain from this serves them well in combat, and despite their inferior weaponry they are quite good at harrying their enemies, especially under cover of darkness."
|
||||
die_sound={SOUND_LIST:HUMAN_FEMALE_DIE}
|
||||
{DEFENSE_ANIM "units/human-outlaws/footpad+female-defend.png" "units/human-outlaws/footpad+female.png" {SOUND_LIST:HUMAN_FEMALE_HIT} }
|
||||
[attack_anim]
|
||||
|
|
|
@ -109,7 +109,6 @@
|
|||
name= _ "female^Fugitive"
|
||||
gender=female
|
||||
image="units/human-outlaws/fugitive+female.png"
|
||||
description= _ "female^Veteran criminals become notorious for both their ruthlessness and ability to elude capture. They can be dangerous and rightly fearful in their element, but are no match for the sheer numbers that law-abiding soldiery can throw at them."
|
||||
die_sound={SOUND_LIST:HUMAN_FEMALE_DIE}
|
||||
{DEFENSE_ANIM "units/human-outlaws/fugitive+female-defend.png" "units/human-outlaws/fugitive+female.png" {SOUND_LIST:HUMAN_FEMALE_HIT} }
|
||||
[attack_anim]
|
||||
|
|
|
@ -212,9 +212,6 @@ In such condition, their only weapon is the craft they have so committed themsel
|
|||
name= _ "female^Dark Adept"
|
||||
image="units/undead-necromancers/adept+female.png"
|
||||
profile="portraits/humans/dark-adept+female.png"
|
||||
description= _ "female^To attract any practitioners, the lure of black magic must be a great prize indeed, for anyone caught practicing the art in the civilized world is subject to a death sentence. And yet there are those who pursue this art, for the prize offered is nothing less than immortality. Hidden away in secret cults, or initiated into the dark orders of the underworld, the training which these fanatics must endure often drives them to exhaustion and enfeeblement.
|
||||
|
||||
In such condition, their only weapon is the craft they have so committed themselves to learning."+{SPECIAL_NOTES}+{SPECIAL_NOTES_MAGICAL}
|
||||
die_sound={SOUND_LIST:HUMAN_FEMALE_DIE}
|
||||
{DEFENSE_ANIM "units/undead-necromancers/adept+female-defend-2.png" "units/undead-necromancers/adept+female-defend-1.png" {SOUND_LIST:HUMAN_FEMALE_HIT} }
|
||||
# Base image is drawn for the right side.
|
||||
|
|
Loading…
Add table
Reference in a new issue