ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Change_Ability/spell_immunity_to_fire.arc
Revision: 1.9
Committed: Fri Apr 2 21:34:28 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.8: +0 -1 lines
Log Message:
remove superfluous type 101 lines

File Contents

# User Rev Content
1 root 1.1 # Obsolete spell - here for backward compatibility
2 root 1.4 object spell_immunity_to_fire
3 root 1.8 inherit type_spell
4 root 1.1 name immunity to fire
5     name_pl immunity to fire
6 root 1.5 skill praying
7 root 1.6 msg
8     Grants a temporary, and total, immunity to fire attacks.
9     endmsg
10 root 1.5 grace 70
11     maxgrace 50
12 root 1.7 level 50
13 root 1.1 subtype 24
14 root 1.5 resist_fire 100
15     path_attuned 0
16 root 1.1 value 10
17     invisible 1
18 root 1.5 duration 500
19 root 1.3 duration_modifier 4
20 root 1.5 no_drop 1
21     casting_time 10
22 root 1.1 end
23 root 1.5