Changing the alien artifact drop rate mid game?
-
Beeskee
- Burner Inserter

- Posts: 9
- Joined: Sun May 22, 2016 6:02 am
- Contact:
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?
- prg
- Filter Inserter

- Posts: 947
- Joined: Mon Jan 19, 2015 12:39 am
- Contact:
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!
-
Beeskee
- Burner Inserter

- Posts: 9
- Joined: Sun May 22, 2016 6:02 am
- Contact:
Re: Changing the alien artifact drop rate mid game?
Awesome thank you!
-
bobucles
- Smart Inserter

- Posts: 1733
- Joined: Wed Jun 10, 2015 10:37 pm
- Contact:
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.