ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Golem/spell_stone_golem.arc
Revision: 1.11
Committed: Thu Sep 17 08:14:48 2009 UTC (14 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_90, rel-2_92, rel-2_93
Changes since 1.10: +1 -1 lines
Log Message:
- try to avoid the word "spell" int he sepll description, and
  also their name, so the description actually fits dusts or
  custom spells better.
- fix some typos/errors in the spell descriptions

File Contents

# User Rev Content
1 root 1.5 object spell_summon_stone_golem
2 pippijn 1.1 name summon stone golem
3     name_pl summon stone golem
4     skill summoning
5     msg
6 root 1.11 Summons a stone golem that does
7 root 1.7 the caster's wishes. The caster can have it
8 pippijn 1.1 attack other creatures, bash down doors,
9 root 1.10 detonate runes and so on.
10 root 1.7
11     The stone golem has a finite
12 pippijn 1.1 lifetime, and this life is shortened any time
13 root 1.7 it takes damage. This stone golem is more
14 pippijn 1.1 powerful than the paper golem but has diffrent
15     weaknesses.
16     endmsg
17 root 1.6 other_arch stonegolem
18     face spell_summoner.x11
19     sp 120
20     maxsp 40
21     dam 200
22 root 1.9 level 40
23 root 1.6 type 101
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 pippijn 1.1 end
36 root 1.6