ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/SummonMonster/spell_summon_pet.arc
Revision: 1.8
Committed: Sun Sep 28 15:12:04 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
Changes since 1.7: +1 -1 lines
Log Message:
rebalancing of all spell levels, some sp changes

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.8 level 12
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