Technology effect types

Place to get help with not working mods / modding interface.
Daxanius
Manual Inserter
Manual Inserter
Posts: 4
Joined: Fri Aug 21, 2020 5:21 pm
Contact:

Technology effect types

Post by Daxanius »

I am new to modding in Factorio and I am currently trying to add a research that increases player mining speed (like the steel axe).

The problem is, I don't know what types of effects there are in technology.
I have been looking for quite a while without any success.

Does anyone know where I can find a list with effect types so I can hopefully find something about increasing mining speed?

Code: Select all

  effects =
  {
      {
          type = "unlock-recipe", -- but what other types are there?
          recipe = "advanced-steel-axe"
      },
  },
Xorimuth
Filter Inserter
Filter Inserter
Posts: 730
Joined: Sat Mar 02, 2019 9:39 pm
Contact:

Re: Technology effect types

Post by Xorimuth »

My mods
Content: Lunar Landings | Freight Forwarding | Spidertron Patrols | Spidertron Enhancements | Power Overload
QoL: Factory Search | Module Inserter Simplified | Wire Shortcuts X | Ghost Warnings
User avatar
ickputzdirwech
Filter Inserter
Filter Inserter
Posts: 799
Joined: Sun May 07, 2017 10:16 am
Contact:

Re: Technology effect types

Post by ickputzdirwech »

You are looking for character-mining-speed

Here you can find all options:
https://lua-api.factorio.com/latest/Con ... l#Modifier

Edit: looks like someone else was faster
Mods: Shortcuts for 1.1, ick's Sea Block, ick's vanilla tweaks
Tools: Atom language pack
Text quickly seems cold and unfriendly. Be careful how you write and interpret what others have written.
- A reminder for me and all who read what I write
Daxanius
Manual Inserter
Manual Inserter
Posts: 4
Joined: Fri Aug 21, 2020 5:21 pm
Contact:

Re: Technology effect types

Post by Daxanius »

ickputzdirwech wrote: Fri Aug 21, 2020 6:00 pm You are looking for character-mining-speed

Here you can find all options:
https://lua-api.factorio.com/latest/Con ... l#Modifier

Edit: looks like someone else was faster
Thanks a lot!
Post Reply

Return to “Modding help”