(fit, ship, context, projectionRange, **kwargs)
| 7384 | |
| 7385 | @staticmethod |
| 7386 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 7387 | fit.ship.boostItemAttr('shieldExplosiveDamageResonance', ship.getModifiedItemAttr('shipBonus2CB'), |
| 7388 | skill='Caldari Battleship', **kwargs) |
| 7389 | |
| 7390 | |
| 7391 | class Effect2604(BaseEffect): |
nothing calls this directly
no test coverage detected