source: Revenant/configuration/geoworld/classes.yaml

port/mars-tycoon
Last change on this file was 818e9d2, checked in by Jonathan Neufeld <support@…>, 3 years ago

Mars Tycoon mineral database YAML de-linting

  • Property mode set to 100644
File size: 3.2 KB
RevLine 
[4158989]1---
2class: "feldspar"
3type: "igneous"
4dispositions:
5 - silica: "felsic"
6 origin: "volcanic"
[818e9d2]7
[4158989]8---
9class: "quartz"
10type: "igneous"
11dispositions:
12 - silica: "inter-felsic"
13 origin: "subvolcanic"
[818e9d2]14
[4158989]15---
16class: "na-plagioclase"
17type: "igneous"
18dispositions:
19 - silica: "inter-felsic"
20 origin: "subvolcanic"
21 - silica: "felsic"
22 origin: "plutonic"
[818e9d2]23
[4158989]24---
25class: "ca-plagioclase"
26type: "igneous"
27dispositions:
28 - silica: "intermediate"
29 origin: "volcanic"
30 - silica: "intermediate"
31 origin: "subvolcanic"
[818e9d2]32
[4158989]33---
34class: "pyroxene"
35type: "igneous"
36dispositions:
37 - silica: "mafic"
38 origin: "plutonic"
39 - silica: "ultra-mafic"
40 origin: "subvolcanic"
[818e9d2]41
[4158989]42---
43class: "olivine"
44type: "igneous"
45dispositions:
46 - silica: "mafic"
47 origin: "plutonic"
48 - silica: "ultra-mafic"
49 origin: "subvolcanic"
[818e9d2]50
[4158989]51---
52class: "mica"
53type: "igneous"
54dispositions:
55 - silica: "felsic"
56 origin: "plutonic"
57 - silica: "inter-felsic"
58 origin: "plutonic"
[818e9d2]59
[4158989]60---
61class: "amphibole"
62type: "igneous"
63dispositions:
64 - silica: "intermediate"
65 origin: "plutonic"
66 - silica: "inter-felsic"
67 origin: "plutonic"
[818e9d2]68
[4158989]69---
70class: "enstatite-chondrites"
71type: "igneous"
72dispositions:
73 - origin: "meteoritic"
74 silica: "mafic"
[818e9d2]75
[4158989]76# Sedimentary
77---
78class: "sand"
79type: "sedimentary"
80dispositions:
81 - sediment: "sand"
82 weathered: 0
[818e9d2]83
[4158989]84---
85class: "sedimentary-evaporative"
86type: "sedimentary"
87dispositions:
88 - sediment: "evaporative"
[818e9d2]89
[4158989]90---
91class: "sedimentary-clastic"
92type: "sedimentary"
93dispositions:
94 - sediment: [ "gravel", "sand", "sandy-silt", "silt", "silty-clay", "clay" ]
[818e9d2]95
[4158989]96---
97class: "clay"
98type: "sedimentary"
99dispositions:
100 - sediment: "clay"
[818e9d2]101
[4158989]102# Core igneous rock mineral definitions
103---
104class: "granitic"
105type: "igneous"
106dispositions:
107 - silica: "felsic"
108 origin: "plutonic"
[818e9d2]109
[4158989]110---
111class: "pegmatic"
112type: "igneous"
113dispositions:
114 - silica: "felsic"
115 origin: "subvolcanic"
[818e9d2]116
[4158989]117---
118class: "rhyolitic"
119type: "igneous"
120dispositions:
121 - silica: "felsic"
122 origin: "volcanic"
[818e9d2]123
[4158989]124---
125class: "granodioritic"
126type: "igneous"
127dispositions:
128 - silica: "inter-felsic"
129 origin: "plutonic"
[818e9d2]130
[4158989]131---
132class: "dacitic"
133type: "igneous"
134dispositions:
135 - silica: "inter-felsic"
136 origin: "volcanic"
[818e9d2]137
[4158989]138---
139class: "dioritic"
140type: "igneous"
141dispositions:
142 - silica: "intermediate"
143 origin: "plutonic"
[818e9d2]144
[4158989]145---
146class: "andesitic"
147type: "igneous"
148dispositions:
149 - silica: "intermediate"
150 origin: "volcanic"
[818e9d2]151
[4158989]152---
153class: "gabbroic"
154type: "igneous"
155dispositions:
156 - silica: "mafic"
157 origin: "plutonic"
[818e9d2]158
[4158989]159---
160class: "diabasic"
161type: "igneous"
162dispositions:
163 - silica: "mafic"
164 origin: "subvolcanic"
[818e9d2]165
[4158989]166---
167class: "basaltic"
168type: "igneous"
169dispositions:
170 - silica: "mafic"
171 origin: "volcanic"
[818e9d2]172
[4158989]173---
174class: "peridotitic"
175type: "igneous"
176dispositions:
177 - silica: "ultra-mafic"
178 origin: "plutonic"
[818e9d2]179
[4158989]180---
181class: "kimberlitic"
182type: "igneous"
183dispositions:
184 - silica: "ultra-mafic"
185 origin: "subvolcanic"
[818e9d2]186
[4158989]187---
188class: "komatitic"
189type: "igneous"
190dispositions:
191 - silica: "ultra-mafic"
192 origin: "volcanic"
[818e9d2]193
[4158989]194---
195mineral: "granite"
196class: "granitic"
[818e9d2]197
[4158989]198---
199mineral: "rhyolite"
200class: "rhyolitic"
[818e9d2]201
[4158989]202---
203mineral: "diorite"
204class: "dioritic"
[818e9d2]205
[4158989]206---
207mineral: "andesite"
208class: "andesitic"
[818e9d2]209
[4158989]210---
211mineral: "gabbro"
212class: "gabbroic"
[818e9d2]213
[4158989]214---
215mineral: "basalt"
216class: "basaltic"
[818e9d2]217
[4158989]218---
219mineral: "peridotite"
220class: "peridotitic"
[818e9d2]221
[4158989]222---
223mineral: "diabase"
224class: "diabasic"
Note: See TracBrowser for help on using the repository browser.