HttT: Improve Thoria branch rewards (#7622)
- Sergeant has been promoted to Lieutenant. - Book of Wose Lore now also effectively grants intelligent trait
This commit is contained in:
parent
3fb1e8f218
commit
4c4e7b57e6
3 changed files with 20 additions and 16 deletions
|
@ -86,10 +86,10 @@
|
|||
[/objective]
|
||||
[objective]
|
||||
[show_if]
|
||||
{CHECK_VARIABLE sergeant_sighted yes}
|
||||
{CHECK_VARIABLE lieutenant_sighted yes}
|
||||
[/show_if]
|
||||
{BONUS_OBJECTIVE_CAPTION}
|
||||
description= _ "Rescue the sergeant"
|
||||
description= _ "Rescue the lieutenant"
|
||||
condition=win
|
||||
[/objective]
|
||||
[objective]
|
||||
|
@ -209,12 +209,12 @@
|
|||
{NEED_KALENZ placement=leader}
|
||||
{NEED_LISAR placement=leader}
|
||||
|
||||
{VARIABLE sergeant_sighted no}
|
||||
{VARIABLE lieutenant_sighted no}
|
||||
{VARIABLE waterfall_sighted no}
|
||||
{OBJ_TRIDENT_STORM 17 11 cot_stormtrident}
|
||||
{PLACE_IMAGE items/gohere.png 55 3}
|
||||
[unit]
|
||||
type=Injured Sergeant
|
||||
type=Injured Lieutenant
|
||||
side=4
|
||||
x=45
|
||||
y=16
|
||||
|
@ -716,7 +716,7 @@ Soooo... It is you who sent your subordinates to attack us. Now when we’ve des
|
|||
[message]
|
||||
speaker=unit
|
||||
scroll=no
|
||||
message= _ "It is a young human sergeant, barely more than a boy. He appears badly hurt but still alive."
|
||||
message= _ "It is a young human officer, barely more than a boy. He appears badly hurt but still alive."
|
||||
[/message]
|
||||
[message]
|
||||
speaker=unit
|
||||
|
@ -779,7 +779,7 @@ Soooo... It is you who sent your subordinates to attack us. Now when we’ve des
|
|||
[/message]
|
||||
[message]
|
||||
speaker=Konrad
|
||||
message= _ "Our main goal remains to survive ourselves, but if we can spare the troops, we might try to rescue the sergeant stranded on the cliff. However, I make no promises."
|
||||
message= _ "Our main goal remains to survive ourselves, but if we can spare the troops, we might try to rescue the officer stranded on the cliff. However, I make no promises."
|
||||
[/message]
|
||||
[message]
|
||||
speaker="Li'sar"
|
||||
|
@ -799,7 +799,7 @@ Soooo... It is you who sent your subordinates to attack us. Now when we’ve des
|
|||
[/message]
|
||||
[/else]
|
||||
)}
|
||||
{VARIABLE sergeant_sighted yes}
|
||||
{VARIABLE lieutenant_sighted yes}
|
||||
[show_objectives][/show_objectives]
|
||||
[/event]
|
||||
|
||||
|
@ -816,7 +816,7 @@ Soooo... It is you who sent your subordinates to attack us. Now when we’ve des
|
|||
[/kill]
|
||||
|
||||
[unit]
|
||||
type=Sergeant
|
||||
type=Lieutenant
|
||||
side=1
|
||||
x=45
|
||||
y=16
|
||||
|
@ -843,7 +843,7 @@ Soooo... It is you who sent your subordinates to attack us. Now when we’ve des
|
|||
[/message]
|
||||
[message]
|
||||
speaker="Li'sar"
|
||||
message= _ "I am the Princess, Li’sar, and we are friends. Join us and wait for the healers to help you, young sergeant."
|
||||
message= _ "I am the Princess, Li’sar, and we are friends. Join us and wait for the healers to help you, young lieutenant."
|
||||
[/message]
|
||||
[message]
|
||||
speaker=Warven
|
||||
|
@ -853,7 +853,7 @@ Soooo... It is you who sent your subordinates to attack us. Now when we’ve des
|
|||
speaker=Konrad
|
||||
message= _ "Follow us when you think you are capable and beware of monsters. We have fought many already, and there are sure to be more ahead."
|
||||
[/message]
|
||||
{VARIABLE sergeant_sighted no}
|
||||
{VARIABLE lieutenant_sighted no}
|
||||
[/event]
|
||||
|
||||
[event]
|
||||
|
@ -952,6 +952,6 @@ Soooo... It is you who sent your subordinates to attack us. Now when we’ve des
|
|||
[event]
|
||||
name=victory
|
||||
|
||||
{CLEAR_VARIABLE sergeant_sighted,waterfall_sighted,drake_bases}
|
||||
{CLEAR_VARIABLE lieutenant_sighted,waterfall_sighted,drake_bases}
|
||||
[/event]
|
||||
[/scenario]
|
||||
|
|
|
@ -636,8 +636,8 @@
|
|||
speaker=$unit.id|
|
||||
caption=""
|
||||
image="wesnoth-icon.png"
|
||||
male_message= _ "Upon finishing the book, $unit.name| has a much greater understanding of the forest, its nature and ways, and all the creatures within it. Unfortunately, as the last page was turned, the book crumbled to dust."
|
||||
female_message= _ "female^Upon finishing the book, $unit.name| has a much greater understanding of the forest, its nature and ways, and all the creatures within it. Unfortunately, as the last page was turned, the book crumbled to dust."
|
||||
male_message= _ "$unit.name| becomes entranced and greatly gains affinity with the forest, its nature and ways, and all the creatures within it. He feels he will quickly become more experienced once reaching the surface. Unfortunately, as the last page was turned, the book crumbled to dust."
|
||||
female_message= _ "female^$unit.name| becomes entranced and greatly gains affinity with the forest, its nature and ways, and all the creatures within it. She feels she will quickly become more experienced once reaching the surface. Unfortunately, as the last page was turned, the book crumbled to dust."
|
||||
[/message]
|
||||
[/then]
|
||||
[effect]
|
||||
|
@ -660,6 +660,10 @@
|
|||
forest=1
|
||||
[/movement_costs]
|
||||
[/effect]
|
||||
[effect]
|
||||
apply_to=max_experience
|
||||
increase=-20%
|
||||
[/effect]
|
||||
[/object]
|
||||
[/command]
|
||||
[/option]
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
#textdomain wesnoth-httt
|
||||
[unit_type]
|
||||
id=Injured Sergeant
|
||||
id=Injured Lieutenant
|
||||
[base_unit]
|
||||
id=Sergeant
|
||||
id=Lieutenant
|
||||
[/base_unit]
|
||||
name= _ "Injured Sergeant"
|
||||
name= _ "Injured Lieutenant"
|
||||
image="units/human-loyalists/lieutenant-die-9.png"
|
||||
[movement_costs]
|
||||
mountains=9
|
Loading…
Add table
Reference in a new issue