ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/spell_holy_orb.arc
Revision: 1.12
Committed: Fri Apr 2 21:26:23 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.11: +1 -0 lines
Log Message:
clean app classes/types, add spell type and use it

File Contents

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