(fit, src, context, projectionRange, **kwargs)
| 40139 | |
| 40140 | @staticmethod |
| 40141 | def handler(fit, src, context, projectionRange, **kwargs): |
| 40142 | fit.ship.boostItemAttr( |
| 40143 | 'shieldEmDamageResonance', src.getModifiedItemAttr('shipBonusCD2'), |
| 40144 | skill='Caldari Destroyer', **kwargs) |
| 40145 | |
| 40146 | |
| 40147 | class Effect11939(BaseEffect): |
nothing calls this directly
no test coverage detected