ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/mapbuilding/talking.arc
Revision: 1.10
Committed: Thu Apr 8 22:40:36 2010 UTC (14 years, 2 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0
Changes since 1.9: +2 -2 lines
Log Message:
move DEEP_SWAMP, IDENTIFY_ALTAR, SKILLSCROLL, SYMPTOM, BUILDER, MATERIAL, MAPSCRIPT, ITEM_TRANSFORMER, MENU, POWER_CRYSTAL, CORPSE and SAFE_GROUND to lower values

File Contents

# User Rev Content
1 root 1.5 object building_earbook
2 root 1.1 name Listening book material
3 root 1.7 name_pl Listening book materials
4 root 1.6 slaying magic_ear
5 sf-marcmagus 1.8 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 root 1.9 face mbbook.x11
17     nrof 1
18 root 1.10 type 126
19 root 1.9 subtype 3
20     value 70000
21     weight 1000
22 root 1.1 end
23 root 1.6
24 root 1.5 object building_mouthbook
25 root 1.1 name Talking book material
26 root 1.7 name_pl Talking book materials
27 root 1.6 slaying magic_mouth
28 sf-marcmagus 1.8 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 root 1.9 face mbbook.x11
36     nrof 1
37 root 1.10 type 126
38 root 1.9 subtype 3
39     value 45000
40     weight 1000
41 root 1.1 end
42 root 1.6