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

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 type 101
18     subtype 15
19 root 1.6 path_attuned 524288
20 root 1.1 value 50
21     invisible 1
22     duration 50
23     range 2
24     range_modifier 13
25 root 1.6 duration_modifier 2
26     move_block all
27     no_drop 1
28     casting_time 5
29 root 1.1 end
30 root 1.6