ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/MagicWall/spell_darkness.arc
Revision: 1.11
Committed: Wed Apr 21 09:30:00 2010 UTC (14 years, 2 months ago) by elmex
Branch: MAIN
CVS Tags: rel-3_0, HEAD
Changes since 1.10: +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.5 object spell_darkness
2 root 1.9 inherit type_spell
3 root 1.1 name darkness
4     name_pl darkness
5 root 1.6 skill praying
6 root 1.7 msg
7     Creates a wall of pure darkness in the direction it is cast but perpendicular to it.
8    
9     The darkness will block vision, but nothing else, and will eventually go away on its
10     own accord.
11     endmsg
12 root 1.6 other_arch darkness
13 pippijn 1.2 face spell_praying.x11
14 root 1.6 grace 15
15     maxgrace 50
16 root 1.8 level 12
17 root 1.1 subtype 15
18 root 1.6 path_attuned 524288
19 elmex 1.11 value 1
20 root 1.1 invisible 1
21     duration 50
22     range 2
23     range_modifier 13
24 root 1.6 duration_modifier 2
25     move_block all
26     no_drop 1
27     casting_time 5
28 root 1.1 end
29 root 1.6