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

File Contents

# Content
1 object poison_fog
2 name poison fog
3 other_arch poison_fog_sign
4 face poisoncloud.x11
5 is_animated 1
6 wc -30
7 speed 0.2
8 type 102
9 subtype 35
10 move_type all
11 move_on all
12 no_pick 1
13 is_used_up 1
14 color_fg green
15 editable 0
16 anim
17 poisoncloud.x11
18 poisoncloud.x12
19 poisoncloud.x13
20 mina
21 end
22
23 object poison_fog_sign
24 name poison fog
25 face poisoncloud.x11
26 food 30
27 speed 1
28 type 98
29 move_type all
30 no_pick 1
31 is_used_up 1
32 blocksview 1
33 anim
34 poisoncloud.x11
35 poisoncloud.x12
36 poisoncloud.x13
37 mina
38 end
39