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

Comparing deliantra/arch/spell/Healing/spell_regen_sp.arc (file contents):
Revision 1.1.1.1 by root, Mon Feb 6 20:26:27 2006 UTC vs.
Revision 1.13 by root, Sun May 30 17:05:27 2010 UTC

1# this should only be found in potions! 1# this should only be found in potions!
2Object spell_regenerate_spellpoints 2object spell_regenerate_spellpoints
3inherit type_spell
3name regenerate spellpoints 4name regenerate spellpoints
4name_pl regenerate spellpoints 5name_pl regenerate spellpoints
6skill none
7msg
8Regenerates your magic powers H<i.e. it restores
9your mana/spell points>.
10endmsg
11other_arch healing
12sound wn/heal
13sp 0
5level 99 14level 99
6sp 0 15subtype 21
7casting_time 0
8path_attuned 256 16path_attuned 256
9other_arch healing
10skill ???
11type 101
12subtype 21
13value 990 17value 1
14no_drop 1
15invisible 1 18invisible 1
16last_sp 9999 19last_sp 9999
20no_drop 1
21casting_time 0
17end 22end
23

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines