(fit, beacon, context, projectionRange, **kwargs)
| 12432 | |
| 12433 | @staticmethod |
| 12434 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 12435 | fit.ship.boostItemAttr('armorExplosiveDamageResonance', |
| 12436 | beacon.getModifiedItemAttr('armorExplosiveDamageResistanceBonus'), |
| 12437 | stackingPenalties=True, **kwargs) |
| 12438 | |
| 12439 | |
| 12440 | class Effect3998(BaseEffect): |
nothing calls this directly
no test coverage detected