ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/spell_holy_orb.arc
Revision: 1.7
Committed: Sat Mar 3 01:24:15 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0, rel-2_1
Changes since 1.6: +16 -15 lines
Log Message:
second normaliser run - dude

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 pippijn 1.3 face spell_praying.x11
10 root 1.7 maxhp 7
11 root 1.1 grace 10
12 root 1.7 maxgrace 25
13     food 18
14 root 1.5 dam 30
15 root 1.7 level 7
16 root 1.1 type 101
17     subtype 5
18 root 1.7 attacktype 2097152
19     path_attuned 65536
20 root 1.5 value 70
21 root 1.1 invisible 1
22 root 1.7 duration 4
23 root 1.1 range 3
24     duration_modifier 19
25 root 1.7 dam_modifier 2
26     no_drop 1
27     casting_time 5
28 root 1.1 end
29 root 1.7