(fit, src, context, projectionRange, **kwargs)
| 40190 | |
| 40191 | @staticmethod |
| 40192 | def handler(fit, src, context, projectionRange, **kwargs): |
| 40193 | fit.ship.boostItemAttr( |
| 40194 | 'shieldExplosiveDamageResonance', src.getModifiedItemAttr('shipBonusCD2'), |
| 40195 | skill='Caldari Destroyer', **kwargs) |
| 40196 | |
| 40197 | |
| 40198 | class Effect11942(BaseEffect): |
nothing calls this directly
no test coverage detected