(fit, ship, context, projectionRange, **kwargs)
| 5496 | |
| 5497 | @staticmethod |
| 5498 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 5499 | fit.ship.boostItemAttr('shieldExplosiveDamageResonance', ship.getModifiedItemAttr('shipBonusCC2'), |
| 5500 | skill='Caldari Cruiser', **kwargs) |
| 5501 | |
| 5502 | |
| 5503 | class Effect1816(BaseEffect): |
nothing calls this directly
no test coverage detected