ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_create_missile.arc
(Generate patch)

Comparing deliantra/arch/spell/Misc/spell_create_missile.arc (file contents):
Revision 1.1 by root, Mon Feb 6 20:26:23 2006 UTC vs.
Revision 1.9 by root, Sun Sep 28 07:30:00 2008 UTC

1Object spell_create_missile 1object spell_create_missile
2name create missile 2name create missile
3name_pl create missile 3name_pl create missile
4skill summoning
5msg
6Creates missiles matching your applied range weapon (arrows for bows,
7crossbow bolts for crossbows and so on), for use against monsters.
8endmsg
4face spell_summoner.111 9face spell_summoner.x11
10sp 5
11maxsp 5
12level 1
5type 101 13type 101
6subtype 39 14subtype 39
7level 1 15path_attuned 2048
8value 10 16value 10
9sp 5
10casting_time 20
11skill summoning
12path_attuned 2048
13no_drop 1
14invisible 1 17invisible 1
15dam_modifier 6
16duration 5 18duration 5
17duration_modifier 2 19duration_modifier 2
18maxsp 5 20dam_modifier 6
21no_drop 1
22casting_time 20
19end 23end
24

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines