ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Healing/spell_regen_sp.arc
Revision: 1.6
Committed: Sat Mar 3 01:24:19 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0, rel-2_1
Changes since 1.5: +7 -6 lines
Log Message:
second normaliser run - dude

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.1 name regenerate spellpoints
4     name_pl regenerate spellpoints
5 root 1.6 skill none
6     other_arch healing
7     sp 0
8 root 1.4 level 99
9 root 1.1 type 101
10     subtype 21
11 root 1.6 path_attuned 256
12 root 1.1 value 990
13     invisible 1
14     last_sp 9999
15 root 1.6 no_drop 1
16     casting_time 0
17 root 1.1 end
18 root 1.6