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.3 by root, Tue Feb 6 22:40:24 2007 UTC vs.
Revision 1.8 by sf-marcmagus, Sat Oct 10 07:14:49 2009 UTC

1object building_earbook 1object building_earbook
2name Listening book material 2name Listening book material
3name_pl Listening book materials
3slaying magic_ear 4slaying magic_ear
4face mbbook.x11 5face mbbook.x11
5nrof 1 6nrof 1
6type 161 7type 161
7subtype 3 8subtype 3
8value 70000 9value 70000
9weight 1000 10weight 1000
11msg
12Creates a book which triggers other map elements when someone says the key phrase to it or within two squares.
13
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.
15
16Place a book or scroll, which will become the listening book, on top of the Marking Rune. The text should be in a special format like:
17
18@match blah
19
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.
21endmsg
10end 22end
11 23
12object building_mouthbook 24object building_mouthbook
13name Talking book material 25name Talking book material
26name_pl Talking book materials
14slaying magic_mouth 27slaying magic_mouth
15face mbbook.x11 28face mbbook.x11
16nrof 1 29nrof 1
17type 161 30type 161
18subtype 3 31subtype 3
19value 45000 32value 45000
20weight 1000 33weight 1000
34msg
35Creates a book which speaks when triggered by another map element.
36
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.
38
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.
40endmsg
21end 41end
22 42

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines