ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/spell_shell.arc
(Generate patch)

Comparing deliantra/arch/spell/Bullet/spell_shell.arc (file contents):
Revision 1.2 by root, Tue Feb 6 22:41:23 2007 UTC vs.
Revision 1.3 by root, Sat Mar 3 00:51:07 2007 UTC

1# this is used by cannons to fire spells. 1# this is used by cannons to fire spells.
2# as such, most of the values aren't that meaningful compared 2# as such, most of the values aren't that meaningful compared
3# to spells players casts. 3# to spells players casts.
4object spell_shell 4Object spell_shell
5name cannon shell 5name cannon shell
6name_pl cannon shell 6name_pl cannon shell
7level 1
8sp 10
9casting_time 15
10path_attuned 2
7other_arch shell 11other_arch shell
8sp 10 12dam 7
13dam_modifier 0
14range 8
15duration 4
9maxsp 0 16maxsp 0
10food 4
11dam 7
12level 1
13type 101 17type 101
14subtype 5 18subtype 5
19value 10
15attacktype 1 20attacktype 1
16path_attuned 2 21no_drop 1
17value 10
18invisible 1 22invisible 1
19duration 4 23food 4
20range 8
21dam_modifier 0
22no_drop 1
23casting_time 15
24end 24end
25

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines