ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Golem/spell_lesser_golem.arc
Revision: 1.11
Committed: Fri Apr 2 21:34:29 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.10: +0 -1 lines
Log Message:
remove superfluous type 101 lines

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 10
29 invisible 1
30 duration 75
31 duration_modifier 5
32 no_drop 1
33 casting_time 10
34 end
35