Changing the alien artifact drop rate mid game?
Changing the alien artifact drop rate mid game?
Is there a way to adjust the quantity of alien artifacts that drop when a base is destroyed mid-game?
Re: Changing the alien artifact drop rate mid game?
Use a mod that does something like
(put that in a data-updates.lua)
Code: Select all
data.raw["unit-spawner"]["biter-spawner"].loot = { { count_max = 12, count_min = 10, item = "alien-artifact", probability = 1 } }
data.raw["unit-spawner"]["spitter-spawner"].loot = { { count_max = 2, count_min = 1, item = "alien-artifact", probability = 1 } }
Automatic Belt (and pipe) Planner—Automate yet another aspect of constructing your factory!
Re: Changing the alien artifact drop rate mid game?
Awesome thank you!
Re: Changing the alien artifact drop rate mid game?
Mid game is when productivity modules show up. If you need more artifacts, multiply them with modules.