ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/inorganic/phil_minerals.arc
Revision: 1.12
Committed: Sat Oct 16 09:17:35 2010 UTC (13 years, 7 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +0 -3 lines
Log Message:
remove magicmap, visibility and glyph entries from archetypes, they are now in default.faceinfo

File Contents

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