ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Golem/spell_lesser_golem.arc
Revision: 1.3
Committed: Tue Feb 6 22:41:25 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run, pre_normalise_revert
Changes since 1.2: +18 -17 lines
Log Message:
simply ran cfarch-normalize on all arches

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 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 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 end
33