(fit, src, context, projectionRange, **kwargs)
| 25814 | |
| 25815 | @staticmethod |
| 25816 | def handler(fit, src, context, projectionRange, **kwargs): |
| 25817 | fit.ship.boostItemAttr('shieldExplosiveDamageResonance', src.getModifiedItemAttr('shipBonusCD2'), |
| 25818 | skill='Caldari Destroyer', **kwargs) |
| 25819 | |
| 25820 | |
| 25821 | class Effect6334(BaseEffect): |
nothing calls this directly
no test coverage detected