Code: Select all
/c game.player.force.technologies['physical-projectile-damage-8'].researched=true
What can I do?
Code: Select all
/c game.player.force.technologies['physical-projectile-damage-8'].researched=true
Code: Select all
/c game.player.force.technologies['physical-projectile-damage-7'].level = 21
I don't know if that command is written anywhere. The official wiki would be the first place to look, I am sure I have seen a list of common commands on it. The full API is described at https://lua-api.factorio.com/latest/ , for example if you wanted to know what properties of a technology you can change, you would look up LuaTechnology.tunahankaratay wrote: Thu Mar 26, 2020 5:14 pm Thank you so much. If you don't mind, can you tell me where this thing is written? I need some more documentations I believe.