ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_marking_rune.arc
Revision: 1.12
Committed: Wed Apr 21 09:30:01 2010 UTC (14 years, 2 months ago) by elmex
Branch: MAIN
CVS Tags: rel-3_0, HEAD
Changes since 1.11: +1 -1 lines
Log Message:
rebalanced spell values.

base value for spellbooks have been adjusted greatly too.
also adjusted darcap town2 shops a bit w.r.t. difficulty and shopgreed.

File Contents

# User Rev Content
1 root 1.6 object spell_marking_rune
2 root 1.10 inherit type_spell
3 root 1.1 name marking rune
4     name_pl marking rune
5 root 1.7 skill sorcery
6     msg
7 root 1.9 Creates a special marking rune, which is basically a sign on the ground.
8 root 1.8
9 root 1.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 root 1.7 endmsg
16     other_arch rune_mark
17 pippijn 1.3 face spell_sorcery.x11
18 root 1.7 sp 2
19     level 1
20 root 1.1 subtype 3
21 root 1.7 path_attuned 0
22 elmex 1.12 value 1
23 root 1.7 invisible 1
24     no_drop 1
25 root 1.5 casting_time 10
26 root 1.1 end
27 root 1.7