(fit, src, context, projectionRange, **kwargs)
| 40173 | |
| 40174 | @staticmethod |
| 40175 | def handler(fit, src, context, projectionRange, **kwargs): |
| 40176 | fit.ship.boostItemAttr( |
| 40177 | 'shieldKineticDamageResonance', src.getModifiedItemAttr('shipBonusCD2'), |
| 40178 | skill='Caldari Destroyer', **kwargs) |
| 40179 | |
| 40180 | |
| 40181 | class Effect11941(BaseEffect): |
nothing calls this directly
no test coverage detected