tagged translatable strings,
improved names of potions
This commit is contained in:
parent
7db2e4f004
commit
d2bf996dc1
1 changed files with 40 additions and 40 deletions
|
@ -260,12 +260,12 @@
|
|||
[message]
|
||||
id=WISHINGWELL1
|
||||
speaker=narrator
|
||||
message="You have come across a wishing well.
|
||||
message= _ "You have come across a wishing well.
|
||||
What would you like to wish for?"
|
||||
|
||||
[option]
|
||||
id=WISHINGWELL2a
|
||||
message="A swift victory"
|
||||
message= _ "A swift victory"
|
||||
[command]
|
||||
[gold]
|
||||
amount=-1
|
||||
|
@ -273,14 +273,14 @@ What would you like to wish for?"
|
|||
[message]
|
||||
id=WISHINGWELL2b
|
||||
speaker=unit
|
||||
message="With this golden coin, I wish that this battle end in a swift and safe victory."
|
||||
message= _ "With this golden coin, I wish that this battle end in a swift and safe victory."
|
||||
[/message]
|
||||
[/command]
|
||||
[/option]
|
||||
|
||||
[option]
|
||||
id=WISHINGWELL3
|
||||
message="Lots of gold"
|
||||
message= _ "Lots of gold"
|
||||
[command]
|
||||
[gold]
|
||||
amount=-1
|
||||
|
@ -288,14 +288,14 @@ What would you like to wish for?"
|
|||
[message]
|
||||
id=WISHINGWELL3b
|
||||
speaker=unit
|
||||
message="I wish this single gold coin be returned ten-fold to me."
|
||||
message= _ "I wish this single gold coin be returned ten-fold to me."
|
||||
[/message]
|
||||
[/command]
|
||||
[/option]
|
||||
|
||||
[option]
|
||||
id=WISHINGWELL4
|
||||
message="Peace throughout Wesnoth."
|
||||
message= _ "Peace throughout Wesnoth."
|
||||
[command]
|
||||
[gold]
|
||||
amount=-1
|
||||
|
@ -303,14 +303,14 @@ What would you like to wish for?"
|
|||
[message]
|
||||
id=WISHINGWELL4b
|
||||
speaker=unit
|
||||
message="The only thing worth wishing for is peace throughout the land."
|
||||
message= _ "The only thing worth wishing for is peace throughout the land."
|
||||
[/message]
|
||||
[/command]
|
||||
[/option]
|
||||
|
||||
[option]
|
||||
id=WISHINGWELL5
|
||||
message="Don't make a wish."
|
||||
message= _ "Don't make a wish."
|
||||
[/option]
|
||||
[/message]
|
||||
[/event]
|
||||
|
@ -333,11 +333,11 @@ What would you like to wish for?"
|
|||
[/filter]
|
||||
[object]
|
||||
id={ID}
|
||||
name=Healing
|
||||
name= _ "Potion of Healing"
|
||||
image=misc/item-healingpotion.png
|
||||
duration=level
|
||||
description="A feeling of well-being overwhelms the drinker."
|
||||
cannot_use_message="You are not worthy of healing."
|
||||
description= _ "A feeling of well-being overwhelms the drinker."
|
||||
cannot_use_message= _ "You are not worthy of healing."
|
||||
[filter]
|
||||
x={X}
|
||||
y={Y}
|
||||
|
@ -371,10 +371,10 @@ What would you like to wish for?"
|
|||
[/filter]
|
||||
[object]
|
||||
id={ID}
|
||||
name=Poison
|
||||
name= _ "Poison"
|
||||
image=items/potion-yellow.png
|
||||
duration=level
|
||||
description="Poison is seeping through the veins of this unit at this very moment."
|
||||
description= _ "Poison is seeping through the veins of this unit at this very moment."
|
||||
cannot_use_message=NONE
|
||||
[filter]
|
||||
x={X}
|
||||
|
@ -409,11 +409,11 @@ What would you like to wish for?"
|
|||
[/filter]
|
||||
[object]
|
||||
id={ID}
|
||||
name=Holy Water
|
||||
name= _ "Holy Water"
|
||||
image=misc/item-holywater.png
|
||||
duration=level
|
||||
description="This water will make melee weapons holy."
|
||||
cannot_use_message="I am not suited to the use of this item! Let another take it."
|
||||
description= _ "This water will make melee weapons holy."
|
||||
cannot_use_message= _ "I am not suited to the use of this item! Let another take it."
|
||||
[filter]
|
||||
x={X}
|
||||
y={Y}
|
||||
|
@ -448,10 +448,10 @@ What would you like to wish for?"
|
|||
[/filter]
|
||||
[object]
|
||||
id={ID}
|
||||
name=Strong
|
||||
name= _ "Potion of Strength"
|
||||
image=items/potion-red.png
|
||||
duration=level
|
||||
description="Strength is given to the drinker."
|
||||
description= _ "Strength is given to the drinker."
|
||||
cannot_use_message=NONE
|
||||
[filter]
|
||||
x={X}
|
||||
|
@ -492,10 +492,10 @@ What would you like to wish for?"
|
|||
[/filter]
|
||||
[object]
|
||||
id={ID}
|
||||
name=Decay
|
||||
name= _ "Potion of Decay"
|
||||
image=items/potion-blue.png
|
||||
duration=level
|
||||
description="This poor unit drank something really bad."
|
||||
description= _ "This poor unit drank something really bad."
|
||||
cannot_use_message=NONE
|
||||
[filter]
|
||||
x={X}
|
||||
|
@ -530,10 +530,10 @@ What would you like to wish for?"
|
|||
[/filter]
|
||||
[object]
|
||||
id={ID}
|
||||
name=Ring of Regeneration
|
||||
name= _ "Ring of Regeneration"
|
||||
image=items/ring1.png
|
||||
duration=forever
|
||||
description="This ring will heal the bearer a little each turn."
|
||||
description= _ "This ring will heal the bearer a little each turn."
|
||||
cannot_use_message=NONE
|
||||
[filter]
|
||||
x={X}
|
||||
|
@ -553,7 +553,7 @@ What would you like to wish for?"
|
|||
[message]
|
||||
id=OBJERROR
|
||||
speaker=narrator
|
||||
message="Can't set abilities yet, sorry."
|
||||
message= _ "Can't set abilities yet, sorry."
|
||||
[/message]
|
||||
[/event]
|
||||
#enddef
|
||||
|
@ -574,10 +574,10 @@ What would you like to wish for?"
|
|||
[/filter]
|
||||
[object]
|
||||
id={ID}
|
||||
name=Ring of Slowness
|
||||
name= _ "Ring of Slowness"
|
||||
image=items/ring2.png
|
||||
duration=forever
|
||||
description="The bearer of this ring is slowed."
|
||||
description= _ "The bearer of this ring is slowed."
|
||||
cannot_use_message=NONE
|
||||
[filter]
|
||||
x={X}
|
||||
|
@ -612,11 +612,11 @@ What would you like to wish for?"
|
|||
[/filter]
|
||||
[object]
|
||||
id={ID}
|
||||
name=Staff of Swiftness
|
||||
name= _ "Staff of Swiftness"
|
||||
image=misc/item-staff.png
|
||||
duration=forever
|
||||
description="This staff will grant the bearer swift movement."
|
||||
cannot_use_message="Only magical beings can wield such an object."
|
||||
description= _ "This staff will grant the bearer swift movement."
|
||||
cannot_use_message= _ "Only magical beings can wield such an object."
|
||||
[filter]
|
||||
x={X}
|
||||
y={Y}
|
||||
|
@ -650,11 +650,11 @@ What would you like to wish for?"
|
|||
[/filter]
|
||||
[object]
|
||||
id={ID}
|
||||
name=Storm Trident
|
||||
name= _ "Storm Trident"
|
||||
image=misc/item-stormtrident.png
|
||||
duration=forever
|
||||
description="This trident allows a merman to shoot electric bolts at his enemies!"
|
||||
cannot_use_message="Only the mermen can use this item!"
|
||||
description= _ "This trident allows a merman to shoot electric bolts at his enemies!"
|
||||
cannot_use_message= _ "Only the mermen can use this item!"
|
||||
[filter]
|
||||
type=Merman,Merman Lord,Triton
|
||||
x,y={X},{Y}
|
||||
|
@ -666,7 +666,7 @@ What would you like to wish for?"
|
|||
[/then]
|
||||
[effect]
|
||||
apply_to=new_attack
|
||||
name=storm trident
|
||||
name= _ "storm trident"
|
||||
type=fire
|
||||
range=long
|
||||
special=magical
|
||||
|
@ -704,11 +704,11 @@ What would you like to wish for?"
|
|||
[/filter]
|
||||
[object]
|
||||
id={ID}
|
||||
name=Flaming Sword
|
||||
name= _ "Flaming Sword"
|
||||
image=misc/item-flamesword.png
|
||||
duration=forever
|
||||
description=""
|
||||
cannot_use_message="Only the leader of an army can wield this sword!"
|
||||
cannot_use_message= _ "Only the leader of an army can wield this sword!"
|
||||
[filter]
|
||||
description=Konrad
|
||||
x,y={X},{Y}
|
||||
|
@ -720,7 +720,7 @@ What would you like to wish for?"
|
|||
[/then]
|
||||
[effect]
|
||||
apply_to=new_attack
|
||||
name=flaming sword
|
||||
name= _ "flaming sword"
|
||||
type=fire
|
||||
range=short
|
||||
special=magical
|
||||
|
@ -752,11 +752,11 @@ What would you like to wish for?"
|
|||
[/filter]
|
||||
[object]
|
||||
id={ID}
|
||||
name=Sceptre of Fire
|
||||
name= _ "Sceptre of Fire"
|
||||
image=misc/item-sceptreoffire.png
|
||||
duration=forever
|
||||
description="This ancient Sceptre was forged by the Dwarves. A symbol of the kingship of Wesnoth, the Sceptre has the power to shoot fireballs at enemies of the bearer!"
|
||||
cannot_use_message="This is the Sceptre of Fire. Only a true successor to the throne can possibly dare to take this!"
|
||||
description= _ "This ancient Sceptre was forged by the Dwarves. A symbol of the kingship of Wesnoth, the Sceptre has the power to shoot fireballs at enemies of the bearer!"
|
||||
cannot_use_message= _ "This is the Sceptre of Fire. Only a true successor to the throne can possibly dare to take this!"
|
||||
[filter]
|
||||
type=Princess,Commander,Lord
|
||||
x,y={X},{Y}
|
||||
|
@ -768,7 +768,7 @@ What would you like to wish for?"
|
|||
[/then]
|
||||
[effect]
|
||||
apply_to=new_attack
|
||||
name=sceptre of fire
|
||||
name= _ "sceptre of fire"
|
||||
type=fire
|
||||
range=long
|
||||
special=magical
|
||||
|
@ -824,7 +824,7 @@ What would you like to wish for?"
|
|||
[message]
|
||||
id=TELEPORT1
|
||||
speaker=narrator
|
||||
message="Zap~"
|
||||
message= _ "Zap~"
|
||||
[/message]
|
||||
[/event]
|
||||
#enddef
|
||||
|
|
Loading…
Add table
Reference in a new issue