SoF S4: Make mining gold and coal clearer (#6182)
This commit is contained in:
parent
732559e8fa
commit
3a312f3703
1 changed files with 21 additions and 5 deletions
|
@ -645,11 +645,7 @@
|
|||
[objectives]
|
||||
side=1
|
||||
[objective]
|
||||
description= _ "Bring the necessary gold and coal to create the sceptre to the starting castle"
|
||||
condition=win
|
||||
[/objective]
|
||||
[objective]
|
||||
description= _ "1 load of gold and 2 loads of coal are needed"
|
||||
description= _ "Bring 1 load of gold and 2 loads of coal to the starting castle"
|
||||
condition=win
|
||||
[/objective]
|
||||
[objective]
|
||||
|
@ -660,6 +656,9 @@
|
|||
description= _ "Death of Thursagan"
|
||||
condition=lose
|
||||
[/objective]
|
||||
[note]
|
||||
description= _ "Dwarvish Miners can pick up and carry gold and coal."
|
||||
[/note]
|
||||
|
||||
{TURNS_RUN_OUT}
|
||||
|
||||
|
@ -668,6 +667,20 @@
|
|||
carryover_percentage=40
|
||||
[/gold_carryover]
|
||||
[/objectives]
|
||||
|
||||
#Add Map Labels for coal and gold.
|
||||
[label]
|
||||
x,y=$coal_1.x,$coal_1.y
|
||||
text= _ "Coal"
|
||||
[/label]
|
||||
[label]
|
||||
x,y=$coal_2.x,$coal_2.y
|
||||
text= _ "Coal"
|
||||
[/label]
|
||||
[label]
|
||||
x,y=$gold_1.x,$gold_1.y
|
||||
text= _ "Gold"
|
||||
[/label]
|
||||
[/event]
|
||||
|
||||
[event]
|
||||
|
@ -823,6 +836,7 @@
|
|||
[remove_item]
|
||||
x,y=$x1,$y1
|
||||
[/remove_item]
|
||||
{REMOVE_LABEL $coal_1.x $coal_1.y}
|
||||
{VARIABLE coal_1.x 0}
|
||||
{VARIABLE coal_1.y 0}
|
||||
[/event]
|
||||
|
@ -861,6 +875,7 @@
|
|||
[remove_item]
|
||||
x,y=$x1,$y1
|
||||
[/remove_item]
|
||||
{REMOVE_LABEL $coal_2.x $coal_2.y}
|
||||
{VARIABLE coal_2.x 0}
|
||||
{VARIABLE coal_2.y 0}
|
||||
[/event]
|
||||
|
@ -919,6 +934,7 @@
|
|||
[remove_item]
|
||||
x,y=$x1,$y1
|
||||
[/remove_item]
|
||||
{REMOVE_LABEL $gold_1.x $gold_1.y}
|
||||
{VARIABLE gold_1.x 0}
|
||||
{VARIABLE gold_1.y 0}
|
||||
[/event]
|
||||
|
|
Loading…
Add table
Reference in a new issue