ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bolt/spell_steambolt.arc
Revision: 1.8
Committed: Sun Sep 28 07:29:59 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
Changes since 1.7: +2 -0 lines
Log Message:
update many spell descritpions, using my new toy cf-slotutil

File Contents

# User Rev Content
1 root 1.6 object spell_steambolt
2 root 1.1 name steambolt
3     name_pl steambolts
4 root 1.7 skill sorcery
5     msg
6     Does fire damage and leave behind fog, which may conceal the caster.
7 root 1.8
8     This is one of the main offensive spells for sorcerers.
9 root 1.7 endmsg
10     other_arch steambolt
11 pippijn 1.3 face spell_sorcery.x11
12 root 1.1 sp 10
13     maxsp 40
14     dam 12
15 root 1.7 level 5
16 root 1.1 type 101
17     subtype 4
18 root 1.7 attacktype 3
19     path_attuned 2
20 root 1.5 value 50
21 root 1.7 invisible 1
22     duration 8
23 root 1.1 range 12
24 root 1.7 duration_modifier 5
25     dam_modifier 2
26 root 1.1 no_drop 1
27 root 1.7 casting_time 10
28 root 1.1 end
29 root 1.7