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

# User Rev Content
1 root 1.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 root 1.4 object spell_shell
5 root 1.7 inherit type_spell
6 root 1.1 name cannon shell
7     name_pl cannon shell
8 root 1.6 msg
9     *TODO* please report
10     endmsg
11 root 1.5 other_arch shell
12 root 1.3 sp 10
13 root 1.5 maxsp 0
14     food 4
15 root 1.3 dam 7
16 root 1.5 level 1
17 root 1.1 type 101
18     subtype 5
19 root 1.5 attacktype 1
20     path_attuned 2
21 root 1.3 value 10
22 root 1.5 invisible 1
23     duration 4
24     range 8
25     dam_modifier 0
26 root 1.3 no_drop 1
27 root 1.5 casting_time 15
28 root 1.1 end
29 root 1.5