ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/mapbuilding/talking.arc
Revision: 1.11
Committed: Sun May 15 20:14:50 2011 UTC (13 years ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +2 -2 lines
Log Message:
buildmaterial redone

File Contents

# Content
1 object building_earbook
2 name Listening book material
3 name_pl Listening book materials
4 slaying magic_ear
5 msg
6 Creates a book which triggers other map elements when someone says the key phrase to it or within two squares.
7
8 Place 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.
9
10 Place 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:
11
12 @match blah
13
14 This 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.
15 endmsg
16 face buildmaterial-box:book_clasp.x11
17 nrof 1
18 type 126
19 subtype 3
20 value 70000
21 weight 1000
22 end
23
24 object building_mouthbook
25 name Talking book material
26 name_pl Talking book materials
27 slaying magic_mouth
28 msg
29 Creates a book which speaks when triggered by another map element.
30
31 Place 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.
32
33 Place 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.
34 endmsg
35 face buildmaterial-box:book_clasp.x11
36 nrof 1
37 type 126
38 subtype 3
39 value 45000
40 weight 1000
41 end
42