ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Smite/spell_finger_of_death.arc
Revision: 1.4
Committed: Tue Feb 6 22:41:31 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run, pre_normalise_revert
Changes since 1.3: +17 -16 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.4 object spell_finger_of_death
2 root 1.1 name finger of death
3     name_pl finger of death
4 root 1.4 skill praying
5     msg
6     The finger of death spell may cause one monster to die immediately. Granted by Devourers at medium level.
7     endmsg
8     other_arch face_of_death
9 pippijn 1.3 face spell_praying.x11
10 root 1.4 grace 50
11     maxgrace 35
12     dam 24
13     level 14
14 root 1.1 type 101
15     subtype 10
16 root 1.4 attacktype 131072
17     path_attuned 262144
18 root 1.1 value 140
19 root 1.4 invisible 1
20     duration 1
21     range 0
22 root 1.1 dam_modifier 4
23     no_drop 1
24 root 1.4 casting_time 5
25 root 1.1 end
26 root 1.4