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.4 by root, Sat Mar 3 01:16:48 2007 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
8msg
9*TODO* please report
10endmsg
11other_arch shell
12sp 10
13maxsp 0
14food 4
15dam 7
7level 1 16level 1
8sp 10 17subtype 5
18attacktype 1
19path_attuned 2
20value 10
21invisible 1
22duration 4
23range 8
24dam_modifier 0
25no_drop 1
9casting_time 15 26casting_time 15
10path_attuned 2
11other_arch shell
12dam 7
13dam_modifier 0
14range 8
15duration 4
16maxsp 0
17type 101
18subtype 5
19value 10
20attacktype 1
21no_drop 1
22invisible 1
23food 4
24end 27end
28

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines