hi,
I try to create a technology to upgrade some vaillia things. So I look for the list of all type of possible 'effect' on a technology.
Because I try to just put a line like that : 'data.raw.turret["gun-turret"].range = 100' but it doesn't work.
So how to have all possible action or type on 'effet' property of 'technology' ?
data:extend({
{
type = "technology",
name = "bombertech",
icon = "__BomberTutorial__/graphics/icon_bomber_tech.png",
effects =
{
{
type = "unlock-recipe", <==== here, what can we put ?
recipe = "bomber"
},
{
list of all the possible effect of a technology
Re: list of all the possible effect of a technology
If find that :
https://forums.factorio.com/wiki/inde ... y-modifier
But it's quite limitated. do we have a way to create a new technology-modifier ?
https://forums.factorio.com/wiki/inde ... y-modifier
But it's quite limitated. do we have a way to create a new technology-modifier ?
Re: list of all the possible effect of a technology
Unfortunately, no. If the attribute can't be changed by research now, it's locked at load time, as far as I can tell.
Re: list of all the possible effect of a technology
I don't know how hard it would be to do but does anyone know if they are going to open up the ability to add in your own technology effects as it would be a real help to me and I would think it would increase the modibility of factorio 10 fold?
Download my mods here - https://mods.factorio.com/mods/Faltease
Expanded Robot Technologies
Character Logistics Slots
Decrease Rocket Launch Sound
Expanded Robot Technologies
Character Logistics Slots
Decrease Rocket Launch Sound
Re: list of all the possible effect of a technology
You can already do this using the research completed event and running any custom logic you want.Natfrac42 wrote:I don't know how hard it would be to do but does anyone know if they are going to open up the ability to add in your own technology effects as it would be a real help to me and I would think it would increase the modibility of factorio 10 fold?
If you want to get ahold of me I'm almost always on Discord.