ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/MagicWall/spell_create_earth_wall.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_create_earth_wall
2 inherit type_spell
3 name create earth wall
4 name_pl create earth wall
5 skill summoning
6 msg
7 Creates a line of earth
8 walls. Unlike other magic wall spells, the
9 earthwalls cast no spells and do no damage.
10 However, they block most creatures from
11 passing over them, and block vision. Also,
12 unlike many of the magic wall spells,
13 earthwalls will stay around until they are
14 physically destroyed.
15 endmsg
16 other_arch earthwall
17 face spell_summoner.x11
18 sp 6
19 level 15
20 subtype 15
21 path_attuned 2048
22 value 1
23 invisible 1
24 duration 40
25 range 2
26 range_modifier 10
27 duration_modifier 1
28 move_block all
29 no_drop 1
30 casting_time 12
31 end
32