mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-14 18:50:37 +00:00
NR carryover gold fix
Makes carryover gold from old 80% to new 40%. Adds missing [endlevel] to S6.
This commit is contained in:
parent
e7a684afbf
commit
a46bae0f80
|
@ -1056,6 +1056,7 @@
|
|||
[endlevel]
|
||||
result=victory
|
||||
bonus=yes
|
||||
{NEW_GOLD_CARRYOVER 40}
|
||||
[/endlevel]
|
||||
[/event]
|
||||
|
||||
|
|
|
@ -187,6 +187,7 @@
|
|||
[endlevel]
|
||||
result=victory
|
||||
bonus=no
|
||||
{NEW_GOLD_CARRYOVER 40}
|
||||
[/endlevel]
|
||||
[/event]
|
||||
|
||||
|
|
|
@ -195,7 +195,7 @@
|
|||
show_turn_counter=yes
|
||||
[/objective]
|
||||
|
||||
{ALTERNATIVE_OBJECTIVE ( _ "Defeat Rakshas, if you can...")}
|
||||
{ALTERNATIVE_OBJECTIVE_BONUS ( _ "Defeat Rakshas, if you can...")}
|
||||
|
||||
[objective]
|
||||
description= _ "Death of Tallin"
|
||||
|
@ -496,6 +496,11 @@
|
|||
id=Tallin
|
||||
message= _ "Damn! We had the opportunity to end the war in one stroke there. Now we will have to go after him, assuming we can break this siege!"
|
||||
[/message]
|
||||
[endlevel]
|
||||
result=victory
|
||||
bonus=yes
|
||||
{NEW_GOLD_CARRYOVER 100}
|
||||
[/endlevel]
|
||||
[/event]
|
||||
|
||||
# Time over. Player didn't kill the bad guy but still survived, and that's also a victory.
|
||||
|
|
|
@ -444,6 +444,8 @@
|
|||
|
||||
[endlevel]
|
||||
result=victory
|
||||
bonus=no
|
||||
{NEW_GOLD_CARRYOVER 40}
|
||||
# Skipping one scenario
|
||||
next_scenario=10a_Stolen_Gold
|
||||
[/endlevel]
|
||||
|
|
Loading…
Reference in New Issue
Block a user