Skip to content

Commit

Permalink
DiD S8: add more map interactability
Browse files Browse the repository at this point in the history
  • Loading branch information
nemaara committed Nov 4, 2019
1 parent 80b03f1 commit 5eced35
Showing 1 changed file with 79 additions and 1 deletion.
Expand Up @@ -83,7 +83,6 @@
{PLACE_IMAGE items/ball-green.png 8 2}
{PLACE_IMAGE items/stone-tablet.png 6 16}
{PLACE_IMAGE items/stone-tablet.png 15 13}
{PLACE_IMAGE items/ankh-necklace.png 3 15}
{PLACE_IMAGE items/ornate2.png 17 1}
{PLACE_IMAGE items/potion-blue.png 26 4}
{PLACE_IMAGE items/potion-grey.png 27 5}
Expand Down Expand Up @@ -360,6 +359,8 @@
{MODIFY_UNIT (id=Darken Volk) facing ne}
[/event]

# le Volk is very chatty in this scenario because he's excited to get his book
# Malin is still pretty quiet here
[event]
name=start

Expand Down Expand Up @@ -740,6 +741,83 @@ Leaving only bones to remain.</i>"
[allow_undo][/allow_undo]
[/event]

# someone's marriage had some issues at the last moment...
[event]
name=moveto
[filter]
x,y=13,3
side=1
[/filter]
[message]
speaker=Darken Volk
message= _ "This appears to be a wedding ring."
[/message]
[/event]

[event]
name=moveto
[filter]
x=17,18
y=1,1
side=1
[/filter]
[message]
speaker=Darken Volk
message= _ "This vial of holy water is inscribed with a cross and two rings."
[/message]
[/event]

[event]
name=moveto
[filter]
x,y=15,2
side=1
[/filter]
[message]
speaker=Darken Volk
message= _ "There is a torn up dress on this altar."
[/message]
[/event]

# Malin gets some extra cold resistance
[event]
name=moveto
[filter]
x,y=3,15
id=Malin Keshar
[/filter]
[message]
speaker=Malin Keshar
message= _ "This amulet feels strangely cold."
[/message]
[object]
silent=yes
duration=forever
[filter]
id=Malin Keshar
[/filter]
[effect]
apply_to=resistance
[resistance]
cold=-10
[/resistance]
[/effect]
[/object]
[/event]

[event]
name=moveto
[filter]
x=8,9
y=7,9
side=1
[/filter]
[message]
speaker=Malin Keshar
message= _ "The mages have hidden their gold somewhere else."
[/message]
[/event]

# Lord Karres

[event]
Expand Down

0 comments on commit 5eced35

Please sign in to comment.