ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_perceive_self.arc
Revision: 1.8
Committed: Sun Sep 28 07:30:00 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_80, rel-2_72, rel-2_73, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_79, rel-2_78
Changes since 1.7: +6 -1 lines
Log Message:
update many spell descritpions, using my new toy cf-slotutil

File Contents

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