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.5 by root, Sat Mar 3 01:16:51 2007 UTC vs.
Revision 1.7 by root, Sun Sep 28 07:29:59 2008 UTC

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
23skill summoning 7skill summoning
24msg 8msg
25Lesser golem summons a magical creature that 9Lesser golem summons a magical creature that
26does the caster's wishes. The caster can 10does the caster's wishes. The caster can
27have it attack other creatures, bash down 11have it attack other creatures, bash down
28doors, detonate runes, etc. The golem has a 12doors, detonate runes, etc.
29finite lifetime, and this life is shortened 13
14The golem has a finite lifetime,
15and this life is shortened
30any time it takes damage. 16any time it takes damage.
31endmsg 17endmsg
18other_arch golem
19face spell_summoner.x11
20sp 3
21maxsp 15
22dam 10
23level 1
24type 101
25subtype 12
26attacktype 1
27path_attuned 64
28value 10
29invisible 1
30duration 75
31duration_modifier 5
32no_drop 1
33casting_time 10
32end 34end
35

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines