ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_consecrate.arc
Revision: 1.3
Committed: Tue Feb 6 22:41:27 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run, pre_normalise_revert
Changes since 1.2: +12 -11 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.3 object spell_consecrate
2 root 1.1 name consecrate
3     name_pl consecrate
4 root 1.3 skill praying
5     msg
6     Consecrate is used to convert an altar into
7     an altar for your god.
8     endmsg
9 pippijn 1.2 face spell_praying.x11
10 root 1.3 grace 35
11     level 4
12 root 1.1 type 101
13     subtype 40
14 root 1.3 path_attuned 128
15 root 1.1 value 40
16 root 1.3 invisible 1
17     no_drop 1
18 root 1.1 casting_time 25
19     end
20 root 1.3