weights
This commit is contained in:
parent
9eb89522fe
commit
303343d477
3 changed files with 8 additions and 4 deletions
|
|
@ -2,6 +2,7 @@
|
||||||
Version: 2.0.10
|
Version: 2.0.10
|
||||||
Date: 2025-01-04
|
Date: 2025-01-04
|
||||||
Changes:
|
Changes:
|
||||||
|
- Update weights for rockets
|
||||||
- Hot metals: use default cooling time
|
- Hot metals: use default cooling time
|
||||||
- Tweaks for upcoming Silica & Silicon update
|
- Tweaks for upcoming Silica & Silicon update
|
||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
|
@ -79,7 +79,8 @@ data:extend({
|
||||||
},
|
},
|
||||||
subgroup = "raw-resource",
|
subgroup = "raw-resource",
|
||||||
order = "t-c-a",
|
order = "t-c-a",
|
||||||
stack_size = util.get_stack_size(50)
|
stack_size = util.get_stack_size(50),
|
||||||
|
weight = 4.5*kg,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -61,7 +61,8 @@ data:extend({
|
||||||
icon_size = 64, icon_mipmaps = 3,
|
icon_size = 64, icon_mipmaps = 3,
|
||||||
subgroup = "raw-material",
|
subgroup = "raw-material",
|
||||||
order = "b[lead-plate]",
|
order = "b[lead-plate]",
|
||||||
stack_size = util.get_stack_size(100)
|
stack_size = util.get_stack_size(100),
|
||||||
|
weight = 2*kg,
|
||||||
},
|
},
|
||||||
-- mods["TheBigFurnace"] and {
|
-- mods["TheBigFurnace"] and {
|
||||||
-- type = "recipe",
|
-- type = "recipe",
|
||||||
|
|
@ -105,6 +106,7 @@ data:extend({
|
||||||
icon = "__bzlead__/graphics/icons/lead-expansion-bolt.png",
|
icon = "__bzlead__/graphics/icons/lead-expansion-bolt.png",
|
||||||
icon_size = 128,
|
icon_size = 128,
|
||||||
order = "a[basic-intermediates]-e[expansion-bolt]",
|
order = "a[basic-intermediates]-e[expansion-bolt]",
|
||||||
|
weight = 2*kg,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type = "recipe",
|
type = "recipe",
|
||||||
|
|
@ -256,7 +258,7 @@ data:extend({
|
||||||
drop_sound = space_age_item_sounds.agriculture_inventory_move,
|
drop_sound = space_age_item_sounds.agriculture_inventory_move,
|
||||||
stack_size = 50,
|
stack_size = 50,
|
||||||
default_import_location = "gleba",
|
default_import_location = "gleba",
|
||||||
weight = 1 * kg,
|
weight = 2 * kg,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type = "recipe",
|
type = "recipe",
|
||||||
|
|
@ -322,7 +324,7 @@ data:extend({
|
||||||
drop_sound = space_age_item_sounds.metal_small_inventory_move,
|
drop_sound = space_age_item_sounds.metal_small_inventory_move,
|
||||||
stack_size = 100,
|
stack_size = 100,
|
||||||
default_import_location = "aquilo",
|
default_import_location = "aquilo",
|
||||||
weight = 1 * kg,
|
weight = 2 * kg,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type = "recipe",
|
type = "recipe",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue