ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_magic_drain.arc
Revision: 1.9
Committed: Fri Apr 2 21:26:30 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_magic_drain
2 inherit type_spell
3 name magic drain
4 name_pl magic drain
5 skill sorcery
6 msg
7 Drains mana from an enemies and adds it to your mana pool.
8 endmsg
9 face spell_sorcery.x11
10 sp 20
11 maxsp 10
12 dam -75
13 level 12
14 type 101
15 subtype 37
16 path_attuned 32768
17 value 120
18 invisible 1
19 dam_modifier 1
20 no_drop 1
21 casting_time 1
22 end
23