ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/BlessCurse/spell_curse.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

# Content
1 object spell_curse
2 inherit type_spell
3 name curse
4 name_pl curse
5 skill praying
6 msg
7 Your god will cast a curse on your target.
8 The curse will alter some of its stats in a negative way.
9 endmsg
10 face spell_praying.x11
11 grace 8
12 maxgrace 30
13 wc -1
14 ac -1
15 level 4
16 type 101
17 subtype 26
18 resist_godpower 35
19 path_attuned 128
20 value 20
21 invisible 1
22 duration 500
23 range 30
24 duration_modifier 4
25 no_drop 1
26 casting_time 5
27 end
28