Factorio: "improve" default start items (#2588)

Makes it less likely that people kill themselves via pollution and gives them some healing items they may not even know about.
This commit is contained in:
Fabian Dill
2023-12-28 14:30:10 +01:00
committed by GitHub
parent 901201f675
commit 24ac3de125

View File

@@ -210,7 +210,7 @@ class RecipeIngredientsOffset(Range):
class FactorioStartItems(OptionDict):
"""Mapping of Factorio internal item-name to amount granted on start."""
display_name = "Starting Items"
default = {"burner-mining-drill": 19, "stone-furnace": 19}
default = {"burner-mining-drill": 4, "stone-furnace": 4, "raw-fish": 50}
class FactorioFreeSampleBlacklist(OptionSet):