ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/MagicWall/spell_repelwall.arc
Revision: 1.9
Committed: Fri Apr 2 21:26:29 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.8: +1 -0 lines
Log Message:
clean app classes/types, add spell type and use it

File Contents

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