Page 1 of 1

list of all the possible effect of a technology

Posted: Wed Mar 11, 2015 1:13 pm
by fregate84
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"
},
{

Re: list of all the possible effect of a technology

Posted: Wed Mar 11, 2015 3:42 pm
by fregate84
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 ?

Re: list of all the possible effect of a technology

Posted: Thu Mar 19, 2015 4:56 am
by Degraine
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

Posted: Sun Jun 21, 2015 9:35 pm
by Natfrac42
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?

Re: list of all the possible effect of a technology

Posted: Wed Jun 24, 2015 5:02 pm
by Rseding91
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?
You can already do this using the research completed event and running any custom logic you want.