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

File Contents

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