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

File Contents

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