Change Campfire timezones in TSG S8b

Instead of having another ToD, the image of the current ToD is used,
but illuminated. This is an visual change, no gameplay changes included.

Due to the lack of a save I could not view the result myself,
I chose the ToD shifting colors based on the other scenarios.

part of #3056

[ci skip]
This commit is contained in:
Severin Glöckner 2018-07-05 07:19:56 +02:00
parent c80562aff0
commit 34670e3ff4

View file

@ -100,12 +100,29 @@
[time_area]
find_in=illuminated_locations
# Schedule from morning to 2nd night, with adjusted red,green,blue and illumination image.
{MORNING}
[+time]
image=misc/time-schedules/default/schedule-dawn.png~BLIT(misc/tod-bright.png)
lawful_bonus=25
[/time]
{MORNING}
{AFTERNOON}
{AFTERNOON}
{DUSK}
[+time]
image=misc/time-schedules/default/schedule-dusk.png~BLIT(misc/tod-bright.png)
lawful_bonus=25
[/time]
{DAWN}
[+time]
image=misc/time-schedules/default/schedule-firstwatch.png~BLIT(misc/tod-bright.png)
lawful_bonus=0
[/time]
{DAWN}
[+time]
image=misc/time-schedules/default/schedule-secondwatch.png~BLIT(misc/tod-bright.png)
lawful_bonus=0
[/time]
[/time_area]
#enddef