UtBS: rebalanced scenarios 6.1 and 6.2
This commit is contained in:
parent
b6a43f891e
commit
e40fd67002
3 changed files with 17 additions and 18 deletions
|
@ -987,8 +987,7 @@ first_time_only=no
|
|||
value=$y1
|
||||
[/set_variable]
|
||||
|
||||
# test to make sure player killed ogre before displaying
|
||||
# victory message
|
||||
# test to make sure elf was the one who killed scorpion
|
||||
[store_unit]
|
||||
[filter]
|
||||
x=$x2
|
||||
|
@ -1008,7 +1007,7 @@ first_time_only=no
|
|||
|
||||
[message]
|
||||
speaker=second_unit
|
||||
message= _ "The scorpions were devouring some poor person's body. There doesn't seem to be much of him or her left, but wait...what's this? It looks like a tiny gold ring. I think I see elvish runes on the inside, but I can barely make them out. This seems to be a ring of travel! Those who wear it will not suffer from thirst or hunger, nor cold nor heat. I've heard tales of such magical items, and we can certainly use it now."
|
||||
message= _ "The scorpions were devouring some poor person's body. There doesn't seem to be much of him or her left, but wait...what's this? It looks like a tiny gold ring. I think I see elvish runes on the inside, but I can barely make them out. This seems to be a ring of travel! Those who wear it will not suffer from thirst or hunger, nor cold, nor heat. I've heard tales of such magical items, and we can certainly use it now."
|
||||
[/message]
|
||||
|
||||
[/then]
|
||||
|
@ -1016,7 +1015,7 @@ first_time_only=no
|
|||
|
||||
[message]
|
||||
speaker=Kaleh
|
||||
message= _ "The scorpions were devouring some poor person's body. There doesn't seem to be much of him or her left, but wait...what's this? It looks like a tiny gold ring. And there are elvish runes on the inside, I can barely make them out. This seems to be a ring of travel, those who wear it will not suffer from thirst or hunger, nor cold nor heat. I've heard tales of such magical items, we can certainly use it now."
|
||||
message= _ "The scorpions were devouring some poor person's body. There doesn't seem to be much of him or her left, but wait...what's this? It looks like a tiny gold ring. I think I see elvish runes on the inside, but I can barely make them out. This seems to be a ring of travel! Those who wear it will not suffer from thirst or hunger, nor cold, nor heat. I've heard tales of such magical items, and we can certainly use it now."
|
||||
[/message]
|
||||
|
||||
[/else]
|
||||
|
|
|
@ -23,13 +23,13 @@ snapshot="no"
|
|||
|
||||
#max turns in scenario varies depending on difficulty
|
||||
#ifdef EASY
|
||||
turns="60"
|
||||
turns="62"
|
||||
#endif
|
||||
#ifdef MEDIUM
|
||||
turns="55"
|
||||
turns="58"
|
||||
#endif
|
||||
#ifdef HARD
|
||||
turns="50"
|
||||
turns="56"
|
||||
#endif
|
||||
|
||||
victory_when_enemies_defeated=no
|
||||
|
@ -2032,7 +2032,7 @@ side=1
|
|||
|
||||
#ifdef EASY
|
||||
income=2
|
||||
gold=110
|
||||
gold=120
|
||||
#endif
|
||||
#ifdef MEDIUM
|
||||
income=4
|
||||
|
@ -2040,7 +2040,7 @@ side=1
|
|||
#endif
|
||||
#ifdef HARD
|
||||
income=6
|
||||
gold=170
|
||||
gold=160
|
||||
#endif
|
||||
[/modify_side]
|
||||
|
||||
|
|
|
@ -20,13 +20,13 @@ snapshot="no"
|
|||
|
||||
#max turns in scenario varies depending on difficulty
|
||||
#ifdef EASY
|
||||
turns="60"
|
||||
turns="62"
|
||||
#endif
|
||||
#ifdef MEDIUM
|
||||
turns="55"
|
||||
turns="58"
|
||||
#endif
|
||||
#ifdef HARD
|
||||
turns="50"
|
||||
turns="56"
|
||||
#endif
|
||||
|
||||
victory_when_enemies_defeated=no
|
||||
|
@ -1928,16 +1928,16 @@ side=1
|
|||
side=6
|
||||
|
||||
#ifdef EASY
|
||||
income=3
|
||||
gold=125
|
||||
income=2
|
||||
gold=120
|
||||
#endif
|
||||
#ifdef MEDIUM
|
||||
income=5
|
||||
gold=150
|
||||
income=4
|
||||
gold=140
|
||||
#endif
|
||||
#ifdef HARD
|
||||
income=7
|
||||
gold=175
|
||||
income=6
|
||||
gold=160
|
||||
#endif
|
||||
[/modify_side]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue