ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/fog_wall.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: +5 -5 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

File Contents

# User Rev Content
1 root 1.1 # a specific type of spell effect (cone) which operates
2     # as a ground object.
3 root 1.3 object fog_wall
4 root 1.5 anim
5     fog.x11
6     fog.x12
7     fog.x11
8     mina
9 root 1.1 name fog
10 pippijn 1.2 face fog.x11
11 root 1.3 speed 0.001
12 root 1.1 type 102
13     subtype 7
14     resist_fire 100
15     resist_electricity 100
16     resist_confusion 100
17     resist_acid 100
18     resist_drain 100
19     resist_weaponmagic 100
20     resist_ghosthit 100
21     resist_poison 100
22     resist_slow 100
23     resist_paralyze 100
24     resist_turn_undead 100
25     resist_fear 100
26     resist_cancellation 100
27     resist_deplete 100
28     resist_death 100
29 root 1.4 materialname paper
30 root 1.3 move_type all
31     no_pick 1
32 root 1.1 changing 1
33     blocksview 1
34 root 1.3 color_bg khaki
35     color_fg white
36 root 1.1 editable 8
37 root 1.3 visibility 100
38 root 1.1 end
39 root 1.3