(fit, src, context, projectionRange, **kwargs)
| 25766 | |
| 25767 | @staticmethod |
| 25768 | def handler(fit, src, context, projectionRange, **kwargs): |
| 25769 | fit.ship.boostItemAttr('shieldEmDamageResonance', src.getModifiedItemAttr('shipBonusCD2'), |
| 25770 | skill='Caldari Destroyer', **kwargs) |
| 25771 | |
| 25772 | |
| 25773 | class Effect6331(BaseEffect): |
nothing calls this directly
no test coverage detected