ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Golem/spell_lesser_golem.arc
Revision: 1.4
Committed: Sat Mar 3 00:51:12 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_normalise_revert
Changes since 1.3: +17 -18 lines
Log Message:
revert everything up to and including the normalising patch

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 name summon lesser golem
6 name_pl summon lesser golem
7 face spell_summoner.x11
8 level 1
9 sp 3
10 casting_time 10
11 path_attuned 64
12 other_arch golem
13 dam 10
14 duration 75
15 duration_modifier 5
16 maxsp 15
17 type 101
18 subtype 12
19 value 10
20 attacktype 1
21 no_drop 1
22 invisible 1
23 skill summoning
24 msg
25 Lesser golem summons a magical creature that
26 does the caster's wishes. The caster can
27 have it attack other creatures, bash down
28 doors, detonate runes, etc. The golem has a
29 finite lifetime, and this life is shortened
30 any time it takes damage.
31 endmsg
32 end