EI: translation hints for Mage
Hints already assume that the other attacks will be in the wensoth-units textdomain. [ci skip]
This commit is contained in:
parent
72ac4f0952
commit
ed3ef8c844
2 changed files with 9 additions and 2 deletions
|
@ -2,8 +2,10 @@
|
|||
|
||||
[unit_type]
|
||||
id=Shadow Lord
|
||||
name= _ "Shadow Lord"
|
||||
# po: In the liberty textdomain exists a male unit with that name
|
||||
name= _ "female^Shadow Lord"
|
||||
race=human
|
||||
gender=female
|
||||
image="units/shadow-mage/shadow-lord.png"
|
||||
hitpoints=42 # very fragile for a L3
|
||||
[abilities]
|
||||
|
@ -30,6 +32,7 @@
|
|||
{DEFENSE_ANIM "units/shadow-mage/shadow-lord-defend1.png" "units/shadow-mage/shadow-lord-defend2.png" {SOUND_LIST:HUMAN_FEMALE_HIT} }
|
||||
[attack]
|
||||
name=astral blade
|
||||
# po: Translation for this weapon can be taken from liberty textdomain
|
||||
description=_"astral blade"
|
||||
icon=attacks/sword-astral.png
|
||||
type=arcane
|
||||
|
@ -42,6 +45,7 @@
|
|||
[/attack]
|
||||
[attack]
|
||||
name=blast wave
|
||||
# po: The secondary attack of this unit is named shadow wave, known from the Dark Adept line
|
||||
description=_"blast wave"
|
||||
icon=attacks/blast-wave.png
|
||||
type=impact
|
||||
|
|
|
@ -2,8 +2,10 @@
|
|||
|
||||
[unit_type]
|
||||
id=Shadow Mage
|
||||
name= _ "Shadow Mage"
|
||||
# po: In the liberty textdomain exists a male unit with that name
|
||||
name= _ "female^Shadow Mage"
|
||||
race=human
|
||||
gender=female
|
||||
image="units/shadow-mage/shadow-mage.png"
|
||||
hitpoints=35 # very fragile for a L2
|
||||
[abilities]
|
||||
|
@ -41,6 +43,7 @@
|
|||
[/attack]
|
||||
[attack]
|
||||
name=blast wave
|
||||
# po: The secondary attack of this unit is named shadow wave (same as the Dark Sorcerer’s)
|
||||
description=_"blast wave"
|
||||
icon=attacks/blast-wave.png
|
||||
type=impact
|
||||
|
|
Loading…
Add table
Reference in a new issue