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

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

1Object spell_build_fireball_wall 1object spell_build_fireball_wall
2inherit type_spell
2name build fireball wall 3name build fireball wall
3name_pl build fireball wall 4name_pl build fireball wall
4face spell_pyromancy.111 5race firewall_%d
5type 101
6subtype 15
7level 16
8value 160
9sp 45
10casting_time 15
11skill pyromancy 6skill pyromancy
12path_attuned 2048
13no_drop 1
14invisible 1
15race firewall_%d
16duration 100
17duration_modifier 1
18dam 80
19dam_modifier 1
20range 0
21maxsp 10
22is_used_up 1
23tear_down 1
24msg 7msg
25Build fireball wall creates a wall that fires 8Creates a wall that fires
26fireballs. These fireballs behave just like 9fireballs in the diection it was targetted at.
10These fireballs behave just like
27normal fireballs. The wall can be torn down 11normal fireballs. The wall can be torn down
28by creatures, and will eventually expire of 12by creatures, and will eventually expire of
29its own accord. 13its own accord.
30endmsg 14endmsg
31no_pass 1 15face spell_pyromancy.x11
16sp 45
17maxsp 10
18dam 80
19level 24
20subtype 15
21path_attuned 2048
22value 1
23invisible 1
24duration 100
25range 0
26duration_modifier 1
27dam_modifier 1
28move_block all
29is_used_up 1
30tear_down 1
31no_drop 1
32casting_time 15
32end 33end
34

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines