(fit, ship, context, projectionRange, **kwargs)
| 5480 | |
| 5481 | @staticmethod |
| 5482 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 5483 | fit.ship.boostItemAttr('shieldKineticDamageResonance', ship.getModifiedItemAttr('shipBonusCC2'), |
| 5484 | skill='Caldari Cruiser', **kwargs) |
| 5485 | |
| 5486 | |
| 5487 | class Effect1815(BaseEffect): |
nothing calls this directly
no test coverage detected