ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/fog_wall.arc
Revision: 1.6
Committed: Sat Mar 3 00:49:51 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
CVS Tags: post_normalise_revert
Changes since 1.5: +10 -11 lines
Log Message:
revert everything up to and including the normalising patch

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.6 Object fog_wall
4     name fog
5     face fog.x11
6 root 1.5 anim
7     fog.x11
8     fog.x12
9     fog.x11
10     mina
11 root 1.1 type 102
12     subtype 7
13 root 1.6 flying 1
14     no_pick 1
15     color_fg white
16     color_bg khaki
17 root 1.1 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.6 material 1
33 root 1.1 changing 1
34 root 1.6 visibility 100
35     speed 0.001
36 root 1.1 blocksview 1
37     editable 8
38     end