(fit, ship, context, projectionRange, **kwargs)
| 5514 | |
| 5515 | @staticmethod |
| 5516 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 5517 | fit.ship.boostItemAttr('shieldEmDamageResonance', ship.getModifiedItemAttr('shipBonusCF'), |
| 5518 | skill='Caldari Frigate', **kwargs) |
| 5519 | |
| 5520 | |
| 5521 | class Effect1817(BaseEffect): |
nothing calls this directly
no test coverage detected