ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Golem/spell_lesser_golem.arc
Revision: 1.10
Committed: Fri Apr 2 21:26:28 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.9: +1 -0 lines
Log Message:
clean app classes/types, add spell type and use it

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 type 101
26 subtype 12
27 attacktype 1
28 path_attuned 64
29 value 10
30 invisible 1
31 duration 75
32 duration_modifier 5
33 no_drop 1
34 casting_time 10
35 end
36