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.4 by root, Sat Mar 3 00:51:13 2007 UTC vs.
Revision 1.10 by root, Fri Apr 2 21:26:29 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.x11 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
20type 101
21subtype 15
22path_attuned 2048
23value 160
24invisible 1
25duration 100
26range 0
27duration_modifier 1
28dam_modifier 1
29move_block all
30is_used_up 1
31tear_down 1
32no_drop 1
33casting_time 15
32end 34end
35

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines