ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Healing/spell_regen_sp.arc
Revision: 1.3
Committed: Tue Feb 6 22:41:25 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run, pre_normalise_revert
Changes since 1.2: +8 -7 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.1 # this should only be found in potions!
2 root 1.3 object spell_regenerate_spellpoints
3 root 1.1 name regenerate spellpoints
4     name_pl regenerate spellpoints
5 root 1.3 skill none
6     other_arch healing
7     sp 0
8 root 1.1 level 99
9     type 101
10     subtype 21
11 root 1.3 path_attuned 256
12 root 1.1 value 990
13     invisible 1
14     last_sp 9999
15 root 1.3 no_drop 1
16     casting_time 0
17 root 1.1 end
18 root 1.3