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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines