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

File Contents

# Content
1 object spell_transference
2 inherit type_spell
3 name transference
4 name_pl transference
5 skill sorcery
6 msg
7 Transfers mana to the target.
8
9 If you use this spell on a normal creature, they will perhaps be
10 overloaded from the magical energy and explode in a blast of fire.
11
12 Can also be used to reload mana in another player.
13
14 endmsg
15 face spell_sorcery.x11
16 sp 10
17 maxsp 4
18 dam 8
19 level 12
20 type 101
21 subtype 37
22 path_attuned 32768
23 value 50
24 invisible 1
25 dam_modifier 2
26 no_drop 1
27 casting_time 20
28 end
29