(fit, ship, context, projectionRange, **kwargs)
| 41537 | |
| 41538 | @staticmethod |
| 41539 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 41540 | fit.modules.filteredItemBoost( |
| 41541 | lambda mod: mod.item.group.name == 'Shield Extender', 'capacityBonus', |
| 41542 | ship.getModifiedItemAttr('eliteBonusLogistics4'), skill='Logistics Cruisers', **kwargs) |
| 41543 | |
| 41544 | |
| 41545 | class Effect12283(BaseEffect): |
nothing calls this directly
no test coverage detected