ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Golem/spell_lesser_golem.arc
Revision: 1.6
Committed: Sat Mar 3 01:24:18 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_0, rel-2_1, rel-2_71, rel-2_54, rel-2_55, rel-2_56, rel-2_53, rel-2_32, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.5: +17 -16 lines
Log Message:
second normaliser run - dude

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     doors, detonate runes, etc. The golem has a
13     finite lifetime, and this life is shortened
14     any time it takes damage.
15     endmsg
16 root 1.6 other_arch golem
17     face spell_summoner.x11
18     sp 3
19     maxsp 15
20     dam 10
21     level 1
22     type 101
23     subtype 12
24     attacktype 1
25     path_attuned 64
26     value 10
27     invisible 1
28     duration 75
29     duration_modifier 5
30     no_drop 1
31     casting_time 10
32 root 1.1 end
33 root 1.6