ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Golem/spell_lesser_golem.arc
Revision: 1.9
Committed: Thu Sep 17 08:14:48 2009 UTC (14 years, 10 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_90, rel-2_92, rel-2_93
Changes since 1.8: +1 -1 lines
Log Message:
- try to avoid the word "spell" int he sepll description, and
  also their name, so the description actually fits dusts or
  custom spells better.
- fix some typos/errors in the spell descriptions

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 skill summoning
8 msg
9 Summons a lesser golem, a magical creature that
10 does the caster's wishes. The caster can
11 have it attack other creatures, bash down
12 doors, detonate runes and so on.
13
14 The golem has a finite lifetime,
15 and this life is shortened
16 any time it takes damage.
17 endmsg
18 other_arch golem
19 face spell_summoner.x11
20 sp 3
21 maxsp 15
22 dam 10
23 level 1
24 type 101
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