ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/spell_holy_orb.arc
Revision: 1.8
Committed: Wed Aug 1 00:53:04 2007 UTC (16 years, 11 months ago) by root
Branch: MAIN
CVS Tags: rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_71, rel-2_54, rel-2_55, rel-2_56, rel-2_53, rel-2_32, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.7: +1 -0 lines
Log Message:
shooting and impacting sounds for many bullets and some cones

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     This prayer missile explodes when it hits a target and invokes a powerful holy word. The damage type depends on your god. Careful, you can be damaged by the spell too in some cases! This is a ball spell.
7     endmsg
8     other_arch holy_orb
9 root 1.8 sound wn/magic-missile-1-miss
10 pippijn 1.3 face spell_praying.x11
11 root 1.7 maxhp 7
12 root 1.1 grace 10
13 root 1.7 maxgrace 25
14     food 18
15 root 1.5 dam 30
16 root 1.7 level 7
17 root 1.1 type 101
18     subtype 5
19 root 1.7 attacktype 2097152
20     path_attuned 65536
21 root 1.5 value 70
22 root 1.1 invisible 1
23 root 1.7 duration 4
24 root 1.1 range 3
25     duration_modifier 19
26 root 1.7 dam_modifier 2
27     no_drop 1
28     casting_time 5
29 root 1.1 end
30 root 1.7