Resistances on Energy-shield
Posted: Mon May 20, 2019 7:02 pm
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:
The above shield would improve the armor Physical protection:

Thanks.
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"}
},

Thanks.