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

File Contents

# User Rev Content
1 root 1.4 object spell_perceive_self
2 root 1.1 name perceive self
3     name_pl perceive self
4 root 1.4 skill praying
5     msg
6     This spell will show you *most* of your character attributes! A message like 'your dexterity is depleted by 2' will show that you has lose 2 dexterity. You lose it because you die or a undead has touched you. You need a Potion of Life for healing. This spell will also reveal the current elemental focus for Dragon PC's.
7     endmsg
8 pippijn 1.3 face spell_praying.x11
9 root 1.4 grace 5
10 root 1.1 level 2
11     type 101
12     subtype 17
13 root 1.4 path_attuned 8192
14 root 1.1 value 20
15 root 1.4 invisible 1
16 root 1.1 no_drop 1
17 root 1.4 casting_time 1
18 root 1.1 end
19 root 1.4