Resistances on Energy-shield

Place to ask discuss and request the modding support of Factorio. Don't request mods here.
Post Reply
TheSAguy
Smart Inserter
Smart Inserter
Posts: 1449
Joined: Mon Jan 13, 2014 6:17 pm
Contact:

Resistances on Energy-shield

Post by TheSAguy »

Hi,

I'm hoping to create a Shield per damage type.
Was hoping I could use "Resistances" on the Energy Shield to add more resistances to your armor you're wearing.

It does not seem like this is currently possible and was hoping it could be added.

Was hoping the below would add to the suite:

Code: Select all

  {
    type = "energy-shield-equipment",
    name = "energy-shield-equipment",
	...
    max_shield_value = 50,
    resistances =
    {
      {
        type = "physical",
        percent = 30
      },
    },
	...
    categories = {"armor"}
  },

The above shield would improve the armor Physical protection:
Image
Thanks.

Post Reply

Return to “Modding interface requests”