ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Golem/spell_lesser_golem.arc
Revision: 1.7
Committed: Sun Sep 28 07:29:59 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_80, rel-2_72, rel-2_73, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_79, rel-2_78
Changes since 1.6: +4 -2 lines
Log Message:
update many spell descritpions, using my new toy cf-slotutil

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     Lesser golem summons a magical creature that
10     does the caster's wishes. The caster can
11     have it attack other creatures, bash down
12 root 1.7 doors, detonate runes, etc.
13    
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