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

# Content
1 object spell_invisible_to_undead
2 inherit type_spell
3 name invisible to undead
4 name_pl invisible to undead
5 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 face spell_praying.x11
12 grace 25
13 maxgrace 15
14 level 14
15 type 101
16 subtype 19
17 path_attuned 0
18 value 60
19 invisible 1
20 duration 300
21 duration_modifier 1
22 no_drop 1
23 casting_time 5
24 end
25