(fit, beacon, context, projectionRange, **kwargs)
| 12414 | |
| 12415 | @staticmethod |
| 12416 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 12417 | fit.ship.boostItemAttr('armorEmDamageResonance', beacon.getModifiedItemAttr('armorEmDamageResistanceBonus'), |
| 12418 | stackingPenalties=True, **kwargs) |
| 12419 | |
| 12420 | |
| 12421 | class Effect3997(BaseEffect): |
nothing calls this directly
no test coverage detected