ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/MagicWall/spell_wall_of_thorns.arc
Revision: 1.12
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.11: +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

# User Rev Content
1 root 1.5 object spell_wall_of_thorns
2 root 1.10 inherit type_spell
3 root 1.1 name wall of thorns
4     name_pl wall of thorns
5 root 1.6 skill praying
6 root 1.7 msg
7 root 1.9 Creates a wall of thorns perpendicular to the direction it was targetted at.
8 root 1.7
9     The wall will hurt creatures that try to cross it physically, and will eventually
10     evaporate.
11     endmsg
12 root 1.6 other_arch thorns
13 pippijn 1.2 face spell_praying.x11
14 root 1.6 grace 20
15     maxgrace 50
16     dam 4
17 root 1.8 level 12
18 root 1.1 subtype 15
19 root 1.6 attacktype 1
20     path_attuned 2048
21 elmex 1.12 value 1
22 root 1.1 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