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, 1 month 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

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