Skip to content

Commit

Permalink
DiD: reduce brightness with scenario progression
Browse files Browse the repository at this point in the history
  • Loading branch information
nemaara committed Oct 31, 2019
1 parent bff0517 commit f2f5f74
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 1 deletion.
2 changes: 2 additions & 0 deletions data/campaigns/Descent_Into_Darkness/scenarios/05_Schism.cfg
Expand Up @@ -189,6 +189,8 @@

{CLEAR_CORPSE_HORDE}

{COLOR_ADJUST -12 -12 -12}

[objectives]
side=1
[objective]
Expand Down
Expand Up @@ -186,6 +186,8 @@

{CLEAR_CORPSE_HORDE}

{COLOR_ADJUST -14 -14 -14}

[objectives]
side=1
[objective]
Expand Down Expand Up @@ -663,6 +665,9 @@
id=Drogan
[/filter]

# it's kind of subtle, but keep making everything darker
{COLOR_ADJUST -15 -15 -15}

{INCIDENTAL_MUSIC the_dangerous_symphony.ogg}

[message]
Expand Down
Expand Up @@ -388,6 +388,8 @@

{CLEAR_CORPSE_HORDE}

{COLOR_ADJUST -16 -16 -16}

[objectives]
side=1
[objective]
Expand Down
Expand Up @@ -117,6 +117,8 @@
[event]
name=prestart

{COLOR_ADJUST -17 -17 -17}

[objectives]
side=1
[objective]
Expand Down
Expand Up @@ -189,6 +189,9 @@
[event]
name=prestart

# yes this value is not as adjusted as the previous scenario, but that's because we're underground
{COLOR_ADJUST -10 -10 -10}

# place the book's image
[item]
location_id=book_start
Expand Down
Expand Up @@ -156,6 +156,9 @@

{CLEAR_CORPSE_HORDE}

# leave some room for it to get darker later
{COLOR_ADJUST -12 -12 -12}

[objectives]
side=1
[objective]
Expand Down Expand Up @@ -251,6 +254,8 @@
[/else]
[/if]

{COLOR_ADJUST -13 -13 -13}

{CLEAR_VARIABLE hasBook}

[unit_overlay]
Expand All @@ -274,6 +279,7 @@
[/message]

{MOVE_UNIT (id=Malin Keshar) 7 15}
{COLOR_ADJUST -14 -14 -14}
{MOVE_UNIT (id=Malin Keshar) 8 14}

{CREATE_ADVISOR}
Expand All @@ -299,13 +305,15 @@
[/message]

{MOVE_UNIT (id=Darken Volk) 12 15}
{COLOR_ADJUST -15 -15 -15}

[message]
speaker=Malin Keshar
message= _ "You used me! You knew the people of Parthyn would cast me out — you knew I had nobody else to turn to! You knew I would do whatever you said..."
[/message]

{MOVE_UNIT (id=Darken Volk) 13 16}
{COLOR_ADJUST -16 -16 -16}

[message]
speaker=Malin Keshar
Expand All @@ -318,6 +326,7 @@
[/message]

{MOVE_UNIT (id=Darken Volk) 16 17}
{COLOR_ADJUST -17 -17 -17}

[message]
speaker=Malin Keshar
Expand All @@ -326,6 +335,8 @@

{MOVE_UNIT (id=Darken Volk) 17 17}
{MOVE_UNIT (id=Darken Volk) 20 18}
# darker and darker we go as Malin's mental state degenerates
{COLOR_ADJUST -18 -18 -18}

[message]
role=advisor
Expand Down Expand Up @@ -725,6 +736,8 @@
message= _ "I have already been cursed many times over. One more time is nothing..."
[/message]

{COLOR_ADJUST -20 -20 -20}

[message]
speaker=Malin Keshar
message= _ "Well, I suppose I should get that book off the battlefield."
Expand Down
Expand Up @@ -130,6 +130,8 @@

{CLEAR_CORPSE_HORDE}

{COLOR_ADJUST -15 -15 -15}

[store_unit]
[filter]
id=Malin Keshar
Expand Down Expand Up @@ -1666,6 +1668,8 @@

{FADE_IN}

{COLOR_ADJUST -15 -15 -15}

# And is reborn as a lich
[unit]
side=1
Expand Down
Expand Up @@ -155,6 +155,9 @@

{CLEAR_CORPSE_HORDE}

# not as dark as the previous scenario, since that one is more RPG-like and lonelier
{COLOR_ADJUST -10 -10 -10}

{VARIABLE_OP timesForever add 1}
{VARIABLE second_hero_arrived 0}

Expand Down Expand Up @@ -322,6 +325,9 @@
shrink=yes
[/replace_map]

# now it's truly endless night
{COLOR_ADJUST -15 -15 -15}

# don't let the two foolish heroes be from the same faction
{VARIABLE_OP randomHero2 rand (human,bandit,elf,dwarf,orc)}

Expand Down Expand Up @@ -1516,7 +1522,7 @@
speaker=narrator
image=items/book2.png
# po: hahaha is Zephrin laughing
# po: this line sounds very "modern-day" but that's intentional because it's an easter egg, not meant to be taken strictly at face value
# po: this line sounds very "modern-day" but that's intentional because it's an easter egg, not meant to be taken strictly at face value
message= _ "<i>That stupid memory came back to bother me again today. It was that time at the Academy when Zephrin and I were arguing about orcs. I still remember that hoarse voice of his telling me, ‘Fun story, Malin, but you really should put a disclaimer. You know, to make sure everyone understands no orcs were harmed in the making of this story, hahaha.’
I can still hear his infernal cackling ringing in my head. Sure thing, Zephrin, right... like my whole life was some sort of work of fiction!</i>"
Expand Down

0 comments on commit f2f5f74

Please sign in to comment.