(fit, src, context, projectionRange, **kwargs)
| 25798 | |
| 25799 | @staticmethod |
| 25800 | def handler(fit, src, context, projectionRange, **kwargs): |
| 25801 | fit.ship.boostItemAttr('shieldKineticDamageResonance', src.getModifiedItemAttr('shipBonusCD2'), |
| 25802 | skill='Caldari Destroyer', **kwargs) |
| 25803 | |
| 25804 | |
| 25805 | class Effect6333(BaseEffect): |
nothing calls this directly
no test coverage detected