ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/MagicWall/spell_wall_of_thorns.arc
Revision: 1.9
Committed: Thu Sep 17 08:14:49 2009 UTC (14 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_90, rel-2_92, rel-2_93
Changes since 1.8: +1 -1 lines
Log Message:
- try to avoid the word "spell" int he sepll description, and
  also their name, so the description actually fits dusts or
  custom spells better.
- fix some typos/errors in the spell descriptions

File Contents

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