ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/fog_wall.arc
Revision: 1.13
Committed: Sat Oct 16 09:17:20 2010 UTC (13 years, 7 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.12: +0 -2 lines
Log Message:
remove magicmap, visibility and glyph entries from archetypes, they are now in default.faceinfo

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     end
35 root 1.8