ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/temp_fog.arc
Revision: 1.5
Committed: Fri Feb 9 01:51:38 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.4: +11 -11 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

File Contents

# User Rev Content
1 root 1.3 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.1 name fog
14 pippijn 1.2 face fog.x11
15 root 1.3 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.4 materialname paper
33 root 1.3 move_type all
34     no_pick 1
35     is_used_up 1
36 root 1.1 changing 1
37     blocksview 1
38 root 1.3 color_bg khaki
39     color_fg white
40 root 1.1 editable 8
41 root 1.3 visibility 100
42 root 1.1 end
43 root 1.3