ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/MovingBall/poison_fog.arc
Revision: 1.6
Committed: Sat Mar 3 00:51:16 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_normalise_revert
Changes since 1.5: +20 -21 lines
Log Message:
revert everything up to and including the normalising patch

File Contents

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