ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/MovingBall/poison_fog.arc
Revision: 1.10
Committed: Tue Nov 3 09:49:47 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
Changes since 1.9: +0 -1 lines
Log Message:
remove editable field, elmey says so

File Contents

# User Rev Content
1 root 1.7 object poison_fog
2 root 1.4 anim
3     poisoncloud.x11
4     poisoncloud.x12
5     poisoncloud.x13
6     mina
7 root 1.8 name poison fog
8     other_arch poison_fog_sign
9     face poisoncloud.x11
10 root 1.3 is_animated 1
11 root 1.8 wc -30
12     speed 0.2
13     type 102
14     subtype 35
15     move_type fly_low
16     move_on walk
17 root 1.6 no_pick 1
18 root 1.8 is_used_up 1
19 root 1.9 magicmap green
20 root 1.4 end
21 root 1.8
22 root 1.7 object poison_fog_sign
23 root 1.1 anim
24 pippijn 1.2 poisoncloud.x11
25     poisoncloud.x12
26     poisoncloud.x13
27 root 1.1 mina
28 root 1.8 name poison fog
29     face poisoncloud.x11
30     food 30
31     speed 1
32 root 1.6 type 98
33 root 1.8 move_type fly_low
34 root 1.3 no_pick 1
35 root 1.8 is_used_up 1
36 root 1.6 blocksview 1
37 root 1.1 end
38 root 1.8