ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/spell_shell.arc
Revision: 1.7
Committed: Fri Apr 2 21:26:24 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.6: +1 -0 lines
Log Message:
clean app classes/types, add spell type and use it

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 type 101
18 subtype 5
19 attacktype 1
20 path_attuned 2
21 value 10
22 invisible 1
23 duration 4
24 range 8
25 dam_modifier 0
26 no_drop 1
27 casting_time 15
28 end
29