ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Golem/spell_summon_earth_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

# User Rev Content
1 root 1.5 object spell_summon_earth_elemental
2 root 1.10 inherit type_spell
3 root 1.1 name summon earth elemental
4     name_pl summon earth elemental
5     skill summoning
6     msg
7 root 1.9 Summons an elemental
8 root 1.7 from the surrounding rock. This elemental
9 root 1.9 will do the caster's wishes, much like a
10 root 1.7 golem. Earth elementals are slow but very
11     durable. They have powerful physical
12 root 1.1 attacks.
13     endmsg
14 root 1.6 other_arch earth_elemental
15     face spell_summoner.x11
16     sp 15
17     maxsp 15
18     dam 50
19 root 1.8 level 12
20 root 1.6 type 101
21     subtype 12
22     attacktype 1
23     path_attuned 64
24     value 40
25     invisible 1
26     duration 280
27     range_modifier 20
28     duration_modifier 10
29     dam_modifier 10
30     no_drop 1
31     casting_time 11
32 root 1.1 end
33 root 1.6