ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_recharge.arc
(Generate patch)

Comparing deliantra/arch/spell/Misc/spell_recharge.arc (file contents):
Revision 1.2 by elmex, Wed Aug 9 10:55:10 2006 UTC vs.
Revision 1.9 by root, Fri Apr 2 21:26:30 2010 UTC

1Object spell_charging 1object spell_charging
2inherit type_spell
2name charging 3name charging
3name_pl charging 4name_pl charging
5skill none
6msg
7Charges the marked staff or wand.
8endmsg
9sp 200
10dam 40
4level 10 11level 10
5sp 200
6casting_time 75
7path_attuned 32768
8skill ???
9type 101 12type 101
10subtype 28 13subtype 28
14path_attuned 32768
11value 100 15value 100
16invisible 1
17dam_modifier 5
12no_drop 1 18no_drop 1
13invisible 1 19casting_time 75
14dam 40
15dam_modifier 5
16msg
17This spell can charge a staff or wand.
18endmsg
19end 20end
21

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines