ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Change_Ability/spell_invulnerability.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_invulnerability
3 inherit type_spell
4 name invulnerability
5 name_pl invulnerability
6 skill praying
7 msg
8 Total invulnerability to all forms of attack!
9
10 Only temporary, of course.
11 endmsg
12 grace 225
13 maxgrace 50
14 level 90
15 type 101
16 subtype 24
17 resist_physical 100
18 resist_magic 100
19 resist_fire 100
20 resist_electricity 100
21 resist_cold 100
22 resist_confusion 100
23 resist_acid 100
24 resist_drain 100
25 resist_ghosthit 100
26 resist_poison 100
27 resist_slow 100
28 resist_paralyze 100
29 resist_turn_undead 100
30 resist_fear 100
31 resist_deplete 100
32 resist_death 100
33 resist_blind 100
34 path_attuned 0
35 value 250
36 invisible 1
37 duration 500
38 duration_modifier 4
39 no_drop 1
40 casting_time 30
41 end
42