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.1.1 by root, Mon Feb 6 20:26:23 2006 UTC vs.
Revision 1.12 by elmex, Wed Apr 21 09:30:00 2010 UTC

1Object spell_create_missile 1object spell_create_missile
2inherit type_spell
2name create missile 3name create missile
3name_pl create missile 4name_pl create missile
5skill summoning
6msg
7Creates missiles matching your applied range weapon (arrows for bows,
8crossbow bolts for crossbows and so on), for use against monsters.
9endmsg
4face spell_summoner.111 10face spell_summoner.x11
5type 101 11sp 5
12maxsp 5
13level 1
6subtype 39 14subtype 39
7level 1
8value 10
9sp 5
10casting_time 20
11skill summoning
12path_attuned 2048 15path_attuned 2048
13no_drop 1 16value 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