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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines