ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Healing/spell_regen_sp.arc
Revision: 1.7
Committed: Wed Aug 1 00:53:05 2007 UTC (16 years, 11 months ago) by root
Branch: MAIN
CVS Tags: rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_71, rel-2_54, rel-2_55, rel-2_56, rel-2_53, rel-2_32, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.6: +1 -0 lines
Log Message:
shooting and impacting sounds for many bullets and some cones

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 root 1.7 sound wn/heal
7 root 1.6 other_arch healing
8     sp 0
9 root 1.4 level 99
10 root 1.1 type 101
11     subtype 21
12 root 1.6 path_attuned 256
13 root 1.1 value 990
14     invisible 1
15     last_sp 9999
16 root 1.6 no_drop 1
17     casting_time 0
18 root 1.1 end
19 root 1.6