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

Comparing deliantra/arch/spell/MagicWall/spell_create_lava.arc (file contents):
Revision 1.5 by root, Sat Mar 3 01:16:53 2007 UTC vs.
Revision 1.9 by root, Fri Apr 2 21:34:29 2010 UTC

1# This spell is used by the volcanoes 1# This spell is used by the volcanoes
2# As such, the values it contains may need quite a bit of 2# As such, the values it contains may need quite a bit of
3# adjustment if this is ever given to a player. 3# adjustment if this is ever given to a player.
4object spell_create_lava 4object spell_create_lava
5inherit type_spell
5name create lava 6name create lava
6name_pl create lava 7name_pl create lava
8skill none
9msg
10**BROKEN**TODO**
11endmsg
12other_arch lava
13sp 8
14maxsp 20
7level 8 15level 8
8sp 8 16subtype 15
9casting_time 30
10path_attuned 256 17path_attuned 256
11other_arch lava
12skill none
13type 101
14subtype 15
15value 80 18value 80
16no_drop 1
17invisible 1 19invisible 1
18duration 100 20duration 100
21range 0
19duration_modifier 1 22duration_modifier 1
20maxsp 20 23move_block all
21range 0 24no_drop 1
22no_pass 1 25casting_time 30
23end 26end
27

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines