(fit, ship, context, projectionRange, **kwargs)
| 39548 | |
| 39549 | @staticmethod |
| 39550 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 39551 | fit.modules.filteredItemBoost( |
| 39552 | lambda mod: mod.item.requiresSkill('Shield Operation'), 'shieldBonus', |
| 39553 | ship.getModifiedItemAttr('shipBonusMC'), skill='Minmatar Cruiser', **kwargs) |
| 39554 | |
| 39555 | |
| 39556 | class Effect11517(BaseEffect): |
nothing calls this directly
no test coverage detected