(fit, beacon, context, projectionRange, **kwargs)
| 13351 | |
| 13352 | @staticmethod |
| 13353 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 13354 | fit.ship.boostItemAttr('shieldExplosiveDamageResonance', |
| 13355 | beacon.getModifiedItemAttr('shieldExplosiveDamageResistanceBonus'), |
| 13356 | stackingPenalties=True, **kwargs) |
| 13357 | |
| 13358 | |
| 13359 | class Effect4137(BaseEffect): |
nothing calls this directly
no test coverage detected