(fit, src, context, projectionRange, **kwargs)
| 43014 | |
| 43015 | @staticmethod |
| 43016 | def handler(fit, src, context, projectionRange, **kwargs): |
| 43017 | fit.ship.boostItemAttr('shieldExplosiveDamageResonance', src.getModifiedItemAttr('passiveExplosiveDamageResistanceBonus'), **kwargs) |
| 43018 | fit.ship.boostItemAttr('armorExplosiveDamageResonance', src.getModifiedItemAttr('passiveExplosiveDamageResistanceBonus'), **kwargs) |
| 43019 | fit.ship.boostItemAttr('explosiveDamageResonance', src.getModifiedItemAttr('passiveExplosiveDamageResistanceBonus'), **kwargs) |
| 43020 | |
| 43021 | |
| 43022 | class Effect12826(BaseEffect): |
nothing calls this directly
no test coverage detected