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:
parent
c7d8d23256
commit
f2a1acd97e
1 changed files with 18 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue