From 303343d47707c154e623932d2e6bc5ee5eaa4fd7 Mon Sep 17 00:00:00 2001 From: Brevven Date: Sun, 5 Jan 2025 03:23:22 -0800 Subject: [PATCH] weights --- changelog.txt | 1 + lead-ore.lua | 3 ++- lead-recipe.lua | 8 +++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/changelog.txt b/changelog.txt index df495c3..9aa0fee 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,7 @@ Version: 2.0.10 Date: 2025-01-04 Changes: + - Update weights for rockets - Hot metals: use default cooling time - Tweaks for upcoming Silica & Silicon update --------------------------------------------------------------------------------------------------- diff --git a/lead-ore.lua b/lead-ore.lua index 02eb88e..7168faa 100644 --- a/lead-ore.lua +++ b/lead-ore.lua @@ -79,7 +79,8 @@ data:extend({ }, subgroup = "raw-resource", order = "t-c-a", - stack_size = util.get_stack_size(50) + stack_size = util.get_stack_size(50), + weight = 4.5*kg, }, }) diff --git a/lead-recipe.lua b/lead-recipe.lua index b8750d0..754a725 100644 --- a/lead-recipe.lua +++ b/lead-recipe.lua @@ -61,7 +61,8 @@ data:extend({ icon_size = 64, icon_mipmaps = 3, subgroup = "raw-material", order = "b[lead-plate]", - stack_size = util.get_stack_size(100) + stack_size = util.get_stack_size(100), + weight = 2*kg, }, -- mods["TheBigFurnace"] and { -- type = "recipe", @@ -105,6 +106,7 @@ data:extend({ icon = "__bzlead__/graphics/icons/lead-expansion-bolt.png", icon_size = 128, order = "a[basic-intermediates]-e[expansion-bolt]", + weight = 2*kg, }, { type = "recipe", @@ -256,7 +258,7 @@ data:extend({ drop_sound = space_age_item_sounds.agriculture_inventory_move, stack_size = 50, default_import_location = "gleba", - weight = 1 * kg, + weight = 2 * kg, }, { type = "recipe", @@ -322,7 +324,7 @@ data:extend({ drop_sound = space_age_item_sounds.metal_small_inventory_move, stack_size = 100, default_import_location = "aquilo", - weight = 1 * kg, + weight = 2 * kg, }, { type = "recipe",