Hello, I've started looking modding for fun. I started by looking at other mods: the mods "Additional Cargo Landing Pads" and "More Landing pads" both increase the number of cargo landing by adding a modifier to the 'rocket-silo' technology effect: "cargo-landing-pad-count".
I understand how it works but my question is where did they find the name of this effect? I looked at the lua files (base-data-updates.lua, technology.lua, ...), the list of Concepts and other pages in the wiki.
My question is where can I fine the "cargo-landing-pad-count" effect defined? How did the modders know this was the correct name to change the property?
Finding technology effects names
Re: Finding technology effects names
For things like that you want the API docs - there's a link on the top of the page. Modifiers have their own page where they're listed an explained: https://lua-api.factorio.com/latest/types/Modifier.html
Re: Finding technology effects names
Oh thanks, I had searched the API but I hadn't found the modifier page.