ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Golem/spell_dancing_sword.arc
Revision: 1.11
Committed: Fri Apr 2 21:26:28 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.10: +1 -0 lines
Log Message:
clean app classes/types, add spell type and use it

File Contents

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