ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/fog_wall.arc
Revision: 1.12
Committed: Tue Nov 3 09:48:48 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.11: +0 -1 lines
Log Message:
remove editable field, elmey says so

File Contents

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