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.1 by root, Mon Feb 6 20:26:13 2006 UTC vs.
Revision 1.9 by root, Sun Mar 11 00:15:19 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
4anim
5fog.x11
6fog.x12
7fog.x11
8mina
4name fog 9name fog
5face fog.111 10face fog.x11
6anim 11speed 0.001
7fog.111
8fog.112
9fog.111
10mina
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
35editable 8
36magicmap white
34visibility 100 37visibility 100
35speed 0.001
36blocksview 1
37editable 8
38end 38end
39

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines