ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/MagicWall/spell_create_fire_wall.arc
Revision: 1.9
Committed: Fri Apr 2 21:26:29 2010 UTC (14 years, 4 months ago) by root
Branch: MAIN
Changes since 1.8: +1 -0 lines
Log Message:
clean app classes/types, add spell type and use it

File Contents

# Content
1 object spell_create_fire_wall
2 inherit type_spell
3 name create fire wall
4 name_pl create fire wall
5 skill pyromancy
6 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 other_arch firebreath
12 face spell_pyromancy.x11
13 sp 5
14 maxsp 8
15 dam 4
16 level 18
17 type 101
18 subtype 15
19 attacktype 6
20 path_attuned 2048
21 value 60
22 invisible 1
23 duration 260
24 range 2
25 range_modifier 10
26 duration_modifier 1
27 dam_modifier 3
28 move_block all
29 no_drop 1
30 casting_time 10
31 end
32