ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_invisible_to_undead.arc
Revision: 1.9
Committed: Fri Apr 2 21:26:30 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.8: +1 -0 lines
Log Message:
clean app classes/types, add spell type and use it

File Contents

# User Rev Content
1 root 1.6 object spell_invisible_to_undead
2 root 1.9 inherit type_spell
3 root 1.1 name invisible to undead
4     name_pl invisible to undead
5 root 1.7 race undead
6     skill praying
7     msg
8     This prayer works like invisible spell, except living creatures can see you.
9     endmsg
10     other_arch enchantment
11 pippijn 1.3 face spell_praying.x11
12 root 1.7 grace 25
13     maxgrace 15
14 root 1.8 level 14
15 root 1.1 type 101
16     subtype 19
17 root 1.7 path_attuned 0
18 root 1.1 value 60
19     invisible 1
20     duration 300
21     duration_modifier 1
22 root 1.7 no_drop 1
23     casting_time 5
24 root 1.1 end
25 root 1.7