ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/MagicWall/spell_repelwall.arc
Revision: 1.7
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.6: +1 -1 lines
Log Message:
rebalancing of all spell levels, some sp changes

File Contents

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