UtBS: ability names and descriptions

do explicitly not list verses as abilities
reformation of text
explain the mechanism as part of the 2nd/3rd attack

[ci skip]
This commit is contained in:
Severin Glöckner 2023-10-16 00:11:45 +02:00 committed by sevu
parent c9182b952b
commit b2bf0d18e2

View file

@ -74,13 +74,21 @@ _ "This attack uses 6 attacks"#enddef
#enddef
#define STR_VERSE_RESTRICT_1
_ "This attack is the first verse of the Song of Sun Ascension, which progresses by one verse each turn this unit uses a song verse attack. When the last verse is sung or the song sequence is broken due to not attacking for a turn, the song starts again from the first verse."#enddef
_ "This attack is the first verse of the Song of Sun Ascension, which progresses by one verse each turn this unit uses a song verse attack.
When the last verse is sung or the song sequence is broken due to not attacking for a turn, the song starts again from the first verse."#enddef
#define STR_VERSE_RESTRICT_2
_ "This attack is the second verse of the Song of Sun Ascension, which progresses by one verse each turn this unit uses a song verse attack. When the last verse is sung or the song sequence is broken due to not attacking for a turn, the song starts again from the first verse."#enddef
_ "This attack is the second verse of the Song of Sun Ascension, which progresses by one verse each turn this unit uses a song verse attack.
If this was the last verse or when the song sequence is broken due to not attacking for a turn, the song starts again from the first verse."#enddef
#define STR_VERSE_RESTRICT_3
_ "This attack is the third verse of the Song of Sun Ascension, which progresses by one verse each turn this unit uses a song verse attack. When the last verse is sung or the song sequence is broken due to not attacking for a turn, the song starts again from the first verse."#enddef
_ "This attack is the third verse of the Song of Sun Ascension, which progresses by one verse each turn this unit uses a song verse attack.
In the next turn, the song starts again from the first verse.
Using this song will also grant illuminates for three turns."#enddef
#define STR_VERSE_NAME_1
_ "first verse"#enddef
@ -101,7 +109,8 @@ _ "third verse"#enddef
formula = "self.wml_vars.current_verse > 1"
[/filter_self]
active_on = offense
name = {STR_VERSE_NAME_1}
# Not listed in the help.
# name = {STR_VERSE_NAME_1}
description = {STR_VERSE_RESTRICT_1}
[/disable]
#enddef
@ -118,7 +127,8 @@ _ "third verse"#enddef
[filter_self]
formula = "self.wml_vars.current_verse != {VERSE}"
[/filter_self]
name = {STR_VERSE_NAME_{VERSE}}
# Not listed in the help.
# name = {STR_VERSE_NAME_{VERSE}}
description = {STR_VERSE_RESTRICT_{VERSE}}
[/disable]
#enddef
@ -326,11 +336,19 @@ _ "third verse"#enddef
value=25
max_value=25
cumulative=no
# po: Displayed in the help
name= _ "third verse illuminates"
#textdomain wesnoth-help
# For the unit, shorter string due to limited space in the sidebar
female_name= _ "female^illuminates"
female_name_inactive= _ "female^illuminates"
#textdomain wesnoth-utbs
female_name= _ "female^third verse illuminates"
description= _ "When ability is active after sun incarnate attack, this unit illuminates the surrounding area, making lawful units fight better, and chaotic units fight worse.
description= _ "When this ability is active after using the sun incarnate attack, this unit illuminates the surrounding area for three turns.
Any units adjacent to this unit will fight as if it were dusk when it is night, and as if it were day when it is dusk."
special_note={INTERNAL:SPECIAL_NOTES_ILLUMINATES}
# po: A similar string exists in the textdomain wesnoth-help
special_note= _ "Illumination increases the lighting level in adjacent areas. This effect lasts for three turns after activation."
affect_self=yes
halo_image="halo/illuminates-aura.png~CS(50,20,-70)"
[filter]
@ -425,7 +443,9 @@ Any units adjacent to this unit will fight as if it were dusk when it is night,
id = nova
# po: weapon special
name = _"nova"
description= _ "This weapon, when used offensively, deals damage to all units adjacent to the caster when it hits."
description= _ "This weapon, when used offensively, deals damage to all units adjacent to the caster when it hits." + "
" + _ "This attack is the third verse of the Song of Sun Ascension. After using it, the first verse is availaibe in the next turn. Furthermore, invoking this attack will grant illumination for three turns."
special_note=_ "This unit has wide-area attacks centered on the caster."
active_on = offense
[/dummy]
@ -463,7 +483,9 @@ Any units adjacent to this unit will fight as if it were dusk when it is night,
id = ray
# po: weapon special
name = _"ray"
description= _ "This weapon, when used offensively, also deals damage to a unit behind the target."
description= _ "This weapon, when used offensively, also deals damage to a unit behind the target." + "
" + _ "This is the second verse of the Song of Sun Ascension. It is available only when the first verse was sung in the previous turn. If this was the last verse, then the first verse will be available in the next turn."
active_on = offense
[/dummy]
#enddef