ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/spell_shell.arc
Revision: 1.8
Committed: Fri Apr 2 21:34:28 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.7: +0 -1 lines
Log Message:
remove superfluous type 101 lines

File Contents

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