ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/temp_fog.arc
Revision: 1.4
Committed: Tue Feb 6 23:29:21 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.3: +1 -1 lines
Log Message:
replace material by materilname in all simple cases

File Contents

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