ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/AnimateWeapon/spell_staff_to_snake.arc
Revision: 1.12
Committed: Wed Apr 21 09:29:55 2010 UTC (14 years, 2 months ago) by elmex
Branch: MAIN
CVS Tags: rel-3_0, HEAD
Changes since 1.11: +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

# Content
1 object spell_staff_to_snake
2 inherit type_spell
3 name staff to snake
4 name_pl staff to snake
5 race quarterstaff
6 skill praying
7 msg
8 Transforms a marked quarterstaff from your inventory
9 to a snake that you can control like a golem. After it runs out
10 the snake will be transformed back to the quarterstaff and drop to the floor.
11 endmsg
12 other_arch snake_golem
13 face spell_praying.x11
14 grace 8
15 maxgrace 18
16 dam 10
17 level 10
18 subtype 41
19 path_attuned 2048
20 value 1
21 invisible 1
22 duration 100
23 range_modifier 20
24 duration_modifier 1
25 dam_modifier 1
26 no_drop 1
27 casting_time 5
28 end
29