ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Golem/spell_stone_golem.arc
Revision: 1.12
Committed: Fri Apr 2 21:26:28 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.11: +1 -0 lines
Log Message:
clean app classes/types, add spell type and use it

File Contents

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