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

File Contents

# User Rev Content
1 root 1.6 object spell_bless
2 root 1.10 inherit type_spell
3 root 1.1 name bless
4     name_pl bless
5 root 1.7 race holy_blessing
6     skill praying
7     msg
8     Your god will bless you or your target.
9 root 1.9 The blessing will temporarily alter some of your stats in a positive way.
10 root 1.7 endmsg
11 pippijn 1.3 face spell_praying.x11
12 root 1.7 grace 8
13     maxgrace 30
14     wc 1
15     ac 1
16 root 1.8 level 5
17 root 1.1 type 101
18     subtype 25
19 root 1.7 resist_godpower 35
20     path_attuned 128
21 root 1.1 value 20
22     invisible 1
23 root 1.7 duration 500
24 root 1.5 duration_modifier 4
25 root 1.7 no_drop 1
26     casting_time 5
27 root 1.1 end
28 root 1.7