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

Comparing deliantra/arch/ground/fog_wall.arc (file contents):
Revision 1.2 by pippijn, Tue Jan 2 21:49:28 2007 UTC vs.
Revision 1.3 by root, Tue Feb 6 22:40:15 2007 UTC

1# a specific type of spell effect (cone) which operates 1# a specific type of spell effect (cone) which operates
2# as a ground object. 2# as a ground object.
3Object fog_wall 3object fog_wall
4name fog 4name fog
5face fog.x11 5face fog.x11
6anim 6speed 0.001
7fog.x11
8fog.x12
9fog.x11
10mina
11type 102 7type 102
12subtype 7 8subtype 7
13flying 1
14no_pick 1
15color_fg white
16color_bg khaki
17resist_fire 100 9resist_fire 100
18resist_electricity 100 10resist_electricity 100
19resist_confusion 100 11resist_confusion 100
20resist_acid 100 12resist_acid 100
21resist_drain 100 13resist_drain 100
28resist_fear 100 20resist_fear 100
29resist_cancellation 100 21resist_cancellation 100
30resist_deplete 100 22resist_deplete 100
31resist_death 100 23resist_death 100
32material 1 24material 1
25move_type all
26no_pick 1
33changing 1 27changing 1
28blocksview 1
29color_bg khaki
30color_fg white
31editable 8
34visibility 100 32visibility 100
35speed 0.001 33anim
36blocksview 1 34fog.x11
37editable 8 35fog.x12
36fog.x11
37mina
38end 38end
39

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines