list of all the possible effect of a technology

Place to get help with not working mods / modding interface.
fregate84
Fast Inserter
Fast Inserter
Posts: 235
Joined: Sun Jun 22, 2014 10:56 am
Contact:

list of all the possible effect of a technology

Post 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"
},
{
fregate84
Fast Inserter
Fast Inserter
Posts: 235
Joined: Sun Jun 22, 2014 10:56 am
Contact:

Re: list of all the possible effect of a technology

Post 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 ?
Degraine
Filter Inserter
Filter Inserter
Posts: 282
Joined: Wed Aug 13, 2014 10:49 am
Contact:

Re: list of all the possible effect of a technology

Post 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.
User avatar
Natfrac42
Inserter
Inserter
Posts: 35
Joined: Sat Mar 14, 2015 12:53 am
Contact:

Re: list of all the possible effect of a technology

Post 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?
Download my mods here - https://mods.factorio.com/mods/Faltease

Expanded Robot Technologies
Character Logistics Slots
Decrease Rocket Launch Sound
Rseding91
Factorio Staff
Factorio Staff
Posts: 15876
Joined: Wed Jun 11, 2014 5:23 am
Contact:

Re: list of all the possible effect of a technology

Post 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.
If you want to get ahold of me I'm almost always on Discord.
Post Reply

Return to “Modding help”