ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Healing/spell_regen_sp.arc
Revision: 1.13
Committed: Sun May 30 17:05:27 2010 UTC (14 years ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.12: +0 -1 lines
Log Message:
*** empty log message ***

File Contents

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