ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/MagicWall/spell_create_frost_wall.arc
Revision: 1.11
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.10: +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_create_frost_wall
2 root 1.9 inherit type_spell
3 root 1.1 name create frost wall
4     name_pl create frost wall
5 root 1.6 skill evocation
6 root 1.7 msg
7     Creates a wall-like area with an icestorm in it, in the direction it is cast but perpendicular to it.
8     The wall will hurt creatures that try to cross it with frost, and will eventually
9     evaporate.
10     endmsg
11 root 1.6 other_arch icestorm
12 pippijn 1.2 face spell_evocation.x11
13 root 1.6 sp 8
14     maxsp 8
15     dam 2
16 root 1.8 level 14
17 root 1.1 subtype 15
18 root 1.6 attacktype 18
19     path_attuned 2048
20 elmex 1.11 value 1
21 root 1.1 invisible 1
22     duration 240
23 root 1.6 range 2
24     range_modifier 12
25 root 1.4 duration_modifier 1
26     dam_modifier 3
27 root 1.6 move_block all
28     no_drop 1
29     casting_time 10
30 root 1.1 end
31 root 1.6