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, 9 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

# 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     skill summoning
8     msg
9 root 1.9 Summons a lesser golem, a magical creature that
10 root 1.8 does the caster's wishes. The caster can
11 root 1.1 have it attack other creatures, bash down
12 root 1.8 doors, detonate runes and so on.
13 root 1.7
14     The golem has a finite lifetime,
15     and this life is shortened
16 root 1.1 any time it takes damage.
17     endmsg
18 root 1.6 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 root 1.1 end
35 root 1.6