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.1 by root, Mon Feb 6 20:26:27 2006 UTC vs.
Revision 1.7 by root, Fri Apr 2 21:26:24 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
9casting_time 15
10path_attuned 2
11other_arch shell
12dam 7
13dam_modifier 0
14range 8
15duration 4
16maxsp 0
17type 101 17type 101
18subtype 5 18subtype 5
19attacktype 1
20path_attuned 2
19value 10 21value 10
20attacktype 1 22invisible 1
23duration 4
24range 8
25dam_modifier 0
21no_drop 1 26no_drop 1
22invisible 1 27casting_time 15
23food 4
24end 28end
29

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines