ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Golem/spell_summon_air_elemental.arc
Revision: 1.11
Committed: Fri Apr 2 21:34:29 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.5 object spell_summon_air_elemental
2 root 1.10 inherit type_spell
3 root 1.1 name summon air elemental
4     name_pl summon air elemental
5     skill summoning
6     msg
7 root 1.9 Summons
8 root 1.7 an air elemental. The air elemental acts in
9     much the same way as a golem. Its attacks
10 root 1.1 and protections are that of a standard air
11     elemental, which can make it particularly
12 root 1.7 useful against some creatures, whose names
13     we won't tell you here.
14 root 1.1 endmsg
15 root 1.6 other_arch air_elemental
16     face spell_summoner.x11
17     sp 20
18     maxsp 15
19     dam 10
20 root 1.8 level 13
21 root 1.6 subtype 12
22     attacktype 8
23     path_attuned 64
24     value 60
25     invisible 1
26     duration 160
27     range_modifier 20
28     duration_modifier 10
29     dam_modifier 10
30     no_drop 1
31     casting_time 12
32 root 1.1 end
33 root 1.6