ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/fog_wall.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.1 # a specific type of spell effect (cone) which operates
2     # as a ground object.
3 root 1.7 object fog_wall
4 root 1.5 anim
5     fog.x11
6     fog.x12
7     fog.x11
8     mina
9 root 1.8 name fog
10     face fog.x11
11     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.8 materialname paper
30     move_type fly_low
31     no_pick 1
32 root 1.1 changing 1
33     blocksview 1
34     editable 8
35 root 1.9 magicmap white
36 root 1.8 visibility 100
37 root 1.1 end
38 root 1.8