ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_transference.arc
Revision: 1.8
Committed: Sun Sep 28 07:30:00 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
Changes since 1.7: +3 -1 lines
Log Message:
update many spell descritpions, using my new toy cf-slotutil

File Contents

# User Rev Content
1 root 1.6 object spell_transference
2 root 1.1 name transference
3     name_pl transference
4 root 1.7 skill sorcery
5     msg
6 root 1.8 This spell will transer mana to another player.
7     If you use this spell on a normal creature,
8     they will perhaps be overloaded from the magical energy and explode in a blast of fire.
9 root 1.7 endmsg
10 pippijn 1.3 face spell_sorcery.x11
11 root 1.7 sp 10
12     maxsp 4
13     dam 8
14     level 5
15 root 1.1 type 101
16     subtype 37
17 root 1.7 path_attuned 32768
18 root 1.5 value 50
19 root 1.1 invisible 1
20     dam_modifier 2
21 root 1.7 no_drop 1
22     casting_time 20
23 root 1.1 end
24 root 1.7