ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Golem/spell_lesser_golem.arc
Revision: 1.5
Committed: Sat Mar 3 01:16:51 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_second_normalise_run
Changes since 1.4: +1 -1 lines
Log Message:
lowercase Object and More manually for the time being

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.1 name summon lesser golem
6     name_pl summon lesser golem
7 root 1.4 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 root 1.1 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