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.5 by root, Sat Mar 3 00:51:14 2007 UTC vs.
Revision 1.8 by root, Mon Oct 15 18:22:04 2007 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.x11 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
19msg 21no_drop 1
20Creates arrows for use against monsters. 22casting_time 20
21endmsg
22end 23end
24

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines