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, 2 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

# Content
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 object spell_lesser_summon_golem
5 inherit type_spell
6 name summon lesser golem
7 name_pl summon lesser golem
8 skill summoning
9 msg
10 Summons a lesser golem, a magical creature that
11 does the caster's wishes. The caster can
12 have it attack other creatures, bash down
13 doors, detonate runes and so on.
14
15 The golem has a finite lifetime,
16 and this life is shortened
17 any time it takes damage.
18 endmsg
19 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 value 1
29 invisible 1
30 duration 75
31 duration_modifier 5
32 no_drop 1
33 casting_time 10
34 end
35