Added get_hit_sounds to Elder Mage (Delfador) and Elvish Lady (Parandra)
This commit is contained in:
parent
0945704d62
commit
549f3097e4
3 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,7 @@ CVS HEAD:
|
|||
* language fixes and polishing (English)
|
||||
* unit modifications
|
||||
* removed sound of thrown spear from Drake Clasher spear melee attack
|
||||
* added get_hit_sound:s to Elder Mage (Delfador) and Elvish Lady (Parandra)
|
||||
* when using zipios, ignore {~...} clauses, and handle {@...} as if there
|
||||
was no '@', fixing the double appearance of user campaigns in the
|
||||
campaign listing
|
||||
|
|
|
@ -17,6 +17,7 @@ alignment=neutral
|
|||
advanceto=null
|
||||
cost=200
|
||||
usage=mixed fighter
|
||||
get_hit_sound=groan.wav
|
||||
unit_description= _ "Once great, Elder Mages have seen their power a little diminished from wearying years of battle. Nevertheless they remain feared on the battlefield on account of their powerful lightning bolts."
|
||||
[attack]
|
||||
name=staff
|
||||
|
|
|
@ -14,6 +14,7 @@ alignment=neutral
|
|||
advanceto=null
|
||||
cost=10
|
||||
usage=null
|
||||
get_hit_sound=female-hit.wav
|
||||
unit_description= _ "The Elvish Lady is a singular combination of beauty and wisdom, and is deeply respected by all elves. Her ability to see through the shroud of destiny has garnered her a position authority amongst her people. This authority is used sparingly with a sense of gentle benevolence to guide her people in times of uncertainty."
|
||||
[attack]
|
||||
name=shove
|
||||
|
|
Loading…
Add table
Reference in a new issue