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.6 by root, Sun Sep 28 07:29:59 2008 UTC vs.
Revision 1.8 by root, Fri Apr 2 21:34:28 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
7msg 8msg
8*TODO* please report 9*TODO* please report
9endmsg 10endmsg
11sp 10 12sp 10
12maxsp 0 13maxsp 0
13food 4 14food 4
14dam 7 15dam 7
15level 1 16level 1
16type 101
17subtype 5 17subtype 5
18attacktype 1 18attacktype 1
19path_attuned 2 19path_attuned 2
20value 10 20value 10
21invisible 1 21invisible 1

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines