ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bolt/spell_steambolt.arc
(Generate patch)

Comparing deliantra/arch/spell/Bolt/spell_steambolt.arc (file contents):
Revision 1.6 by root, Sat Mar 3 01:16:44 2007 UTC vs.
Revision 1.12 by root, Fri Apr 2 21:26:22 2010 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines