source: Revenant/configuration/geoworld/gmfactories.yaml@ f40df48

Last change on this file since f40df48 was 4158989, checked in by Jonathan Neufeld <support@…>, 5 years ago

Port of old Mars Tycoon mineral database

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