ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/BlessCurse/spell_curse.arc
Revision: 1.4
Committed: Tue Feb 6 22:41:19 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run, pre_normalise_revert
Changes since 1.3: +16 -15 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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