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.5 by root, Fri Feb 9 01:51:38 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
5face fog.x11
4anim 6anim
5fog.x11 7fog.x11
6fog.x12 8fog.x12
7fog.x11 9fog.x11
8mina 10mina
9name fog
10face fog.x11
11speed 0.001
12type 102 11type 102
13subtype 7 12subtype 7
13flying 1
14no_pick 1
15color_fg white
16color_bg khaki
14resist_fire 100 17resist_fire 100
15resist_electricity 100 18resist_electricity 100
16resist_confusion 100 19resist_confusion 100
17resist_acid 100 20resist_acid 100
18resist_drain 100 21resist_drain 100
24resist_turn_undead 100 27resist_turn_undead 100
25resist_fear 100 28resist_fear 100
26resist_cancellation 100 29resist_cancellation 100
27resist_deplete 100 30resist_deplete 100
28resist_death 100 31resist_death 100
29materialname paper 32material 1
30move_type all
31no_pick 1
32changing 1 33changing 1
34visibility 100
35speed 0.001
33blocksview 1 36blocksview 1
34color_bg khaki
35color_fg white
36editable 8 37editable 8
37visibility 100
38end 38end
39

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines