ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/inorganic/phil_minerals.arc
Revision: 1.5
Committed: Fri Feb 9 01:51:41 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.4: +15 -15 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

File Contents

# User Rev Content
1 root 1.3 object phil_oil
2 root 1.1 name bottle
3 root 1.3 name_pl bottles
4 root 1.1 title of philosophical oil
5 pippijn 1.2 face min_oil.x11
6 root 1.1 nrof 1
7 root 1.3 type 73
8     resist_fire -100
9 root 1.4 materialname glass
10 root 1.1 value 280
11     weight 500
12 root 1.3 client_type 642
13 root 1.1 editable 2048
14     end
15 root 1.3
16     object phil_phosphorus
17 root 1.5 anim
18     phil_phos.x11
19     phil_phos.x12
20     phil_phos.x13
21     mina
22 root 1.1 name pile
23 root 1.3 name_pl piles
24     title of philosophical phosphorus
25     face phil_phos.x11
26     speed -0.45
27 root 1.1 nrof 1
28     type 73
29     resist_fire -100
30 root 1.3 resist_electricity -100
31 root 1.1 resist_acid 100
32 root 1.4 materialname stone
33 root 1.3 value 350
34     weight 1000
35     client_type 642
36     color_fg grey
37 root 1.1 editable 2048
38 root 1.3 end
39 root 1.1
40 root 1.3 object phil_salt
41 root 1.5 anim
42     phil_salt.x11
43     phil_salt.x12
44     phil_salt.x13
45     mina
46 root 1.3 name pile
47 root 1.1 name_pl piles
48     title of philosophical salt
49 pippijn 1.2 face phil_salt.x11
50 root 1.3 speed -0.30
51 root 1.1 nrof 1
52 root 1.3 type 73
53 root 1.4 materialname stone
54 root 1.3 value 80
55     weight 500
56     client_type 642
57     color_fg white
58     editable 2048
59     end
60    
61     object phil_sulphur
62 root 1.5 anim
63     phil_sulphur.x11
64     phil_sulphur.x12
65     phil_sulphur.x13
66     mina
67 root 1.3 name pile
68     name_pl piles
69     title of philosophical sulphur
70     face phil_sulphur.x11
71     speed -0.35
72     nrof 1
73     type 73
74     resist_fire -100
75     resist_acid 100
76 root 1.4 materialname stone
77 root 1.3 value 110
78 root 1.1 weight 500
79 root 1.3 client_type 642
80     color_fg yellow
81 root 1.1 editable 2048
82     end
83 root 1.3