ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Golem/spell_summon_air_elemental.arc
Revision: 1.10
Committed: Fri Apr 2 21:26:28 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.9: +1 -0 lines
Log Message:
clean app classes/types, add spell type and use it

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 type 101
22     subtype 12
23     attacktype 8
24     path_attuned 64
25     value 60
26     invisible 1
27     duration 160
28     range_modifier 20
29     duration_modifier 10
30     dam_modifier 10
31     no_drop 1
32     casting_time 12
33 root 1.1 end
34 root 1.6