ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/SummonMonster/spell_summon_cult.arc
Revision: 1.9
Committed: Sun Sep 28 15:12:04 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_80, rel-2_72, rel-2_73, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_79, rel-2_78
Changes since 1.8: +1 -1 lines
Log Message:
rebalancing of all spell levels, some sp changes

File Contents

# User Rev Content
1 root 1.6 object spell_summon_cult_monsters
2 root 1.1 name summon cult monsters
3     name_pl summon cult monsters
4 root 1.7 race GODCULTMON
5     skill praying
6     msg
7 root 1.8 You summon pets from your god which will defending you and killing your enemies.
8    
9     The pets can't be controlled by the caster directly, but they will move around and follow him.
10     you can use the C<petmode> command to influence their general behaviour, however.
11    
12     You get all experience from their kills.
13 root 1.7 endmsg
14 pippijn 1.3 face spell_praying.x11
15 root 1.7 grace 12
16     maxgrace 10
17     attack_movement 16
18 root 1.9 level 8
19 root 1.1 type 101
20     subtype 27
21     path_attuned 64
22     value 30
23 root 1.7 invisible 1
24 root 1.5 no_drop 1
25 root 1.7 casting_time 10
26 root 1.1 end
27 root 1.7