ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Golem/spell_paper_golem.arc
Revision: 1.9
Committed: Thu Nov 20 08:17:04 2008 UTC (15 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-2_80, rel-2_72, rel-2_73, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_79, rel-2_78
Changes since 1.8: +1 -1 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.5 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 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.7 detonate runes, etc.
10    
11     The paper golem has a finite
12 pippijn 1.1 lifetime, and this life is shortened any time
13 root 1.7 it takes damage. This paper golem is more
14 pippijn 1.1 powerful than the golem.
15     endmsg
16 root 1.6 other_arch papergolem
17     face spell_summoner.x11
18     sp 100
19     maxsp 40
20     dam 100
21 root 1.9 level 20
22 root 1.6 type 101
23     subtype 12
24     attacktype 1
25     path_attuned 64
26     value 20
27     invisible 1
28     duration 150
29     range_modifier 15
30     duration_modifier 5
31     dam_modifier 1
32     no_drop 1
33     casting_time 10
34 pippijn 1.1 end
35 root 1.6