Skip to content

Commit

Permalink
DiD S6: add some easter eggs
Browse files Browse the repository at this point in the history
  • Loading branch information
nemaara committed Oct 31, 2019
1 parent 486d365 commit 768284f
Showing 1 changed file with 99 additions and 0 deletions.
Expand Up @@ -156,6 +156,9 @@

# Signpost
{PLACE_IMAGE scenery/signpost.png 17 22}
{PLACE_IMAGE scenery/monolith2.png 14 9}
{PLACE_IMAGE items/book2.png 29 25}
{PLACE_IMAGE scenery/wreck.png 31 15}

#define DID_RTP_HAS_ORC_LEADER
[have_unit]
Expand Down Expand Up @@ -513,6 +516,86 @@
[/if]
[/event]

[event]
name=moveto
[filter]
id=Malin Keshar
x,y=14,9
[/filter]
[filter_condition]
[have_unit]
id=Drogan
[/have_unit]
[/filter_condition]

[message]
speaker=narrator
message= _ "A monolith of grey stone, appearing solid, but crumbling within."
[/message]

[allow_undo][/allow_undo]
[/event]

[event]
name=moveto
[filter]
id=Malin Keshar
x,y=29,25
[/filter]

[message]
speaker=narrator
message= _ "Darkness is not the enemy, but believing it is so makes it so."
[/message]

[allow_undo][/allow_undo]
[/event]

[event]
name=moveto
[filter]
type=Soulless
variation=swimmer
x,y=31,15
[/filter]

# see corresponding easter egg in S1
[message]
speaker=Malin Keshar
message= _ "The dead fish returns home."
[/message]

[object]
id=super_zombie_buff
take_only_once=yes
silent=yes
duration=forever
[filter]
x,y=31,15
[/filter]
[effect]
apply_to=new_ability
[abilities]
{ABILITY_FEEDING}
[/abilities]
[/effect]
[effect]
apply_to=attack
range=melee
[set_specials]
{WEAPON_SPECIAL_POISON}
mode=append
[/set_specials]
[/effect]
[effect]
apply_to=hitpoints
increase_total=32
increase=32
heal_full=no
[/effect]
[/object]
[/event]

[event]
name=moveto
[filter]
Expand Down Expand Up @@ -668,6 +751,8 @@
# it's kind of subtle, but keep making everything darker
{COLOR_ADJUST -15 -15 -15}

{REMOVE_IMAGE 14 9}

{INCIDENTAL_MUSIC the_dangerous_symphony.ogg}

[message]
Expand Down Expand Up @@ -740,10 +825,24 @@
[/gold_carryover]
[/objectives]

{PLACE_IMAGE scenery/dark-monolith.png 19 24}
{PLACE_IMAGE "items/bones.png" $x1 $y1}
{VARIABLE loc.x $x1}
{VARIABLE loc.y $y1}

[event]
name=moveto
[filter]
id=Malin Keshar
x,y=19,24
[/filter]
[message]
speaker=narrator
message= _ "A monolith of dark stone, shadowed panes reflecting distorted images."
[/message]
[allow_undo][/allow_undo]
[/event]

[event]
name=moveto
[filter]
Expand Down

0 comments on commit 768284f

Please sign in to comment.