ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/spell_bullet.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: +14 -13 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.6 object spell_magic_bullet
2 root 1.1 name magic bullet
3     name_pl magic bullet
4 root 1.7 skill sorcery
5     msg
6     A magic bullet causes damage in anything it hits.
7     It is fired in the cast direction.
8     endmsg
9     other_arch bullet
10 pippijn 1.3 face spell_sorcery.x11
11 root 1.1 sp 1
12 root 1.7 maxsp 6
13 root 1.5 dam 10
14 root 1.7 level 1
15 root 1.1 type 101
16     subtype 5
17 root 1.7 attacktype 2
18     path_attuned 16
19 root 1.5 value 10
20 root 1.7 invisible 1
21     dam_modifier 1
22 root 1.5 no_drop 1
23 root 1.7 casting_time 2
24 root 1.1 end
25 root 1.7