(fit, ship, context, projectionRange, **kwargs)
| 7402 | |
| 7403 | @staticmethod |
| 7404 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 7405 | fit.ship.boostItemAttr('shieldKineticDamageResonance', ship.getModifiedItemAttr('shipBonus2CB'), |
| 7406 | skill='Caldari Battleship', **kwargs) |
| 7407 | |
| 7408 | |
| 7409 | class Effect2605(BaseEffect): |
nothing calls this directly
no test coverage detected