ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/MagicWall/spell_create_earth_wall.arc
Revision: 1.8
Committed: Sun Sep 28 15:12:03 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_80, rel-2_72, rel-2_73, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_79, rel-2_78
Changes since 1.7: +1 -1 lines
Log Message:
rebalancing of all spell levels, some sp changes

File Contents

# User Rev Content
1 root 1.5 object spell_create_earth_wall
2 root 1.1 name create earth wall
3     name_pl create earth wall
4     skill summoning
5     msg
6     Create earth wall will create a line of earth
7 root 1.7 walls. Unlike other magic wall spells, the
8 root 1.1 earthwalls cast no spells and do no damage.
9     However, they block most creatures from
10 root 1.7 passing over them, and block vision. Also,
11 root 1.1 unlike many of the magic wall spells,
12     earthwalls will stay around until they are
13 root 1.7 physically destroyed.
14 root 1.1 endmsg
15 root 1.6 other_arch earthwall
16     face spell_summoner.x11
17     sp 6
18 root 1.8 level 15
19 root 1.6 type 101
20     subtype 15
21     path_attuned 2048
22     value 40
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 root 1.1 end
32 root 1.6