Skip to content

Commit

Permalink
Tweaks ration printer pixel shift, and colony fabricator design print…
Browse files Browse the repository at this point in the history
…ing times (#586)

byeah
  • Loading branch information
Paxilmaniac authored and FFMirrorBot committed Jan 26, 2024
1 parent c18c4c3 commit 4954230
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
pass_flags = PASSTABLE
efficiency = 1
productivity = 2.5
anchored_tabletop_offset = 8
anchored_tabletop_offset = 6
show_categories = list(
RND_CATEGORY_AKHTER_FOODRICATOR_INGREDIENTS,
RND_CATEGORY_AKHTER_FOODRICATOR_BAGS,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
RND_CATEGORY_INITIAL,
FABRICATOR_CATEGORY_APPLIANCES + FABRICATOR_SUBCATEGORY_ATMOS,
)
construction_time = 30 SECONDS
construction_time = 15 SECONDS

// Plumbable chem machine that makes nothing but water

Expand All @@ -117,7 +117,7 @@
RND_CATEGORY_INITIAL,
FABRICATOR_CATEGORY_APPLIANCES + FABRICATOR_SUBCATEGORY_FLUIDS,
)
construction_time = 10 SECONDS
construction_time = 30 SECONDS

// Plumbable chem machine that makes nothing but water

Expand All @@ -134,7 +134,7 @@
RND_CATEGORY_INITIAL,
FABRICATOR_CATEGORY_APPLIANCES + FABRICATOR_SUBCATEGORY_FLUIDS,
)
construction_time = 10 SECONDS
construction_time = 30 SECONDS

// Chem dispenser that dispenses various flavored beverages and nutrislop, yum!

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
RND_CATEGORY_INITIAL,
RND_CATEGORY_CONSTRUCTION + FABRICATOR_SUBCATEGORY_STRUCTURES,
)
construction_time = 30 SECONDS
construction_time = 10 SECONDS

// Manul Airlock kit

Expand All @@ -53,7 +53,7 @@
RND_CATEGORY_INITIAL,
RND_CATEGORY_CONSTRUCTION + FABRICATOR_SUBCATEGORY_STRUCTURES,
)
construction_time = 30 SECONDS
construction_time = 5 SECONDS

// Shutters kit

Expand All @@ -70,7 +70,7 @@
RND_CATEGORY_INITIAL,
RND_CATEGORY_CONSTRUCTION + FABRICATOR_SUBCATEGORY_STRUCTURES,
)
construction_time = 30 SECONDS
construction_time = 10 SECONDS

// Fancy floor tiles

Expand All @@ -86,7 +86,7 @@
RND_CATEGORY_INITIAL,
RND_CATEGORY_CONSTRUCTION + FABRICATOR_SUBCATEGORY_STRUCTURES,
)
construction_time = 15 SECONDS
construction_time = 0.5 SECONDS

// Fancy catwalk floor tiles

Expand All @@ -102,7 +102,7 @@
RND_CATEGORY_INITIAL,
RND_CATEGORY_CONSTRUCTION + FABRICATOR_SUBCATEGORY_STRUCTURES,
)
construction_time = 15 SECONDS
construction_time = 0.5 SECONDS

// Plastic wall panels, twice the wall for the same price in plastic, efficient!

Expand All @@ -119,6 +119,6 @@
RND_CATEGORY_INITIAL,
RND_CATEGORY_CONSTRUCTION + FABRICATOR_SUBCATEGORY_STRUCTURES,
)
construction_time = 15 SECONDS
construction_time = 1 SECONDS

#undef FABRICATOR_SUBCATEGORY_STRUCTURES
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
RND_CATEGORY_INITIAL,
FABRICATOR_CATEGORY_FLATPACK_MACHINES + FABRICATOR_SUBCATEGORY_MANUFACTURING,
)
construction_time = 30 SECONDS
construction_time = 2 MINUTES

// Solar panels and trackers

Expand Down

0 comments on commit 4954230

Please sign in to comment.