ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/MovingBall/poison_fog.arc
Revision: 1.4
Committed: Fri Feb 9 01:52:35 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.3: +8 -8 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

File Contents

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