(fit, ship, context, projectionRange, **kwargs)
| 7420 | |
| 7421 | @staticmethod |
| 7422 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 7423 | fit.ship.boostItemAttr('shieldThermalDamageResonance', ship.getModifiedItemAttr('shipBonus2CB'), |
| 7424 | skill='Caldari Battleship', **kwargs) |
| 7425 | |
| 7426 | |
| 7427 | class Effect2611(BaseEffect): |
nothing calls this directly
no test coverage detected