@@ -14,9 +14,9 @@ return {
1414 [' weight' ] = 1 ,
1515 [' ratios' ] = {
1616 {resource = b .resource (b .full_shape , ' iron-ore' , value (0 , 0.75 )), weight = 15 },
17- {resource = b .resource (b .full_shape , ' copper-ore' , value (0 , 0.75 )), weight = 72 },
18- {resource = b .resource (b .full_shape , ' stone' , value (0 , 0.75 )), weight = 6 },
19- {resource = b .resource (b .full_shape , ' coal' , value (0 , 0.75 )), weight = 7 }
17+ {resource = b .resource (b .full_shape , ' copper-ore' , value (0 , 0.75 )), weight = 70 },
18+ {resource = b .resource (b .full_shape , ' stone' , value (0 , 0.75 )), weight = 10 },
19+ {resource = b .resource (b .full_shape , ' coal' , value (0 , 0.75 )), weight = 5 }
2020 }
2121 },
2222 {
@@ -33,9 +33,9 @@ return {
3333 [' start' ] = value (50 , 0 ),
3434 [' weight' ] = 1 ,
3535 [' ratios' ] = {
36- {resource = b .resource (b .full_shape , ' iron-ore' , value (0 , 0.75 )), weight = 21 },
37- {resource = b .resource (b .full_shape , ' copper-ore' , value (0 , 0.75 )), weight = 8 },
38- {resource = b .resource (b .full_shape , ' stone' , value (0 , 0.75 )), weight = 6 },
36+ {resource = b .resource (b .full_shape , ' iron-ore' , value (0 , 0.75 )), weight = 18 },
37+ {resource = b .resource (b .full_shape , ' copper-ore' , value (0 , 0.75 )), weight = 9 },
38+ {resource = b .resource (b .full_shape , ' stone' , value (0 , 0.75 )), weight = 8 },
3939 {resource = b .resource (b .full_shape , ' coal' , value (0 , 0.75 )), weight = 65 }
4040 }
4141 },
@@ -50,10 +50,10 @@ return {
5050 [' start' ] = value (50 , 0 ),
5151 [' weight' ] = 1 ,
5252 [' ratios' ] = {
53- {resource = b .resource (b .full_shape , ' iron-ore' , value (0 , 0.75 )), weight = 72 },
54- {resource = b .resource (b .full_shape , ' copper-ore' , value (0 , 0.75 )), weight = 15 },
55- {resource = b .resource (b .full_shape , ' stone' , value (0 , 0.75 )), weight = 6 },
56- {resource = b .resource (b .full_shape , ' coal' , value (0 , 0.75 )), weight = 7 }
53+ {resource = b .resource (b .full_shape , ' iron-ore' , value (0 , 0.75 )), weight = 75 },
54+ {resource = b .resource (b .full_shape , ' copper-ore' , value (0 , 0.75 )), weight = 13 },
55+ {resource = b .resource (b .full_shape , ' stone' , value (0 , 0.75 )), weight = 7 },
56+ {resource = b .resource (b .full_shape , ' coal' , value (0 , 0.75 )), weight = 5 }
5757 }
5858 },
5959 --[[ {
0 commit comments