ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_create_missile.arc
Revision: 1.9
Committed: Sun Sep 28 07:30:00 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_80, rel-2_72, rel-2_73, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_79, rel-2_90, rel-2_92, rel-2_93, rel-2_78
Changes since 1.8: +1 -1 lines
Log Message:
update many spell descritpions, using my new toy cf-slotutil

File Contents

# User Rev Content
1 root 1.6 object spell_create_missile
2 root 1.1 name create missile
3     name_pl create missile
4 root 1.7 skill summoning
5     msg
6 root 1.8 Creates missiles matching your applied range weapon (arrows for bows,
7 root 1.9 crossbow bolts for crossbows and so on), for use against monsters.
8 root 1.7 endmsg
9 pippijn 1.3 face spell_summoner.x11
10 root 1.7 sp 5
11     maxsp 5
12     level 1
13 root 1.1 type 101
14     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