Update NPCs with some storyline information and (somewhat obscure) hints on the local Valkyrie temple
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@10974 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
06467c4cc1
commit
64170c4c27
|
@ -2438,6 +2438,23 @@ x 19
|
||||||
y 10
|
y 10
|
||||||
end
|
end
|
||||||
arch child_thief
|
arch child_thief
|
||||||
|
msg
|
||||||
|
@match hi|hello
|
||||||
|
I'm waiting here for my daddy to return.
|
||||||
|
@match daddy|return
|
||||||
|
He's playing cards or something like that.
|
||||||
|
@match cards
|
||||||
|
Sure, cards. That's how he makes some money.
|
||||||
|
@match money
|
||||||
|
Sometimes he plays with money, sometimes it's clothing - like boots or a cloak. Never his own, he always finds some, somwhere and uses that.
|
||||||
|
@match boots|cloak|clothing
|
||||||
|
Yeah - old stuff. Dirty and full of dust. My daddy says since it's magical it's worth more.
|
||||||
|
@match magic|magical
|
||||||
|
My daddy has a special shovels that help him find the magical clothes.
|
||||||
|
@match *
|
||||||
|
I don't know. I'm just a little kid
|
||||||
|
|
||||||
|
endmsg
|
||||||
Wis 1
|
Wis 1
|
||||||
x 19
|
x 19
|
||||||
y 10
|
y 10
|
||||||
|
@ -2544,6 +2561,10 @@ y 6
|
||||||
end
|
end
|
||||||
arch beggar
|
arch beggar
|
||||||
name wandering drunk
|
name wandering drunk
|
||||||
|
msg
|
||||||
|
match *
|
||||||
|
I am celebrating my big win. Lady luck was finally on my side of the dice! *hiccup*
|
||||||
|
endmsg
|
||||||
x 20
|
x 20
|
||||||
y 6
|
y 6
|
||||||
arch poison
|
arch poison
|
||||||
|
|
Loading…
Reference in New Issue