(fit, ship, context, projectionRange, **kwargs)
| 19491 | |
| 19492 | @staticmethod |
| 19493 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 19494 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Shield Operation'), |
| 19495 | 'shieldBonus', ship.getModifiedItemAttr('shipBonusMBC1'), |
| 19496 | skill='Minmatar Battlecruiser', **kwargs) |
| 19497 | |
| 19498 | |
| 19499 | class Effect5352(BaseEffect): |
nothing calls this directly
no test coverage detected