(fit, ship, context, projectionRange, **kwargs)
| 5568 | |
| 5569 | @staticmethod |
| 5570 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 5571 | fit.ship.boostItemAttr('shieldExplosiveDamageResonance', ship.getModifiedItemAttr('shipBonusCF'), |
| 5572 | skill='Caldari Frigate', **kwargs) |
| 5573 | |
| 5574 | |
| 5575 | class Effect1848(BaseEffect): |
nothing calls this directly
no test coverage detected