ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/temp_fog.arc
Revision: 1.10
Committed: Sun Mar 11 00:19:42 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_80, rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_1, rel-2_72, rel-2_73, rel-2_71, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_54, rel-2_55, rel-2_56, rel-2_79, rel-2_53, rel-2_32, rel-2_78, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.9: +0 -1 lines
Log Message:
normalise color_bg to devnull

File Contents

# User Rev Content
1 root 1.7 object temp_fog
2 root 1.5 anim
3     fog.x11
4     fog.x12
5     fog.x11
6     fog.x11
7     fog.x12
8     fog.x11
9     fog.x11
10     fog.x12
11     fog.x11
12     mina
13 root 1.8 name fog
14     face fog.x11
15     speed 0.001
16 root 1.1 type 67
17     resist_fire 100
18     resist_electricity 100
19     resist_confusion 100
20     resist_acid 100
21     resist_drain 100
22     resist_weaponmagic 100
23     resist_ghosthit 100
24     resist_poison 100
25     resist_slow 100
26     resist_paralyze 100
27     resist_turn_undead 100
28     resist_fear 100
29     resist_cancellation 100
30     resist_deplete 100
31     resist_death 100
32 root 1.8 materialname paper
33     move_type fly_low
34     no_pick 1
35     is_used_up 1
36 root 1.1 changing 1
37     blocksview 1
38     editable 8
39 root 1.9 magicmap white
40 root 1.8 visibility 100
41 root 1.1 end
42 root 1.8