ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_magic_drain.arc
Revision: 1.10
Committed: Fri Apr 2 21:34:29 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.9: +0 -1 lines
Log Message:
remove superfluous type 101 lines

File Contents

# User Rev Content
1 root 1.6 object spell_magic_drain
2 root 1.9 inherit type_spell
3 root 1.1 name magic drain
4     name_pl magic drain
5 root 1.7 skill sorcery
6     msg
7 root 1.8 Drains mana from an enemies and adds it to your mana pool.
8 root 1.7 endmsg
9 pippijn 1.3 face spell_sorcery.x11
10 root 1.7 sp 20
11     maxsp 10
12     dam -75
13     level 12
14 root 1.1 subtype 37
15 root 1.7 path_attuned 32768
16 root 1.5 value 120
17 root 1.1 invisible 1
18     dam_modifier 1
19 root 1.7 no_drop 1
20     casting_time 1
21 root 1.1 end
22 root 1.7