Page 1 of 1

[Request] TechnologyTrigger extension

Posted: Thu Jan 09, 2025 5:13 am
by Tiaronus
Hello everyone!
(English is not my native language)

First of all I want to thank dev team for this amazing adventure called "Space Age" :space-age: :space-age: :space-age: :space-age:

After I've finished my vanilla run (some qol mods doesn't count) some idead were born in my head, however I've stuck due to some limitations.
I want to request TechnologyTrigger extension so it would support multiple items at a time.
For example, right now "artificial-soil" triggers whenever you craft 500 nutrients

Code: Select all

research_trigger =
    {
      type = "craft-item",
      item = "nutrients",
      count = 500
    },
I think that it will be very convenient if we all had an "multiitem" triggers
For example unlock certain technology when multiple items (crafted, mined or placed)

Code: Select all

research_trigger =
    {
      type = "craft-items",
      items = {
      { item = "iron-plate", amount = 10},
      { item = "quality-module", amount = 1}
      }

    },

Re: [Request] TechnologyTrigger extension

Posted: Wed Jan 15, 2025 12:30 am
by protocol_1903
Hey! Cool request, but this is for mod requests. Modding interface requests should go here

Re: [Request] TechnologyTrigger extension

Posted: Wed Jan 15, 2025 4:37 pm
by Tiaronus
Thanks for the tip. I'll duplicate my request there too...