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

Comparing deliantra/arch/spell/MagicWall/spell_create_fire_wall.arc (file contents):
Revision 1.1.1.1 by root, Mon Feb 6 20:26:24 2006 UTC vs.
Revision 1.11 by elmex, Wed Apr 21 09:30:00 2010 UTC

1Object spell_create_fire_wall 1object spell_create_fire_wall
2inherit type_spell
2name create fire wall 3name create fire wall
3name_pl create fire wall 4name_pl create fire wall
5skill pyromancy
6msg
7Creates a wall of raging fire in the direction it is cast, perpendicular to it.
8The wall will hurt creatures that try to cross it with fire, and will eventually
9evaporate.
10endmsg
11other_arch firebreath
4face spell_pyromancy.111 12face spell_pyromancy.x11
5level 6
6sp 5 13sp 5
7casting_time 10 14maxsp 8
15dam 4
16level 18
17subtype 15
18attacktype 6
8path_attuned 2048 19path_attuned 2048
9other_arch firebreath
10skill pyromancy
11type 101
12subtype 15
13value 60 20value 1
14no_drop 1
15invisible 1 21invisible 1
16duration 260 22duration 260
17duration_modifier 1
18dam 4
19dam_modifier 3
20maxsp 8
21attacktype 6
22range 2 23range 2
23range_modifier 10 24range_modifier 10
24no_pass 1 25duration_modifier 1
26dam_modifier 3
27move_block all
28no_drop 1
29casting_time 10
25end 30end
31

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines