ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_create_missile.arc
Revision: 1.11
Committed: Fri Apr 2 21:34:29 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.10: +0 -1 lines
Log Message:
remove superfluous type 101 lines

File Contents

# User Rev Content
1 root 1.6 object spell_create_missile
2 root 1.10 inherit type_spell
3 root 1.1 name create missile
4     name_pl create missile
5 root 1.7 skill summoning
6     msg
7 root 1.8 Creates missiles matching your applied range weapon (arrows for bows,
8 root 1.9 crossbow bolts for crossbows and so on), for use against monsters.
9 root 1.7 endmsg
10 pippijn 1.3 face spell_summoner.x11
11 root 1.7 sp 5
12     maxsp 5
13     level 1
14 root 1.1 subtype 39
15 root 1.7 path_attuned 2048
16 root 1.5 value 10
17 root 1.1 invisible 1
18     duration 5
19     duration_modifier 2
20 root 1.7 dam_modifier 6
21     no_drop 1
22     casting_time 20
23 root 1.1 end
24 root 1.7