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.1 by root, Mon Feb 6 20:26:03 2006 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
4slaying magic_ear
5face mbbook.x11
3nrof 1 6nrof 1
4weight 1000
5value 70000
6type 161 7type 161
7subtype 3 8subtype 3
8face mbbook.111 9value 70000
9slaying magic_ear 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
23
11Object building_mouthbook 24object building_mouthbook
12name Talking book material 25name Talking book material
26name_pl Talking book materials
27slaying magic_mouth
28face mbbook.x11
13nrof 1 29nrof 1
14weight 1000
15value 45000
16type 161 30type 161
17subtype 3 31subtype 3
18face mbbook.111 32value 45000
19slaying magic_mouth 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
20end 41end
42

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines