ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_marking_rune.arc
Revision: 1.10
Committed: Fri Apr 2 21:26:30 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.9: +1 -0 lines
Log Message:
clean app classes/types, add spell type and use it

File Contents

# Content
1 object spell_marking_rune
2 inherit type_spell
3 name marking rune
4 name_pl marking rune
5 skill sorcery
6 msg
7 Creates a special marking rune, which is basically a sign on the ground.
8
9 You may store any words you like in this rune, and people may apply it to
10 read it. It will do no harm whatsoever and is usually always visible.
11
12 This can be useful to warn others, or give yourself hints when in a maze.
13
14 Note that Elbereth is not a goddess known to these lands.
15 endmsg
16 other_arch rune_mark
17 face spell_sorcery.x11
18 sp 2
19 level 1
20 type 101
21 subtype 3
22 path_attuned 0
23 value 10
24 invisible 1
25 no_drop 1
26 casting_time 10
27 end
28