(fit, beacon, context, projectionRange, **kwargs)
| 13333 | |
| 13334 | @staticmethod |
| 13335 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 13336 | fit.ship.boostItemAttr('shieldEmDamageResonance', beacon.getModifiedItemAttr('shieldEmDamageResistanceBonus'), |
| 13337 | stackingPenalties=True, **kwargs) |
| 13338 | |
| 13339 | |
| 13340 | class Effect4136(BaseEffect): |
nothing calls this directly
no test coverage detected