DM: Update special notes syntax
This commit is contained in:
parent
73afb645f2
commit
1365669fee
5 changed files with 15 additions and 5 deletions
|
@ -9,5 +9,6 @@
|
|||
alignment=neutral # Rather than lawful
|
||||
cost=25 # A little more expensive
|
||||
advances_to=Mage Leader
|
||||
description=_"A mage who has just finished his apprenticeship is known as a journeyman. Journeyman mages travel far in search of employment and experience."+{SPECIAL_NOTES}+{SPECIAL_NOTES_MAGICAL}
|
||||
description=_"A mage who has just finished his apprenticeship is known as a journeyman. Journeyman mages travel far in search of employment and experience."
|
||||
{NOTE_MAGICAL}
|
||||
[/unit_type]
|
||||
|
|
|
@ -12,5 +12,6 @@
|
|||
experience=250
|
||||
level=5
|
||||
cost=200
|
||||
description=_"Under the feudal system, all authority ultimately rested with the sovereign. His lords held their property only with his agreement, and had to pay him tribute. In return, the king would defend the realm against invaders, and redistribute wealth in times of need."+{SPECIAL_NOTES}+{SPECIAL_NOTES_LEADERSHIP}
|
||||
description=_"Under the feudal system, all authority ultimately rested with the sovereign. His lords held their property only with his agreement, and had to pay him tribute. In return, the king would defend the realm against invaders, and redistribute wealth in times of need."
|
||||
{NOTE_LEADERSHIP}
|
||||
[/unit_type]
|
||||
|
|
|
@ -13,7 +13,10 @@
|
|||
movement=6 # A little faster
|
||||
advances_to=Mage Magister
|
||||
cost=100 # A lot more expensive
|
||||
description=_"This mage has gained much experience leading others into battle. As a result, level 1 and 2 units fight more effectively when they are adjacent to him. He also has the power to heal others during combat."+{SPECIAL_NOTES}+{SPECIAL_NOTES_MAGICAL}+{SPECIAL_NOTES_LEADERSHIP}+{SPECIAL_NOTES_HEALS}
|
||||
description=_"This mage has gained much experience leading others into battle. As a result, level 1 and 2 units fight more effectively when they are adjacent to him. He also has the power to heal others during combat."
|
||||
{NOTE_MAGICAL}
|
||||
{NOTE_LEADERSHIP}
|
||||
{NOTE_HEALS}
|
||||
[attack]
|
||||
icon=attacks/staff-magic.png
|
||||
name=staff
|
||||
|
|
|
@ -12,7 +12,9 @@
|
|||
experience=100 # Same as base unit
|
||||
advances_to=Mage Commander
|
||||
cost=60 # Considerably more expensive
|
||||
description=_"This mage has gained some experience leading others into battle. As a result, level 1 units fight more effectively when they are adjacent to him." +{SPECIAL_NOTES}+{SPECIAL_NOTES_MAGICAL}+{SPECIAL_NOTES_LEADERSHIP}
|
||||
description=_"This mage has gained some experience leading others into battle. As a result, level 1 units fight more effectively when they are adjacent to him."
|
||||
{NOTE_MAGICAL}
|
||||
{NOTE_LEADERSHIP}
|
||||
[attack]
|
||||
name=staff
|
||||
#textdomain wesnoth-units
|
||||
|
|
|
@ -15,7 +15,10 @@
|
|||
[/resistance]
|
||||
movement=6 # A little faster
|
||||
cost=125 # Rather more expensive
|
||||
description=_"A Mage Magister, though equivalent in degree to a Great Mage, has special abilities of command and healing derived from extensive experience of battle."+{SPECIAL_NOTES}+{SPECIAL_NOTES_MAGICAL}+{SPECIAL_NOTES_LEADERSHIP}+{SPECIAL_NOTES_HEALS}
|
||||
description=_"A Mage Magister, though equivalent in degree to a Great Mage, has special abilities of command and healing derived from extensive experience of battle."
|
||||
{NOTE_MAGICAL}
|
||||
{NOTE_LEADERSHIP}
|
||||
{NOTE_HEALS}
|
||||
[attack]
|
||||
icon=attacks/staff-magic.png
|
||||
name=staff
|
||||
|
|
Loading…
Add table
Reference in a new issue