ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/spell_holy_orb.arc
Revision: 1.4
Committed: Tue Feb 6 22:41:22 2007 UTC (17 years, 4 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_holy_orb
2 root 1.1 name holy orb
3     name_pl holy orb
4 root 1.4 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.4 maxhp 7
11 root 1.1 grace 10
12 root 1.4 maxgrace 25
13     food 18
14 root 1.1 dam 30
15 root 1.4 level 7
16 root 1.1 type 101
17     subtype 5
18 root 1.4 attacktype 2097152
19     path_attuned 65536
20 root 1.1 value 70
21     invisible 1
22 root 1.4 duration 4
23 root 1.1 range 3
24     duration_modifier 19
25 root 1.4 dam_modifier 2
26     no_drop 1
27     casting_time 5
28 root 1.1 end
29 root 1.4