ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/BlessCurse/spell_holy_possession.arc
Revision: 1.10
Committed: Fri Apr 2 21:34:28 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.9: +0 -1 lines
Log Message:
remove superfluous type 101 lines

File Contents

# User Rev Content
1 root 1.6 object spell_holy_possession
2 root 1.9 inherit type_spell
3 root 1.1 name holy possession
4     name_pl holy possession
5 root 1.7 race holy_blessing
6     skill praying
7     msg
8     This is a stronger form of blessing of your god, which alters
9     some of your stats in a positive way.
10     endmsg
11 pippijn 1.3 face spell_praying.x11
12 root 1.7 grace 30
13     maxgrace 30
14     wc 2
15     ac 2
16 root 1.8 level 15
17 root 1.1 subtype 25
18 root 1.7 attacktype 1
19     resist_godpower 95
20     path_attuned 128
21 root 1.1 value 90
22     invisible 1
23 root 1.7 last_grace 1
24     duration 500
25 root 1.5 duration_modifier 4
26 root 1.7 no_drop 1
27     casting_time 10
28 root 1.1 end
29 root 1.7