ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Golem/spell_summon_fire_ele.arc
Revision: 1.12
Committed: Wed Apr 21 09:29:58 2010 UTC (14 years, 3 months ago) by elmex
Branch: MAIN
CVS Tags: rel-3_0, HEAD
Changes since 1.11: +1 -1 lines
Log Message:
rebalanced spell values.

base value for spellbooks have been adjusted greatly too.
also adjusted darcap town2 shops a bit w.r.t. difficulty and shopgreed.

File Contents

# User Rev Content
1 root 1.5 object spell_summon_fire_elemental
2 root 1.10 inherit type_spell
3 root 1.1 name summon fire elemental
4     name_pl summon fire elemental
5     skill summoning
6     msg
7 root 1.9 Summons a creature
8 root 1.7 from the elemental plane of fire. This
9 root 1.9 elemental will do the caster's wishes, much
10 root 1.7 like a golem. Because they are made of fire,
11     fire elementals are impervious to fire
12 root 1.1 based damage, and have fire based attacks.
13     endmsg
14 root 1.6 other_arch fire_elemental
15     face spell_summoner.x11
16     sp 25
17     maxsp 15
18     dam 20
19 root 1.8 level 18
20 root 1.6 subtype 12
21     attacktype 4
22     path_attuned 64
23 elmex 1.12 value 1
24 root 1.6 invisible 1
25     duration 200
26     range_modifier 20
27     duration_modifier 10
28     dam_modifier 10
29     no_drop 1
30     casting_time 12
31 root 1.1 end
32 root 1.6