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

# Content
1 object spell_summon_air_elemental
2 inherit type_spell
3 name summon air elemental
4 name_pl summon air elemental
5 skill summoning
6 msg
7 Summons
8 an air elemental. The air elemental acts in
9 much the same way as a golem. Its attacks
10 and protections are that of a standard air
11 elemental, which can make it particularly
12 useful against some creatures, whose names
13 we won't tell you here.
14 endmsg
15 other_arch air_elemental
16 face spell_summoner.x11
17 sp 20
18 maxsp 15
19 dam 10
20 level 13
21 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 end
34