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

# Content
1 object spell_summon_cult_monsters
2 inherit type_spell
3 name summon cult monsters
4 name_pl summon cult monsters
5 race GODCULTMON
6 skill praying
7 msg
8 Summons pets from your god which will defend you and kill your enemies.
9
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
14 You get all experience from their kills.
15 endmsg
16 face spell_praying.x11
17 grace 12
18 maxgrace 10
19 attack_movement 16
20 level 8
21 type 101
22 subtype 27
23 path_attuned 64
24 value 30
25 invisible 1
26 no_drop 1
27 casting_time 10
28 end
29