ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/spell_holy_orb.arc
Revision: 1.11
Committed: Thu Sep 17 02:41:42 2009 UTC (14 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_90, rel-2_92, rel-2_93
Changes since 1.10: +1 -1 lines
Log Message:
style

File Contents

# User Rev Content
1 root 1.6 object spell_holy_orb
2 root 1.1 name holy orb
3     name_pl holy orb
4 root 1.7 skill praying
5     msg
6 root 1.9 This prayer missile explodes when it hits a target and invokes a powerful holy word
7 root 1.11 cloud. The damage type depends on your god.
8 root 1.9
9     Be careful, you can be damaged by the spell too in some cases! This is a ball spell.
10 root 1.7 endmsg
11     other_arch holy_orb
12 root 1.8 sound wn/magic-missile-1-miss
13 pippijn 1.3 face spell_praying.x11
14 root 1.7 maxhp 7
15 root 1.1 grace 10
16 root 1.7 maxgrace 25
17     food 18
18 root 1.5 dam 30
19 root 1.10 level 25
20 root 1.1 type 101
21     subtype 5
22 root 1.7 attacktype 2097152
23     path_attuned 65536
24 root 1.5 value 70
25 root 1.1 invisible 1
26 root 1.7 duration 4
27 root 1.1 range 3
28     duration_modifier 19
29 root 1.7 dam_modifier 2
30     no_drop 1
31     casting_time 5
32 root 1.1 end
33 root 1.7