(fit, ship, context, projectionRange, **kwargs)
| 7366 | |
| 7367 | @staticmethod |
| 7368 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 7369 | fit.ship.boostItemAttr('shieldEmDamageResonance', ship.getModifiedItemAttr('shipBonus2CB'), |
| 7370 | skill='Caldari Battleship', **kwargs) |
| 7371 | |
| 7372 | |
| 7373 | class Effect2603(BaseEffect): |
nothing calls this directly
no test coverage detected