ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/SummonMonster/spell_summon_pet.arc
(Generate patch)

Comparing deliantra/arch/spell/SummonMonster/spell_summon_pet.arc (file contents):
Revision 1.5 by root, Sat Mar 3 01:16:57 2007 UTC vs.
Revision 1.6 by root, Sat Mar 3 01:24:24 2007 UTC

1object spell_summon_pet_monster 1object spell_summon_pet_monster
2name summon pet monster 2name summon pet monster
3name_pl summon pet monster 3name_pl summon pet monster
4face spell_summoner.x11
5type 101
6subtype 27
7level 2
8sp 5
9casting_time 10
10path_attuned 64
11skill summoning 4skill summoning
12value 20
13no_drop 1
14invisible 1
15attack_movement 16
16randomitems mage_pet_monster
17msg 5msg
18This creates a number of monsters to help out 6This creates a number of monsters to help out
19the spellcaster. These monsters are not 7the spellcaster. These monsters are not
20under direct control (like golems) but rather 8under direct control (like golems) but rather
21think on their own. They typically attack 9think on their own. They typically attack
22other creatures and bash down doors. The 10other creatures and bash down doors. The
23creatures persist until they are killed. 11creatures persist until they are killed.
24endmsg 12endmsg
13face spell_summoner.x11
14sp 5
15attack_movement 16
16level 2
17type 101
18subtype 27
19path_attuned 64
20value 20
21invisible 1
22randomitems mage_pet_monster
23no_drop 1
24casting_time 10
25end 25end
26

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines