ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Change_Ability/spell_immunity_to_fire.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

# 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 type 101
14     subtype 24
15 root 1.5 resist_fire 100
16     path_attuned 0
17 root 1.1 value 10
18     invisible 1
19 root 1.5 duration 500
20 root 1.3 duration_modifier 4
21 root 1.5 no_drop 1
22     casting_time 10
23 root 1.1 end
24 root 1.5