(fit, src, context, projectionRange, **kwargs)
| 35173 | |
| 35174 | @staticmethod |
| 35175 | def handler(fit, src, context, projectionRange, **kwargs): |
| 35176 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Mutadaptive Remote Armor Repairer', 'capacitorNeed', src.getModifiedItemAttr('eliteBonusLogistics1'), skill='Logistics Cruisers', **kwargs) |
| 35177 | |
| 35178 | |
| 35179 | class Effect7173(BaseEffect): |
nothing calls this directly
no test coverage detected