ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Golem/spell_summon_water_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_water_elemental
2 inherit type_spell
3 name summon water elemental
4 name_pl summon water elemental
5 skill summoning
6 msg
7 Summons a creature
8 from the elemental plane of water. This
9 elemental will do the caster's wishes, much
10 like a golem. Water elementals attack with
11 cold and physical attacks. They are not,
12 however, completely immune to cold attacks.
13 endmsg
14 other_arch water_elemental
15 face spell_summoner.x11
16 sp 15
17 maxsp 15
18 dam 40
19 level 11
20 type 101
21 subtype 12
22 attacktype 17
23 path_attuned 64
24 value 50
25 invisible 1
26 duration 140
27 range_modifier 20
28 duration_modifier 10
29 dam_modifier 10
30 no_drop 1
31 casting_time 11
32 end
33