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

File Contents

# Content
1 # Obsolete spell - here for backward compatibility
2 object spell_immunity_to_magic
3 inherit type_spell
4 name immunity to magic
5 name_pl immunity to magic
6 skill praying
7 msg
8 Grants a temporary, and total, immunity to magical attacks.
9 endmsg
10 grace 150
11 maxgrace 50
12 level 50
13 type 101
14 subtype 24
15 resist_magic 100
16 path_attuned 0
17 value 200
18 invisible 1
19 duration 500
20 duration_modifier 4
21 no_drop 1
22 casting_time 30
23 end
24