ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_polymorph.arc
Revision: 1.12
Committed: Wed Apr 21 09:30:01 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

# User Rev Content
1 root 1.6 object spell_polymorph
2 root 1.10 inherit type_spell
3 root 1.1 name polymorph
4     name_pl polymorph
5 root 1.7 skill none
6     msg
7 root 1.9 Fires a polymorph bolt that transforms items and creatures in other items or creatures.
8    
9     Careful, you can lose items or transform peaceful creatures in deadly monsters!
10 root 1.7 endmsg
11     other_arch polymorph
12     sp 20
13 root 1.5 level 6
14 root 1.1 subtype 29
15 root 1.7 path_attuned 16384
16 elmex 1.12 value 1
17 root 1.1 invisible 1
18     range 15
19     range_modifier 5
20 root 1.7 no_drop 1
21     casting_time 30
22 root 1.1 end
23 root 1.7