ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_create_missile.arc
Revision: 1.10
Committed: Fri Apr 2 21:26:30 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.9: +1 -0 lines
Log Message:
clean app classes/types, add spell type and use it

File Contents

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