ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/SummonMonster/spell_summon_pet.arc
Revision: 1.5
Committed: Sat Mar 3 01:16:57 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_second_normalise_run
Changes since 1.4: +1 -1 lines
Log Message:
lowercase Object and More manually for the time being

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