ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/SummonMonster/spell_magehound.arc
Revision: 1.11
Committed: Fri Apr 2 21:34:30 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.10: +0 -1 lines
Log Message:
remove superfluous type 101 lines

File Contents

# User Rev Content
1 root 1.6 object spell_magehound
2 root 1.10 inherit type_spell
3 root 1.1 name magehound
4     name_pl magehounds
5 root 1.7 skill summoning
6     msg
7 root 1.9 Summons a hound pet monster which will attack your enemies.
8 root 1.7 endmsg
9 pippijn 1.3 face spell_summoner.x11
10 root 1.7 sp 12
11     attack_movement 16
12 root 1.8 level 25
13 root 1.1 subtype 27
14     path_attuned 64
15     value 20
16     invisible 1
17     randomitems mage_hound
18 root 1.7 no_drop 1
19     casting_time 40
20 root 1.1 end
21 root 1.7