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

File Contents

# Content
1 object spell_protection_from_fire
2 inherit type_spell
3 name protection from fire
4 name_pl protection from fire
5 skill praying
6 msg
7 This prayer gives you increased protection from fire damage.
8 endmsg
9 face spell_praying.x11
10 grace 20
11 maxgrace 40
12 level 16
13 type 101
14 subtype 24
15 resist_fire 30
16 path_attuned 1
17 value 50
18 invisible 1
19 duration 500
20 duration_modifier 4
21 dam_modifier 3
22 no_drop 1
23 casting_time 10
24 end
25