ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/mapbuilding/talking.arc
(Generate patch)

Comparing deliantra/arch/mapbuilding/talking.arc (file contents):
Revision 1.8 by sf-marcmagus, Sat Oct 10 07:14:49 2009 UTC vs.
Revision 1.9 by root, Tue Nov 3 09:58:57 2009 UTC

1object building_earbook 1object building_earbook
2name Listening book material 2name Listening book material
3name_pl Listening book materials 3name_pl Listening book materials
4slaying magic_ear 4slaying magic_ear
5face mbbook.x11
6nrof 1
7type 161
8subtype 3
9value 70000
10weight 1000
11msg 5msg
12Creates a book which triggers other map elements when someone says the key phrase to it or within two squares. 6Creates a book which triggers other map elements when someone says the key phrase to it or within two squares.
13 7
14Place a Marking Rune on the map square before building. The rune will be removed, and the book will be linked to all other elements on the map marked with the same text. 8Place a Marking Rune on the map square before building. The rune will be removed, and the book will be linked to all other elements on the map marked with the same text.
15 9
17 11
18@match blah 12@match blah
19 13
20This will cause the book to trigger when "blah" is said. You can optionally also add text for the book to say in response on a separate line below the @match. 14This will cause the book to trigger when "blah" is said. You can optionally also add text for the book to say in response on a separate line below the @match.
21endmsg 15endmsg
16face mbbook.x11
17nrof 1
18type 161
19subtype 3
20value 70000
21weight 1000
22end 22end
23 23
24object building_mouthbook 24object building_mouthbook
25name Talking book material 25name Talking book material
26name_pl Talking book materials 26name_pl Talking book materials
27slaying magic_mouth 27slaying magic_mouth
28face mbbook.x11
29nrof 1
30type 161
31subtype 3
32value 45000
33weight 1000
34msg 28msg
35Creates a book which speaks when triggered by another map element. 29Creates a book which speaks when triggered by another map element.
36 30
37Place a Marking Rune on the map square before building. The rune will be removed, and the book will be linked to all other elements on the map marked with the same text. 31Place a Marking Rune on the map square before building. The rune will be removed, and the book will be linked to all other elements on the map marked with the same text.
38 32
39Place a book or scroll, which will become the talking book, on top of the Marking Rune. The text is the message to be spoken by the talking book. 33Place a book or scroll, which will become the talking book, on top of the Marking Rune. The text is the message to be spoken by the talking book.
40endmsg 34endmsg
35face mbbook.x11
36nrof 1
37type 161
38subtype 3
39value 45000
40weight 1000
41end 41end
42 42

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines