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

File Contents

# Content
1 object spell_steambolt
2 inherit type_spell
3 name steambolt
4 name_pl steambolts
5 skill sorcery
6 msg
7 Creates a bolt of steam that does fire damage and leave behind fog,
8 which may conceal the caster.
9
10 This is one of the main offensive spells for sorcerers.
11 endmsg
12 other_arch steambolt
13 face spell_sorcery.x11
14 sp 10
15 maxsp 40
16 dam 12
17 level 11
18 subtype 4
19 attacktype 3
20 path_attuned 2
21 value 50
22 invisible 1
23 duration 8
24 range 12
25 duration_modifier 5
26 dam_modifier 2
27 no_drop 1
28 casting_time 10
29 end
30