ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Golem/spell_mystic_fist.arc
Revision: 1.11
Committed: Tue Sep 30 10:58:13 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_80, rel-2_72, rel-2_73, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_79, rel-2_78
Changes since 1.10: +1 -1 lines
Log Message:
rebalance some spell levels, consdierably strenghten poison cloud

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.11 level 5
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