ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Golem/spell_dancing_sword.arc
Revision: 1.8
Committed: Sun Sep 28 07:29:59 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
Changes since 1.7: +4 -1 lines
Log Message:
update many spell descritpions, using my new toy cf-slotutil

File Contents

# User Rev Content
1 root 1.6 object spell_dancing_sword
2 root 1.1 name dancing sword
3     name_pl dancing sword
4 root 1.7 skill summoning
5     msg
6 root 1.8 This spell summons a magical sword as your golem.
7     The sword moves in the direction the player has cast it.
8     It can be moved in different directions from player like any other golem.
9     You will get the experience for creatures that the swords kills!
10 root 1.7 endmsg
11     other_arch dancingsword
12 pippijn 1.3 face spell_summoner.x11
13 root 1.7 sp 25
14     maxsp 10
15     dam 10
16     level 11
17 root 1.1 type 101
18     subtype 12
19 root 1.7 attacktype 1
20     path_attuned 2048
21 root 1.5 value 110
22 root 1.7 invisible 1
23 root 1.1 duration 75
24 root 1.7 range_modifier 15
25 root 1.5 duration_modifier 1
26 root 1.7 dam_modifier 2
27 root 1.1 no_drop 1
28 root 1.7 casting_time 10
29 root 1.1 end
30 root 1.7