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.5 by root, Sat Mar 3 01:24:16 2007 UTC vs.
Revision 1.9 by elmex, Wed Apr 21 09:29:57 2010 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
5inherit type_spell
5name cannon shell 6name cannon shell
6name_pl cannon shell 7name_pl cannon shell
8msg
9*TODO* please report
10endmsg
7other_arch shell 11other_arch shell
8sp 10 12sp 10
9maxsp 0 13maxsp 0
10food 4 14food 4
11dam 7 15dam 7
12level 1 16level 1
13type 101
14subtype 5 17subtype 5
15attacktype 1 18attacktype 1
16path_attuned 2 19path_attuned 2
17value 10 20value 1
18invisible 1 21invisible 1
19duration 4 22duration 4
20range 8 23range 8
21dam_modifier 0 24dam_modifier 0
22no_drop 1 25no_drop 1

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines