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]

(cherry-picked from commit f2a1acd97e76dd89a7830904f596c3d19984c1fa)
This commit is contained in:
Severin Glöckner 2018-07-05 07:19:56 +02:00
parent e4418de7ff
commit dc2b794351

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