Skip to content

Commit

Permalink
Change campfire timezones in UtBS S3
Browse files Browse the repository at this point in the history
Instead of having another ToD, the image of the current ToD is used,
but illuminated. This is a visual change, no gameplay changes included.

The ToD shifting for 'dawn' looked better than for 'dusk', and was
conidered better looking than having no ToD shift compared to the
surrounding.

part of #3056

[ci skip]
  • Loading branch information
sevu committed Jul 5, 2018
1 parent 41e757b commit c7d8d23
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
Expand Up @@ -15,6 +15,10 @@
{UTBS_MAP 03_A_Stirring_in_the_Night.map}
snapshot="no"
{LONGDARK4}
[+time]
# po: Use the same translation as for the string in the wesnoth-help textdomain.
name= _ "The Long Dark"
[/time]
# Set initial turns to 12 to give impression that that is how long player needs to
# survive.
turns=12
Expand Down Expand Up @@ -304,13 +308,18 @@
{VARIABLE zur_defeated 0}
{VARIABLE defiant_death 0}

#Time Areas correspond with halos around campfires
# Time Areas correspond with halos around campfires
[time_area]
x=14,16,13
y=10,15,20
id=campfires
radius=2
{DUSK}
{DAWN}
[+time]
# po: Use the same translation as for the string in the wesnoth-help textdomain.
name= _ "The Long Dark"
image=misc/time-schedules/after-the-fall/15longdark4.png~BLIT(misc/tod-bright.png)
[/time]
[/time_area]
[/event]

Expand Down
4 changes: 2 additions & 2 deletions data/core/macros/schedules.cfg
Expand Up @@ -644,8 +644,6 @@
[/time]
#enddef

#use same image as second watch

#define LONGDARK3
[time]
id=long_dark3
Expand All @@ -658,6 +656,8 @@
[/time]
#enddef

# When changing this image's name, change it as well in UtBS S3.

#define LONGDARK4
[time]
id=long_dark4
Expand Down

0 comments on commit c7d8d23

Please sign in to comment.