ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Golem/spell_lesser_golem.arc
(Generate patch)

Comparing deliantra/arch/spell/Golem/spell_lesser_golem.arc (file contents):
Revision 1.3 by root, Tue Feb 6 22:41:25 2007 UTC vs.
Revision 1.4 by root, Sat Mar 3 00:51:12 2007 UTC

1# Summoners need a first level spell, and this is it - make it 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 2# so most of the values don't scale - otherwise, this could be too
3# powerful at higher levels. 3# powerful at higher levels.
4object spell_lesser_summon_golem 4Object spell_lesser_summon_golem
5name summon lesser golem 5name summon lesser golem
6name_pl summon lesser golem 6name_pl summon lesser golem
7face spell_summoner.x11
8level 1
9sp 3
10casting_time 10
11path_attuned 64
12other_arch golem
13dam 10
14duration 75
15duration_modifier 5
16maxsp 15
17type 101
18subtype 12
19value 10
20attacktype 1
21no_drop 1
22invisible 1
7skill summoning 23skill summoning
8msg 24msg
9Lesser golem summons a magical creature that 25Lesser golem summons a magical creature that
10does the caster's wishes. The caster can 26does the caster's wishes. The caster can
11have it attack other creatures, bash down 27have it attack other creatures, bash down
12doors, detonate runes, etc. The golem has a 28doors, detonate runes, etc. The golem has a
13finite lifetime, and this life is shortened 29finite lifetime, and this life is shortened
14any time it takes damage. 30any time it takes damage.
15endmsg 31endmsg
16other_arch golem
17face spell_summoner.x11
18sp 3
19maxsp 15
20dam 10
21level 1
22type 101
23subtype 12
24attacktype 1
25path_attuned 64
26value 10
27invisible 1
28duration 75
29duration_modifier 5
30no_drop 1
31casting_time 10
32end 32end
33

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines