ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Golem/spell_summon_air_elemental.arc
(Generate patch)

Comparing deliantra/arch/spell/Golem/spell_summon_air_elemental.arc (file contents):
Revision 1.5 by root, Sat Mar 3 01:16:51 2007 UTC vs.
Revision 1.10 by root, Fri Apr 2 21:26:28 2010 UTC

1object spell_summon_air_elemental 1object spell_summon_air_elemental
2inherit type_spell
2name summon air elemental 3name summon air elemental
3name_pl summon air elemental 4name_pl summon air elemental
5skill summoning
6msg
7Summons
8an air elemental. The air elemental acts in
9much the same way as a golem. Its attacks
10and protections are that of a standard air
11elemental, which can make it particularly
12useful against some creatures, whose names
13we won't tell you here.
14endmsg
15other_arch air_elemental
4face spell_summoner.x11 16face spell_summoner.x11
5level 6
6sp 20 17sp 20
7casting_time 12 18maxsp 15
8path_attuned 64
9other_arch air_elemental
10dam 10 19dam 10
11dam_modifier 10 20level 13
12duration 160
13duration_modifier 10
14range_modifier 20
15maxsp 15
16type 101 21type 101
17subtype 12 22subtype 12
23attacktype 8
24path_attuned 64
18value 60 25value 60
19attacktype 8 26invisible 1
27duration 160
28range_modifier 20
29duration_modifier 10
30dam_modifier 10
20no_drop 1 31no_drop 1
21invisible 1 32casting_time 12
22skill summoning
23msg
24Summon air elemental does just that - summons
25an air elemental. The air elemental acts in
26much the same way as a golem. Its attacks
27and protections are that of a standard air
28elemental, which can make it particularly
29useful against some creatures.
30endmsg
31end 33end
34

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines