SoF S4: Make mining gold and coal clearer (#6182)

(cherry picked from commit 3a312f3703)
This commit is contained in:
Alexander Lacson 2021-11-03 13:37:50 +08:00 committed by Wedge009
parent d5d518665b
commit 58472b048d

View file

@ -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]