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.2 by elmex, Wed Aug 9 10:17:41 2006 UTC vs.
Revision 1.11 by root, Fri Apr 2 21:26:28 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.111 13face spell_summoner.x11
14sp 25
15maxsp 10
16dam 10
17level 17
5type 101 18type 101
6subtype 12 19subtype 12
7level 11 20attacktype 1
21path_attuned 2048
8value 110 22value 110
9sp 25 23invisible 1
24duration 75
25range_modifier 15
26duration_modifier 1
27dam_modifier 2
28no_drop 1
10casting_time 10 29casting_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 30end
31

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines