ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Golem/spell_stone_golem.arc
Revision: 1.3
Committed: Tue Feb 6 22:41:25 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run, pre_normalise_revert
Changes since 1.2: +20 -19 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.3 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     Stone golem summons a magical creature that does
7     the caster's wishes. The caster can have it
8     attack other creatures, bash down doors,
9     detonate runes, etc. The stone golem has a finite
10     lifetime, and this life is shortened any time
11     it takes damage. This stone golem is more
12     powerful than the paper golem but has diffrent
13     weaknesses.
14     endmsg
15 root 1.3 other_arch stonegolem
16     face spell_summoner.x11
17     sp 120
18     maxsp 40
19     dam 200
20     level 40
21     type 101
22     subtype 12
23     attacktype 1
24     path_attuned 64
25     value 20
26     invisible 1
27     duration 150
28     range_modifier 15
29     duration_modifier 5
30     dam_modifier 1
31     no_drop 1
32     casting_time 10
33 pippijn 1.1 end
34 root 1.3