ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Golem/spell_mystic_fist.arc
Revision: 1.10
Committed: Sun Sep 28 15:12:03 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
Changes since 1.9: +1 -1 lines
Log Message:
rebalancing of all spell levels, some sp changes

File Contents

# User Rev Content
1 root 1.7 object spell_mystic_fist
2 root 1.1 name mystic fist
3     name_pl mystic fist
4 root 1.8 skill summoning
5     msg
6 root 1.9 A magical fist will appear, which you can control like any other golem.
7     You will get all experience of the fist's kills!
8    
9     DO NOT GET IN FRONT OF YOUR FIST.
10 root 1.8 endmsg
11     other_arch mystic_fist
12 pippijn 1.4 face spell_summoner.x11
13 root 1.1 sp 10
14 root 1.8 maxsp 15
15 root 1.6 dam 8
16 root 1.10 level 10
17 root 1.1 type 101
18     subtype 12
19 root 1.8 attacktype 8
20     path_attuned 64
21 root 1.6 value 50
22 root 1.8 invisible 1
23     duration 50
24     range_modifier 20
25     duration_modifier 10
26     dam_modifier 10
27 root 1.6 no_drop 1
28 root 1.8 casting_time 15
29 root 1.1 end
30 root 1.8