MarsupialAI commited on
Commit
75c7d12
1 Parent(s): 8a5d99f

Upload recipe.txt

Browse files
Files changed (1) hide show
  1. recipe.txt +50 -0
recipe.txt ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Merge recipe
2
+
3
+
4
+ Stack A1
5
+ solstice [0, 40]
6
+ solstice [24, 48]
7
+
8
+ Stack A2
9
+ solstice [0, 24]
10
+ solstice [8, 48]
11
+
12
+ MergeA
13
+ A1 weight: [1, 1, 1, 1, 0.5, 0, 0, 0, 0]
14
+ A2 weight: [0, 0, 0, 0, 0.5, 1, 1, 1, 1]
15
+ merge_method: linear
16
+
17
+
18
+ Stack B1
19
+ fimbulvetr [0, 40]
20
+ fimbulvetr [24, 48]
21
+
22
+ Stack B2
23
+ fimbulvetr [0, 24]
24
+ fimbulvetr [8, 48]
25
+
26
+ MergeB
27
+ B1 weight: [1, 1, 1, 1, 0.5, 0, 0, 0, 0]
28
+ B2 weight: [0, 0, 0, 0, 0.5, 1, 1, 1, 1]
29
+ merge_method: linear
30
+
31
+
32
+ Stack C1
33
+ moistral [0, 40]
34
+ moistral [24, 48]
35
+
36
+ Stack C2
37
+ moistral [0, 24]
38
+ moistral [8, 48]
39
+
40
+ MergeC
41
+ C1 weight: [1, 1, 1, 1, 0.5, 0, 0, 0, 0]
42
+ C2 weight: [0, 0, 0, 0, 0.5, 1, 1, 1, 1]
43
+ merge_method: linear
44
+
45
+
46
+ Final merge
47
+ MergeA weight: 1.0
48
+ MergeB weight: 1.0
49
+ MergeC weight: 1.0
50
+ merge_method: linear