ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_recharge.arc
Revision: 1.4
Committed: Tue Feb 6 22:41:29 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run, pre_normalise_revert
Changes since 1.3: +11 -10 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.4 object spell_charging
2 root 1.1 name charging
3     name_pl charging
4 root 1.4 skill none
5     msg
6     This spell can charge a staff or wand.
7     endmsg
8     sp 200
9     dam 40
10 root 1.1 level 10
11     type 101
12     subtype 28
13 root 1.4 path_attuned 32768
14 root 1.1 value 100
15     invisible 1
16     dam_modifier 5
17 root 1.4 no_drop 1
18     casting_time 75
19 root 1.1 end
20 root 1.4