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.3 by root, Tue Feb 6 22:40:15 2007 UTC vs.
Revision 1.6 by root, Sat Mar 3 00:49:51 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
6speed 0.001 6anim
7fog.x11
8fog.x12
9fog.x11
10mina
7type 102 11type 102
8subtype 7 12subtype 7
13flying 1
14no_pick 1
15color_fg white
16color_bg khaki
9resist_fire 100 17resist_fire 100
10resist_electricity 100 18resist_electricity 100
11resist_confusion 100 19resist_confusion 100
12resist_acid 100 20resist_acid 100
13resist_drain 100 21resist_drain 100
20resist_fear 100 28resist_fear 100
21resist_cancellation 100 29resist_cancellation 100
22resist_deplete 100 30resist_deplete 100
23resist_death 100 31resist_death 100
24material 1 32material 1
25move_type all
26no_pick 1
27changing 1 33changing 1
34visibility 100
35speed 0.001
28blocksview 1 36blocksview 1
29color_bg khaki
30color_fg white
31editable 8 37editable 8
32visibility 100
33anim
34fog.x11
35fog.x12
36fog.x11
37mina
38end 38end
39

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines