ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Golem/spell_dancing_sword.arc
(Generate patch)

Comparing deliantra/arch/spell/Golem/spell_dancing_sword.arc (file contents):
Revision 1.5 by root, Sat Mar 3 00:51:12 2007 UTC vs.
Revision 1.13 by elmex, Wed Apr 21 09:29:58 2010 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines