ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/SummonMonster/spell_summon_pet.arc
Revision: 1.9
Committed: Thu Nov 20 08:17:04 2008 UTC (15 years, 7 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:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.5 object spell_summon_pet_monster
2 root 1.1 name summon pet monster
3     name_pl summon pet monster
4     skill summoning
5     msg
6     This creates a number of monsters to help out
7 root 1.7 the spellcaster.
8    
9     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    
13     They typically attack other creatures and bash down doors. The creatures
14     persist until they are killed.
15 root 1.1 endmsg
16 root 1.6 face spell_summoner.x11
17     sp 5
18     attack_movement 16
19 root 1.9 level 3
20 root 1.6 type 101
21     subtype 27
22     path_attuned 64
23     value 20
24     invisible 1
25     randomitems mage_pet_monster
26     no_drop 1
27     casting_time 10
28 root 1.1 end
29 root 1.6