ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Golem/spell_dancing_sword.arc
Revision: 1.13
Committed: Wed Apr 21 09:29:58 2010 UTC (14 years, 2 months ago) by elmex
Branch: MAIN
CVS Tags: rel-3_0, HEAD
Changes since 1.12: +1 -1 lines
Log Message:
rebalanced spell values.

base value for spellbooks have been adjusted greatly too.
also adjusted darcap town2 shops a bit w.r.t. difficulty and shopgreed.

File Contents

# User Rev Content
1 root 1.6 object spell_dancing_sword
2 root 1.11 inherit type_spell
3 root 1.1 name dancing sword
4     name_pl dancing sword
5 root 1.7 skill summoning
6     msg
7 root 1.10 Summons a magical sword as your golem.
8     The sword moves in the direction it was targetted at.
9 root 1.8 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 root 1.7 endmsg
12     other_arch dancingsword
13 pippijn 1.3 face spell_summoner.x11
14 root 1.7 sp 25
15     maxsp 10
16     dam 10
17 root 1.9 level 17
18 root 1.1 subtype 12
19 root 1.7 attacktype 1
20     path_attuned 2048
21 elmex 1.13 value 1
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