ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/MoodChange/spell_charm_monsters.arc
Revision: 1.14
Committed: Wed Apr 21 09:30:02 2010 UTC (14 years, 2 months ago) by elmex
Branch: MAIN
CVS Tags: rel-3_0, HEAD
Changes since 1.13: +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_charm_monsters
2 root 1.12 inherit type_spell
3 root 1.1 name charm monsters
4     name_pl charm monsters
5 root 1.7 skill summoning
6     msg
7 root 1.9 This prayer may convert monsters in the area into pets. Its radius will expand with the
8 root 1.7 casters level. The level of the creature has to be at least the level of the
9     summoning skill to be able to charm it. Having a lots of charisma can help a lot!
10     endmsg
11     other_arch charm_aura
12 root 1.9 sound ss/wah1
13 pippijn 1.3 face spell_summoner.x11
14 root 1.7 sp 20
15     maxsp 27
16 root 1.11 level 10
17 root 1.1 subtype 34
18 root 1.7 path_attuned 1024
19 elmex 1.14 value 1
20 root 1.1 invisible 1
21     range 1
22     range_modifier 3
23 root 1.7 no_drop 1
24 root 1.1 no_attack 1
25 root 1.7 casting_time 10
26 root 1.1 end
27 root 1.7