ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Golem/spell_paper_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_paper_golem
2 pippijn 1.1 name summon paper golem
3     name_pl summon paper golem
4     skill summoning
5     msg
6     Paper 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 paper golem has a finite
10     lifetime, and this life is shortened any time
11     it takes damage. This paper golem is more
12     powerful than the golem.
13     endmsg
14 root 1.3 other_arch papergolem
15     face spell_summoner.x11
16     sp 100
17     maxsp 40
18     dam 100
19     level 30
20     type 101
21     subtype 12
22     attacktype 1
23     path_attuned 64
24     value 20
25     invisible 1
26     duration 150
27     range_modifier 15
28     duration_modifier 5
29     dam_modifier 1
30     no_drop 1
31     casting_time 10
32 pippijn 1.1 end
33 root 1.3