wesnoth/data/units/Elvish_Lady.cfg
Philippe Plantier ba195ecd8a [[Attack some problems with data serialization in saves]]
* Made serialized data be saved as untranslated. To achieve this, added the
  t_string class, which encapsulates a translatable string.

* Completely rewrote the (text) WML parser, making it use a tokenizer / parser
  architecture. The parser is now much more strict and validates a WML grammar.

  - Change to the WML syntax: pluses are now ignored, spaces are now forbidden
    in WML keys

* Rewrote the way the variables are interpolated. There is no more default
  interpolation, however, the vconfig class was added, which provides a
  variable-interpolating proxy to config objects.

* There is still an important known bug: this is impossible to load textmode
  save games now, because the statistics module saves some WML with spaces in
  keys, which the parser refuses. I am commiting anyway to respect the string
  freeze; the fix for this bug will come tomorrow

Hoping I do not break everything...
2005-03-27 23:06:17 +00:00

27 lines
724 B
INI

#unit used for the Elvish Lady in Heir to the Throne
[unit]
id=Elvish Lady
name= _ "female^Elvish Lady"
gender=female
race=elf
image="parandra.png"
hitpoints=30
movement_type=fly
movement=6
experience=30
level=3
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
type=impact
range=short
damage=1
number=1
[/attack]
[/unit]