ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/SummonMonster/spell_summon_cult.arc
Revision: 1.10
Committed: Thu Sep 17 08:14:52 2009 UTC (14 years, 10 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_90, rel-2_92, rel-2_93
Changes since 1.9: +4 -3 lines
Log Message:
- try to avoid the word "spell" int he sepll description, and
  also their name, so the description actually fits dusts or
  custom spells better.
- fix some typos/errors in the spell descriptions

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.10 Summons pets from your god which will defend you and kill your enemies.
8 root 1.8
9 root 1.10 The pets can't be controlled by the caster directly, but they will move
10     around and follow him. You can use the C<petmode> command to influence
11     their general behaviour, however.
12 root 1.8
13     You get all experience from their kills.
14 root 1.7 endmsg
15 pippijn 1.3 face spell_praying.x11
16 root 1.7 grace 12
17     maxgrace 10
18     attack_movement 16
19 root 1.9 level 8
20 root 1.1 type 101
21     subtype 27
22     path_attuned 64
23     value 30
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