ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Golem/spell_summon_devil.arc
Revision: 1.12
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.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 # This is currently only used by runes
2 #
3 object spell_summon_devil
4 inherit type_spell
5 name summon devil
6 name_pl summon devil
7 skill summoning
8 msg
9 Calls up a devil from the
10 infernal regions of the underworld. The
11 devil is under the control of the caster,
12 much the same way a golem is. The attacks and
13 protections are same as that of a normal
14 devil, which can make it particularly useful
15 against some creatures.
16 endmsg
17 other_arch devil
18 face spell_summoner.x11
19 sp 20
20 maxsp 15
21 dam 10
22 level 19
23 subtype 12
24 attacktype 8
25 path_attuned 64
26 value 1
27 invisible 1
28 duration 160
29 range_modifier 20
30 duration_modifier 10
31 dam_modifier 10
32 no_drop 1
33 casting_time 13
34 end
35