Skip to content

Commit

Permalink
Change campfire timezones in MP: Tombs of Kesorak
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.

For the always dark one exists no immage, uses one from after the fall,
with slightly adjusted ToD shifting as it looked to weak.

The 1 hex small campfires look best with dusk.

part of #3056

[ci skip]

(cherry-picked from commit f5890c1)
  • Loading branch information
sevu committed Oct 7, 2018
1 parent dc2b794 commit 8508964
Showing 1 changed file with 45 additions and 2 deletions.
47 changes: 45 additions & 2 deletions data/multiplayer/scenarios/2p_Tombs_of_Kesorak.cfg
Expand Up @@ -12,32 +12,75 @@
{DEFAULT_SCHEDULE}
{DEFAULT_MUSIC_PLAYLIST}


# The Schedule macros set the red,green,blue values and an id, other things are overwritten.
# Thea are ordered from dawn to 2nd night.

# Dark area
[time_area]
x=9,10,28,29
y=4,3,20,20
{SECOND_WATCH}
{DAWN}
[+time]
image=misc/time-schedules/default/schedule-dawn.png~BLIT(misc/tod-dark.png)
lawful_bonus=-25
[/time]
{DUSK}
[+time]
image=misc/time-schedules/default/schedule-morning.png~BLIT(misc/tod-dark.png)
lawful_bonus=0
[/time]
{DUSK}
[+time]
image=misc/time-schedules/default/schedule-afternoon.png~BLIT(misc/tod-dark.png)
lawful_bonus=0
[/time]
{FIRST_WATCH}
[+time]
image=misc/time-schedules/default/schedule-dusk.png~BLIT(misc/tod-dark.png)
lawful_bonus=-25
[/time]
{FIRST_WATCH}
{SECOND_WATCH}
[/time_area]

# Illuminated area
[time_area]
x=17,15,23,21
y=2,7,17,22
{MORNING}
[+time]
image=misc/time-schedules/default/schedule-dawn.png~BLIT(misc/tod-bright.png)
lawful_bonus=25
[/time]
{MORNING}
{AFTERNOON}
{AFTERNOON}
[+time]
image=misc/time-schedules/default/schedule-dusk.png~BLIT(misc/tod-bright.png)
lawful_bonus=25
[/time]
{DUSK}
[+time]
image=misc/time-schedules/default/schedule-firstwatch.png~BLIT(misc/tod-bright.png)
lawful_bonus=0
[/time]
{DUSK}
{DAWN}
[+time]
image=misc/time-schedules/default/schedule-secondwatch.png~BLIT(misc/tod-bright.png)
lawful_bonus=0
[/time]
[/time_area]

# Always dark
[time_area]
x=19
y=12
{FIRST_WATCH}
[+time]
image=misc/time-schedules/after-the-fall/6shortdark.png~BLIT(misc/tod-dark.png)~BLIT(misc/tod-dark.png)
red=-85
[/time]
[/time_area]

{PLACE_IMAGE items/coffin-closed.png 19 12}
Expand Down

0 comments on commit 8508964

Please sign in to comment.