(fit, ship, context, projectionRange, **kwargs)
| 5448 | |
| 5449 | @staticmethod |
| 5450 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 5451 | fit.ship.boostItemAttr('shieldEmDamageResonance', ship.getModifiedItemAttr('shipBonusCC2'), |
| 5452 | skill='Caldari Cruiser', **kwargs) |
| 5453 | |
| 5454 | |
| 5455 | class Effect1813(BaseEffect): |
nothing calls this directly
no test coverage detected