ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Golem/spell_stone_golem.arc
Revision: 1.13
Committed: Fri Apr 2 21:34:29 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.12: +0 -1 lines
Log Message:
remove superfluous type 101 lines

File Contents

# Content
1 object spell_summon_stone_golem
2 inherit type_spell
3 name summon stone golem
4 name_pl summon stone golem
5 skill summoning
6 msg
7 Summons a stone golem that does
8 the caster's wishes. The caster can have it
9 attack other creatures, bash down doors,
10 detonate runes and so on.
11
12 The stone golem has a finite
13 lifetime, and this life is shortened any time
14 it takes damage. This stone golem is more
15 powerful than the paper golem but has diffrent
16 weaknesses.
17 endmsg
18 other_arch stonegolem
19 face spell_summoner.x11
20 sp 120
21 maxsp 40
22 dam 200
23 level 40
24 subtype 12
25 attacktype 1
26 path_attuned 64
27 value 20
28 invisible 1
29 duration 150
30 range_modifier 15
31 duration_modifier 5
32 dam_modifier 1
33 no_drop 1
34 casting_time 10
35 end
36