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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines