ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/SummonMonster/spell_summon_cult.arc
Revision: 1.11
Committed: Fri Apr 2 21:26:34 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.10: +1 -0 lines
Log Message:
clean app classes/types, add spell type and use it

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 type 101
22     subtype 27
23     path_attuned 64
24     value 30
25 root 1.7 invisible 1
26 root 1.5 no_drop 1
27 root 1.7 casting_time 10
28 root 1.1 end
29 root 1.7