source: Revenant/configuration/geoworld/gmfactories.yaml@ 25c4774

port/mars-tycoon
Last change on this file since 25c4774 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: 2.8 KB
Line 
1%YAML 1.2
2--- !template
3factory: "rough"
4phase: pre
5parameters:
6 coarseness: 0.5
7 roughness: 0.8
8--- !morph
9factory: "crater"
10frequency: 0.9
11parameters:
12 sample: [ 0.4, 0.6 ]
13 scale: [ 20, 150 ]
14 broadness : [ 0.4, 0.6 ]
15 depth : [ 0.4, 0.6 ]
16 falloff : 2.5
17 noise : 0.35
18 uplift_depth: 0.65
19 uplift_broadness : 0.25
20---
21factory : "mountains"
22frequency: 0.3
23parameters:
24 seed_adherence: 0.5
25 seed_iterations: [ 0.1, 0.3 ]
26 num_peaks: [ 5, 20 ]
27 clump_size : [ 1, 7 ]
28 clump_displace : 0.4
29 non_straightness: [ 1.5, 2.5 ]
30 range_width: [ 50, 300 ]
31 height_flux: 0.3
32 peak_height : [ 30, 500 ]
33 coarseness : 1.5
34 falloff : 2.5
35---
36factory : "mountains"
37alias : "wowzerrange"
38frequency: 0.7
39parameters:
40 seed_adherence: 0.5
41 seed_iterations: [ 0.1, 0.3 ]
42 num_peaks: [ 25, 35 ]
43 clump_size : [ 1, 4 ]
44 clump_displace : 0.5
45 non_straightness: [ 5, 7 ]
46 range_width: [ 10, 30 ]
47 height_flux: 0.3
48 peak_height : [100, 200 ]
49 coarseness : 1.5
50 falloff : 2.5
51---
52factory: "outflowchannels"
53frequency: 0.5
54parameters:
55 num_sources: [ 1, 4 ]
56 displacement : [ 50, 300 ]
57 spread : [ 1.2566370614359172953850573533118, 3.1415926535897932384626433832795 ]
58 segment: [ 5, 25 ]
59 slope_grace: 0.5
60 carve : 0.25
61 guide_snap : 0.01
62 sediment_memory: 40
63 candidates:
64 bend_zenith: [ 0.52359877559829887307710723054658, 2.0943951023931954923084289221863 ]
65 zenith_steps: 30
66 samples : 7
67 flowlines:
68 width : [ 10, 200 ]
69 levels : [ 1, 2 ]
70 children : [ 1, 3 ]
71 weights: { straightness: 0.75, elevation: 4.5, density: 7.0, chaos : 1.5 }
72---
73factory: "volcano"
74frequency: 0.3
75parameters:
76 noise: 0.4
77 scale: [ 10, 100 ]
78 cone:
79 broadness: [ 3, 5 ]
80 amplitude: [ 1, 2 ]
81 falloff: 1.5
82 caldera:
83 broadness: [ 0.0625, 0.1875 ]
84 fullness : [ 0.5, 0.75 ]
85 depth: [ 0.65, 0.95 ]
86 innercones:
87 amount: [ 2, 5 ]
88 scale: [ 0.1, 0.3 ]
89 broadness: [ 0.2, 1.2 ]
90 amplitude: [ 0.5, 3.0 ]
91 caldera: { broadness: [ 0.05, 1.4 ], depth : [ 0.3, 0.5 ] }
92 displacement : [ 0.1, 0.2 ]
93 lavaflows:
94 slope_grace: 0.5
95 segment: [ 5, 25 ]
96 guide_snap : 0.01
97 amount : [ 2, 4 ]
98 waves:
99 scale : [ 1, 1 ]
100 frequency : [ 1.3, 1.7 ]
101 amplitude: [ 0.3, 0.5 ]
102 viscosity: [ 0.125, 0.75 ]
103 perturbation: 1.2
104 height : [ 0.9, 1.3 ]
105 candidates:
106 bend_zenith: [ 0.52359877559829887307710723054658, 2.0943951023931954923084289221863 ]
107 zenith_steps: 30
108 samples : 7
109 flowlines:
110 width : [ 5, 100 ]
111 iterations : [ 3, 5 ]
112 levels : [ 1, 2 ]
113 children : [ 2, 5 ]
114 weights: { straightness: 0.75, elevation: 1.0, density: 2.0, chaos : 0.5 }
115--- !template
116factory: "winderosion"
117phase: post
118parameters:
119 iterations: 2
120 decay: 0.5
121 smooth: false
122--- !template
123factory: "winderosion"
124alias: "harderosion"
125phase: post
126parameters:
127 iterations: [ 1, 3 ]
128 decay: 0.9
129 smooth: true
130...
Note: See TracBrowser for help on using the repository browser.