ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/SummonMonster/spell_summon_cult.arc
Revision: 1.13
Committed: Wed Apr 21 09:30:07 2010 UTC (14 years, 3 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_summon_cult_monsters
2 root 1.11 inherit type_spell
3 root 1.1 name summon cult monsters
4     name_pl summon cult monsters
5 root 1.7 race GODCULTMON
6     skill praying
7     msg
8 root 1.10 Summons pets from your god which will defend you and kill your enemies.
9 root 1.8
10 root 1.10 The pets can't be controlled by the caster directly, but they will move
11     around and follow him. You can use the C<petmode> command to influence
12     their general behaviour, however.
13 root 1.8
14     You get all experience from their kills.
15 root 1.7 endmsg
16 pippijn 1.3 face spell_praying.x11
17 root 1.7 grace 12
18     maxgrace 10
19     attack_movement 16
20 root 1.9 level 8
21 root 1.1 subtype 27
22     path_attuned 64
23 elmex 1.13 value 1
24 root 1.7 invisible 1
25 root 1.5 no_drop 1
26 root 1.7 casting_time 10
27 root 1.1 end
28 root 1.7