ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Golem/spell_summon_air_elemental.arc
Revision: 1.9
Committed: Thu Sep 17 08:14:48 2009 UTC (14 years, 10 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_90, rel-2_92, rel-2_93
Changes since 1.8: +1 -1 lines
Log Message:
- try to avoid the word "spell" int he sepll description, and
  also their name, so the description actually fits dusts or
  custom spells better.
- fix some typos/errors in the spell descriptions

File Contents

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