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

# Content
1 object spell_darkness
2 inherit type_spell
3 name darkness
4 name_pl darkness
5 skill praying
6 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 other_arch darkness
13 face spell_praying.x11
14 grace 15
15 maxgrace 50
16 level 12
17 subtype 15
18 path_attuned 524288
19 value 1
20 invisible 1
21 duration 50
22 range 2
23 range_modifier 13
24 duration_modifier 2
25 move_block all
26 no_drop 1
27 casting_time 5
28 end
29