(fit, ship, context, projectionRange, **kwargs)
| 5550 | |
| 5551 | @staticmethod |
| 5552 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 5553 | fit.ship.boostItemAttr('shieldKineticDamageResonance', ship.getModifiedItemAttr('shipBonusCF'), |
| 5554 | skill='Caldari Frigate', **kwargs) |
| 5555 | |
| 5556 | |
| 5557 | class Effect1820(BaseEffect): |
nothing calls this directly
no test coverage detected