(fit, ship, context, projectionRange, **kwargs)
| 20909 | |
| 20910 | @staticmethod |
| 20911 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 20912 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Shield Operation'), |
| 20913 | 'shieldBonus', ship.getModifiedItemAttr('shipBonusMC2'), skill='Minmatar Cruiser', **kwargs) |
| 20914 | |
| 20915 | |
| 20916 | class Effect5560(BaseEffect): |
nothing calls this directly
no test coverage detected