ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/MagicWall/spell_wall_of_thorns.arc
Revision: 1.8
Committed: Sun Sep 28 15:12:03 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_80, rel-2_72, rel-2_73, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_79, rel-2_78
Changes since 1.7: +1 -1 lines
Log Message:
rebalancing of all spell levels, some sp changes

File Contents

# User Rev Content
1 root 1.5 object spell_wall_of_thorns
2 root 1.1 name wall of thorns
3     name_pl wall of thorns
4 root 1.6 skill praying
5 root 1.7 msg
6     Creates a wall of thors in the direction it is cast, perpendicular to it.
7    
8     The wall will hurt creatures that try to cross it physically, and will eventually
9     evaporate.
10     endmsg
11 root 1.6 other_arch thorns
12 pippijn 1.2 face spell_praying.x11
13 root 1.6 grace 20
14     maxgrace 50
15     dam 4
16 root 1.8 level 12
17 root 1.1 type 101
18     subtype 15
19 root 1.6 attacktype 1
20     path_attuned 2048
21 root 1.1 value 60
22     invisible 1
23     duration 300
24 root 1.6 range 2
25     range_modifier 14
26 root 1.4 duration_modifier 1
27     dam_modifier 3
28 root 1.6 move_block all
29     no_drop 1
30     casting_time 5
31 root 1.1 end
32 root 1.6