(fit, ship, context, projectionRange, **kwargs)
| 22489 | |
| 22490 | @staticmethod |
| 22491 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 22492 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Shield Operation'), |
| 22493 | 'shieldBonus', ship.getModifiedItemAttr('shipBonusCI2'), skill='Caldari Hauler', **kwargs) |
| 22494 | |
| 22495 | |
| 22496 | class Effect5871(BaseEffect): |
nothing calls this directly
no test coverage detected