Welcome and News
See the ModMash mod pack https://mods.factorio.com/mod/modmash
Loot
Throughout the world will find your not the only one who made it here, but still appear to be the only one who made it alive. On the upside all the crashed wreckages around the place have some handy bits and bobs for you to use.
If you are lucky you may even find a damaged science research lab. Who know what they were up to in there.
Loot is hard coded due to potential to be OP but can be extended by other mods by calling the remote interface in either on_init
or on_configuration_changed
example:
remote.call("modmashsplinterloot","register_loot",
{
name = "things", -- required name of group
probability = 0.1, -- probability range 0.1 to 1 locked to increments of 0.1
items = -- Array of items
{
{ --or group of items, this will choose one or the other(s)
{name = "thing1", max_stack=1, max_stacks = 1},
{name = "thing1" ,max_stacks = 2, probability = 0.5}
},
{
{name = "thing3"}}
}
}
})
max_stack
is how many items can be in a stack default is item_stack
max_stacks
is how many stacks at most default is 6
probability
the chance of being added to the inventory stack default is 0.2
Any stack group that allows more than 48 stacks will be scaled if possible
you can add to an existing stack group
Splinters
https://mods.factorio.com/mod/modmashsplinter
https://mods.factorio.com/mod/modmashsplintervalkyries
https://mods.factorio.com/mod/modmashsplinterairpurifier
https://mods.factorio.com/mod/modmashsplinterboom
https://mods.factorio.com/mod/modmashsplinterresources
https://mods.factorio.com/mod/modmashsplinterregenerative
https://mods.factorio.com/mod/modmashsplinterassembling
https://mods.factorio.com/mod/modmashsplinterelectronics
https://mods.factorio.com/mod/modmashsplinterenrichment
https://mods.factorio.com/mod/modmashsplinterfishing
https://mods.factorio.com/mod/modmashsplinterfluid
https://mods.factorio.com/mod/modmashsplinterlogistics
https://mods.factorio.com/mod/modmashsplinterloot
https://mods.factorio.com/mod/modmashsplinterrecycling
https://mods.factorio.com/mod/modmashsplinterrefinement
https://mods.factorio.com/mod/modmashsplinterregenerative
https://mods.factorio.com/mod/modmashsplintersubspacelogistics
https://mods.factorio.com/mod/modmashsplinterunderground
https://mods.factorio.com/mod/modmashsplinterdefense