ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/MagicWall/spell_repelwall.arc
Revision: 1.8
Committed: Thu Sep 17 08:14:49 2009 UTC (14 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_90, rel-2_92, rel-2_93
Changes since 1.7: +2 -2 lines
Log Message:
- try to avoid the word "spell" int he sepll description, and
  also their name, so the description actually fits dusts or
  custom spells better.
- fix some typos/errors in the spell descriptions

File Contents

# Content
1 object spell_repelwall
2 name create repulsion wall
3 name_pl create repulsion wall
4 race smover_%d
5 skill sorcery
6 msg
7 Creates a wall that will repel any creature unless
8 it flies. However it requires a lot of mana to cast and has limited duration.
9 endmsg
10 face spell_sorcery.x11
11 sp 30
12 maxsp 20
13 level 35
14 type 101
15 subtype 15
16 attacktype 1
17 path_attuned 2048
18 value 80
19 invisible 1
20 duration 60
21 range 1
22 range_modifier 60
23 duration_modifier 5
24 is_used_up 1
25 no_drop 1
26 casting_time 20
27 end
28