ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Golem/spell_paper_golem.arc
Revision: 1.14
Committed: Wed Apr 21 09:29:58 2010 UTC (14 years, 1 month ago) by elmex
Branch: MAIN
CVS Tags: rel-3_0, HEAD
Changes since 1.13: +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 object spell_summon_paper_golem
2 inherit type_spell
3 name summon paper golem
4 name_pl summon paper golem
5 skill summoning
6 msg
7 Summons a paper golem that does
8 the caster's wishes. The caster can have it
9 attack other creatures, bash down doors,
10 detonate runes and so on.
11
12 The paper golem has a finite
13 lifetime, and this life is shortened any time
14 it takes damage. This paper golem is more
15 powerful than the golem.
16 endmsg
17 other_arch papergolem
18 face spell_summoner.x11
19 sp 100
20 maxsp 40
21 dam 100
22 level 20
23 subtype 12
24 attacktype 1
25 path_attuned 64
26 value 1
27 invisible 1
28 duration 150
29 range_modifier 15
30 duration_modifier 5
31 dam_modifier 1
32 no_drop 1
33 casting_time 10
34 end
35