ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Golem/spell_lesser_golem.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.1 # Summoners need a first level spell, and this is it - make it
2     # so most of the values don't scale - otherwise, this could be too
3     # powerful at higher levels.
4 root 1.5 object spell_lesser_summon_golem
5 root 1.10 inherit type_spell
6 root 1.1 name summon lesser golem
7     name_pl summon lesser golem
8     skill summoning
9     msg
10 root 1.9 Summons a lesser golem, a magical creature that
11 root 1.8 does the caster's wishes. The caster can
12 root 1.1 have it attack other creatures, bash down
13 root 1.8 doors, detonate runes and so on.
14 root 1.7
15     The golem has a finite lifetime,
16     and this life is shortened
17 root 1.1 any time it takes damage.
18     endmsg
19 root 1.6 other_arch golem
20     face spell_summoner.x11
21     sp 3
22     maxsp 15
23     dam 10
24     level 1
25     subtype 12
26     attacktype 1
27     path_attuned 64
28 elmex 1.12 value 1
29 root 1.6 invisible 1
30     duration 75
31     duration_modifier 5
32     no_drop 1
33     casting_time 10
34 root 1.1 end
35 root 1.6