ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/fog_wall.arc
Revision: 1.3
Committed: Tue Feb 6 22:40:15 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.2: +13 -12 lines
Log Message:
simply ran cfarch-normalize on all arches

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.1 name fog
5 pippijn 1.2 face fog.x11
6 root 1.3 speed 0.001
7 root 1.1 type 102
8     subtype 7
9     resist_fire 100
10     resist_electricity 100
11     resist_confusion 100
12     resist_acid 100
13     resist_drain 100
14     resist_weaponmagic 100
15     resist_ghosthit 100
16     resist_poison 100
17     resist_slow 100
18     resist_paralyze 100
19     resist_turn_undead 100
20     resist_fear 100
21     resist_cancellation 100
22     resist_deplete 100
23     resist_death 100
24     material 1
25 root 1.3 move_type all
26     no_pick 1
27 root 1.1 changing 1
28     blocksview 1
29 root 1.3 color_bg khaki
30     color_fg white
31 root 1.1 editable 8
32 root 1.3 visibility 100
33     anim
34     fog.x11
35     fog.x12
36     fog.x11
37     mina
38 root 1.1 end
39 root 1.3