ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/MovingBall/poison_fog.arc
Revision: 1.5
Committed: Sun Feb 18 21:07:40 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.4: +2 -2 lines
Log Message:
more manual adjustment to move_on/off and move_type

File Contents

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