ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/MagicWall/spell_create_pool_of_chaos.arc
Revision: 1.7
Committed: Sun Sep 28 07:30:00 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
Changes since 1.6: +4 -0 lines
Log Message:
update many spell descritpions, using my new toy cf-slotutil

File Contents

# User Rev Content
1 root 1.5 object spell_create_pool_of_chaos
2 root 1.1 name create pool of chaos
3     name_pl create pool of chaos
4 root 1.6 skill evocation
5 root 1.7 msg
6     Creates a wall-like area with a chaos pool in it, in the direction it is cast but perpendicular to it.
7     The wall will hurt creatures that try to cross it with chaos, and will eventually evaporate.
8     endmsg
9 root 1.6 other_arch color_spray
10 pippijn 1.2 face spell_evocation.x11
11 root 1.6 sp 10
12     maxsp 15
13     dam 4
14 root 1.4 level 10
15 root 1.1 type 101
16     subtype 15
17 root 1.6 attacktype 262144
18     path_attuned 2048
19 root 1.1 value 100
20     invisible 1
21     duration 240
22 root 1.6 range 2
23     range_modifier 20
24 root 1.4 duration_modifier 1
25     dam_modifier 3
26 root 1.6 move_block all
27     no_drop 1
28     casting_time 15
29 root 1.1 end
30 root 1.6