(fit, ship, context, projectionRange, **kwargs)
| 41502 | |
| 41503 | @staticmethod |
| 41504 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 41505 | fit.modules.filteredItemBoost( |
| 41506 | lambda mod: mod.item.group.name == 'Shield Extender', 'signatureRadiusAdd', |
| 41507 | ship.getModifiedItemAttr('eliteBonusLogistics4'), skill='Logistics Cruisers', **kwargs) |
| 41508 | |
| 41509 | |
| 41510 | class Effect12278(BaseEffect): |
nothing calls this directly
no test coverage detected